Click or drag to resize

ThresholdTypeOtsu Field

http://www.emgu.com
use Otsu algorithm to choose the optimal threshold value; combine the flag with one of the above CV_THRESH_* values

Namespace:  Emgu.CV.CvEnum
Assembly:  Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public const ThresholdType Otsu = 8

Field Value

Type: ThresholdType
See Also