Click or drag to resize

AdaptiveThresholdType Enumeration

http://www.emgu.com
Types of Adaptive Threshold

Namespace:  Emgu.CV.CvEnum
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public enum AdaptiveThresholdType
Members
  Member nameValueDescription
MeanC0 indicates that "Mean minus C" should be used for adaptive threshold.
GaussianC1 indicates that "Gaussian minus C" should be used for adaptive threshold.
See Also