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