Enum AdaptiveThresholdType
Types of Adaptive Threshold
public enum AdaptiveThresholdType
Fields
GaussianC = 1
Indicates that Gaussian minus C should be used for adaptive threshold.
MeanC = 0
Indicates that Mean minus C should be used for adaptive threshold.