Enum CheckArrayFlags
Specifies operation flags for CheckRange(CheckArrayFlags, Double, Double).
Namespace: OpenCV.Net
Assembly: OpenCV.Net.dll
Syntax
public enum CheckArrayFlags : int
Fields
Name | Description |
---|---|
CheckNanInfinity | Specifies that the method should check that every element is neither NaN nor Infinity. |
CheckQuiet | Specifies whether the method should raise an error if an element is invalid or out of range. |
CheckRange | Specifies that the method should check that every element is within a specified range. |