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