CvArrInRangeS Method OpenCvSharp Class Library
Checks that array elements lie between two scalars

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

public void InRangeS(
	CvScalar lower,
	CvScalar upper,
	CvArr dst
)

Parameters

lower
Type: OpenCvSharpCvScalar
The inclusive lower boundary.
upper
Type: OpenCvSharpCvScalar
The exclusive upper boundary.
dst
Type: OpenCvSharpCvArr
The destination array, must have 8u or 8s type.
See Also

Reference