View source: R/icevision_albumentations.R
icevision_Rotate | R Documentation |
Rotate the input by an angle selected randomly from the uniform distribution.
icevision_Rotate(
limit = 90,
interpolation = 1,
border_mode = 4,
value = NULL,
mask_value = NULL,
always_apply = FALSE,
p = 0.5
)
limit |
limit |
interpolation |
interpolation |
border_mode |
border_mode |
value |
value |
mask_value |
mask_value |
always_apply |
always_apply |
p |
p |
None
image, mask, bboxes, keypoints
uint8, float32
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.