AdaptiveThresholdType Enumeration |
http://www.emgu.com
Types of Adaptive Threshold
Namespace: Emgu.CV.CvEnumAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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