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.1.1.3497 (4.1.1.3497)
Syntaxpublic enum AdaptiveThresholdType
Public Enumeration AdaptiveThresholdType
public enum class AdaptiveThresholdType
type AdaptiveThresholdType
Members
| Member name | Value | Description |
---|
| MeanC | 0 |
Indicates that Mean minus C should be used for adaptive threshold.
|
| GaussianC | 1 |
Indicates that Gaussian minus C should be used for adaptive threshold.
|
See Also