Skip to content

Commit e5541b1

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

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
@@ -72,6 +72,14 @@
7272
"interp_types.ipynb",
7373
op_reference("fn.resize", "Interpolation methods", 1),
7474
),
75+
doc_entry(
76+
"multiple_crops.ipynb",
77+
[
78+
op_reference("fn.warp_affine", "Multiple crops from a single image", 10),
79+
op_reference("fn.transforms.crop", "Multiple crops from a single image", 10),
80+
op_reference("fn.per_frame", "Multiple crops from a single image", 10),
81+
]
82+
),
7583
doc_entry(
7684
"resize.ipynb",
7785
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)