ThresholdTypeToZero Field |
http://www.emgu.com
value = value > threshold ? value : 0
Namespace:
Emgu.CV.CvEnum
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic const ThresholdType ToZero = 3
Public Const ToZero As ThresholdType = 3
public:
literal ThresholdType^ ToZero = 3
static val mutable ToZero: ThresholdType
Field Value
Type:
ThresholdType
See Also