Cv. CmpS 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: OpenCvSharp.CvArr
The source array, must have a single channel.
value
Type: System.Double
The scalar value to compare each array element with.
dst
Type: OpenCvSharp.CvArr
The destination array, must have 8u or 8s type.
cmpOp
Type: OpenCvSharp.ArrComparison
The flag specifying the relation between the elements to be checked
See Also

Reference