checks that each matrix element is within the specified range.
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- src
- Type: OpenCvSharp.CPlusPlusInputArray
The array to check - quiet (Optional)
- Type: SystemBoolean
The flag indicating whether the functions quietly return false when the array elements are out of range, or they throw an exception.
Return Value
Type: Boolean[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.Cv2.CheckRange(OpenCvSharp.CPlusPlus.InputArray,System.Boolean)"]
See Also