View source: R/icevision_albumentations.R
icevision_RandomSnow | R Documentation |
Bleach out some pixel values simulating snow.
icevision_RandomSnow(
snow_point_lower = 0.1,
snow_point_upper = 0.3,
brightness_coeff = 2.5,
always_apply = FALSE,
p = 0.5
)
snow_point_lower |
snow_point_lower |
snow_point_upper |
snow_point_upper |
brightness_coeff |
brightness_coeff |
always_apply |
always_apply |
p |
p |
From https://github.com/UjjwalSaxena/Automold–Road-Augmentation-Library
None
image
uint8, float32
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.