View source: R/icevision_albumentations.R
icevision_RandomSunFlare | R Documentation |
Simulates Sun Flare for the image
icevision_RandomSunFlare( flare_roi = list(0, 0, 1, 0.5), angle_lower = 0, angle_upper = 1, num_flare_circles_lower = 6, num_flare_circles_upper = 10, src_radius = 400, src_color = list(255, 255, 255), always_apply = FALSE, p = 0.5 )
flare_roi |
flare_roi |
angle_lower |
angle_lower |
angle_upper |
angle_upper |
num_flare_circles_lower |
num_flare_circles_lower |
num_flare_circles_upper |
num_flare_circles_upper |
src_radius |
src_radius |
src_color |
src_color |
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.