View Source Image.Options.LocalContrast (image v0.54.4)
Options and option validation for Image.local_contrast/2
.
Summary
Functions
Validate the options for Image.local_contrast/2
.
Types
@type local_contrast_option() :: {:window_size, pos_integer()} | {:max_slope, non_neg_integer()}
Options applicable to Image.local_contrast/2
.
@type local_contrast_options() :: [local_contrast_option()] | map()
Options list or map for Image.local_contrast/2
.
Functions
Validate the options for Image.local_contrast/2
.