icevision_CLAHE {fastai} | R Documentation |
CLAHE
Description
Apply Contrast Limited Adaptive Histogram Equalization to the input image.
Usage
icevision_CLAHE(
clip_limit = 4,
tile_grid_size = list(8, 8),
always_apply = FALSE,
p = 0.5
)
Arguments
clip_limit |
clip_limit |
tile_grid_size |
tile_grid_size |
always_apply |
always_apply |
p |
p |
Value
None
Targets
image
Image types
uint8
[Package fastai version 2.2.2 Index]