View source: R/icevision_albumentations.R
icevision_Downscale | R Documentation |
Decreases image quality by downscaling and upscaling back.
icevision_Downscale(
scale_min = 0.25,
scale_max = 0.25,
interpolation = 0,
always_apply = FALSE,
p = 0.5
)
scale_min |
scale_min |
scale_max |
scale_max |
interpolation |
cv2 interpolation method. cv2.INTER_NEAREST by default |
always_apply |
always_apply |
p |
p |
None
image
uint8, float32
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.