Click or drag to resize

ImageTColor, TDepthCmp Method (ImageTColor, TDepth, CmpType)

http://www.emgu.com
Compare the current image with img2 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(
	Image<TColor, TDepth> img2,
	CmpType cmpType
)

Parameters

img2
Type: Emgu.CVImageTColor, TDepth
The other image to compare with
cmpType
Type: Emgu.CV.CvEnumCmpType
The comparison type

Return Value

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