Click or drag to resize

ImageTColor, TDepthCmp Method (Double, CmpType)

http://www.emgu.com
Compare the current image with value and returns the comparison mask

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public Image<TColor, byte> Cmp(
	double value,
	CmpType comparisonType
)

Parameters

value
Type: SystemDouble
The value to compare with
comparisonType
Type: Emgu.CV.CvEnumCmpType
The comparison type

Return Value

Type: ImageTColor, Byte
The result of the comparison as a mask
See Also