Click or drag to resize
Accord.NET (logo)

SimplePosterizationPosterizationFillingType Enumeration

Enumeration of possible types of filling posterized areas.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public enum PosterizationFillingType
Request Example View Source
Members
  Member nameValueDescription
Min0 Fill area with minimum color's value.
Max1 Fill area with maximum color's value.
Average2 Fill area with average color's value.
See Also