Click or drag to resize
MatrixTDepthCmp Method
http://www.emgu.com
This function compare the current matrix with mat2 and returns the comparison mask

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public Matrix<byte> Cmp(
	Matrix<TDepth> mat2,
	CmpType type
)

Parameters

mat2
Type: Emgu.CVMatrixTDepth
The other matrix to compare with
type
Type: Emgu.CV.CvEnumCmpType
Comparison type

Return Value

Type: MatrixByte
The comparison mask
See Also