Click or drag to resize

MatCheckRange Method (Boolean)

checks that each matrix element is within the specified range.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public bool CheckRange(
	bool quiet = true
)

Parameters

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.Mat.CheckRange(System.Boolean)"]

See Also