Skip to content

Commit fdd2615

Browse files
committed
Add an example of taking multiple crops from a single image.
Signed-off-by: Michał Zientkiewicz <mzient@gmail.com>
1 parent be15523 commit fdd2615

2 files changed

Lines changed: 284 additions & 0 deletions

File tree

docs/examples/image_processing/index.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,14 @@
7676
"interp_types.ipynb",
7777
op_reference("fn.resize", "Interpolation methods", 1),
7878
),
79+
doc_entry(
80+
"multiple_crops.ipynb",
81+
[
82+
op_reference("fn.warp_affine", "Multiple crops from a single image", 10),
83+
op_reference("fn.transforms.crop", "Multiple crops from a single image", 10),
84+
op_reference("fn.per_frame", "Multiple crops from a single image", 10),
85+
]
86+
),
7987
doc_entry(
8088
"resize.ipynb",
8189
op_reference("fn.resize", "Resize operator tutorial", 0),

docs/examples/image_processing/multiple_crops.ipynb

Lines changed: 276 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)