CvInRange Method OpenCvSharp Class Library
Checks that array elements lie between elements of two other arrays

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

public static void InRange(
	CvArr src,
	CvArr lower,
	CvArr upper,
	CvArr dst
)

Parameters

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

Reference