Table of Contents

Enum AdaptiveThresholdType

Namespace
Emgu.CV.CvEnum
Assembly
Emgu.CV.dll

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.