View source: R/icevision_albumentations.R
icevision_Crop | R Documentation |
Crop region from image.
icevision_Crop(
x_min = 0,
y_min = 0,
x_max = 1024,
y_max = 1024,
always_apply = FALSE,
p = 1
)
x_min |
x_min |
y_min |
y_min |
x_max |
x_max |
y_max |
y_max |
always_apply |
always_apply |
p |
p |
image, mask, bboxes, keypoints
uint8, float32
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.