View source: R/icevision_albumentations.R
icevision_CLAHE | R Documentation |
Apply Contrast Limited Adaptive Histogram Equalization to the input image.
icevision_CLAHE(
clip_limit = 4,
tile_grid_size = list(8, 8),
always_apply = FALSE,
p = 0.5
)
clip_limit |
clip_limit |
tile_grid_size |
tile_grid_size |
always_apply |
always_apply |
p |
p |
None
image
uint8
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.