AdaptiveThresholdType Enumeration OpenCvSharp Class Library
Adaptive thresholding algorithms

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public enum AdaptiveThresholdType
Members

  Member nameValueDescription
MeanC0 It is a mean of block_size × block_size pixel neighborhood, subtracted by param1. [CV_ADAPTIVE_THRESH_MEAN_C]
GaussianC1 it is a weighted sum (Gaussian) of block_size × block_size pixel neighborhood, subtracted by param1. [CV_ADAPTIVE_THRESH_GAUSSIAN_C]
See Also

Reference