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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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