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