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