CvCmp Method OpenCvSharp Class Library
Performs per-element comparison of two arrays

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void Cmp(
	CvArr src1,
	CvArr src2,
	CvArr dst,
	ArrComparison cmpOp
)

Parameters

src1
Type: OpenCvSharpCvArr
The first source array.
src2
Type: OpenCvSharpCvArr
The second source array. Both source array must have a single channel.
dst
Type: OpenCvSharpCvArr
The destination array, must have 8u or 8s type.
cmpOp
Type: OpenCvSharpArrComparison
The flag specifying the relation between the elements to be checked
See Also

Reference