View Source Image.Options.LocalContrast (image v0.45.0)

Options and option validation for Image.local_contrast/2.

Summary

Types

Link to this type

local_contrast_option()

View Source
@type local_contrast_option() ::
  {:window_size, pos_integer()} | {:max_slope, non_neg_integer()}

Options applicable to Image.local_contrast/2.

Link to this type

local_contrast_options()

View Source
@type local_contrast_options() :: [local_contrast_option()] | map()

Options list or map for Image.local_contrast/2.

Functions

Link to this function

validate_options(options)

View Source

Validate the options for Image.local_contrast/2.