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
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