CvArrCmpS 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 void CmpS(
	double value,
	CvArr dst,
	ArrComparison cmpOp
)

Parameters

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