Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

icevision_CLAHE

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


fastai

Interface to 'fastai'

v2.0.7
Apache License 2.0
Authors
Turgut Abdullayev [ctb, cre, cph, aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.