CvCmpS Method OpenCvSharp Class Library
Performs per-element comparison of array and scalar

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

public static void CmpS(
	CvArr src,
	double value,
	CvArr dst,
	ArrComparison cmpOp
)

Parameters

src
Type: OpenCvSharpCvArr
The source array, must have a single channel.
value
Type: SystemDouble
The scalar value to compare each array element with.
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