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
Syntaxpublic const ThresholdType Otsu = 8
Public Const Otsu As ThresholdType = 8
public:
literal ThresholdType^ Otsu = 8
static val mutable Otsu: ThresholdType
Field Value
Type:
ThresholdType
See Also