icevision_RandomFog: RandomFog

View source: R/icevision_albumentations.R

icevision_RandomFogR Documentation

RandomFog

Description

Simulates fog for the image

Usage

icevision_RandomFog(
  fog_coef_lower = 0.3,
  fog_coef_upper = 1,
  alpha_coef = 0.08,
  always_apply = FALSE,
  p = 0.5
)

Arguments

fog_coef_lower

fog_coef_lower

fog_coef_upper

fog_coef_upper

alpha_coef

alpha_coef

always_apply

always_apply

p

p

Details

From https://github.com/UjjwalSaxena/Automold–Road-Augmentation-Library

Value

None

Targets

image

Image types

uint8, float32


fastai documentation built on March 31, 2023, 11:41 p.m.