View Source Image.Options.LocalContrast (image v0.36.0)
Options and option validation for Image.local_contrast/2
.
Link to this section Summary
Functions
Validate the options for Image.local_contrast/2
.
Link to this section 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
.
Link to this section Functions
Validate the options for Image.local_contrast/2
.