http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Enumeration used by cvCheckArr
Namespace: Emgu.CV.CvEnumAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
[FlagsAttribute] public enum CHECK_TYPE |
Visual Basic |
---|
<FlagsAttribute> _ Public Enumeration CHECK_TYPE |
Visual C++ |
---|
[FlagsAttribute] public enum class CHECK_TYPE |
Members
Member name | Value | Description | |
---|---|---|---|
CHECK_NAN_INFINITY | 0 | Checks that every element is neigther NaN nor Infinity | |
CHECK_RANGE | 1 | If set, the function checks that every value of array is within [minVal,maxVal) range, otherwise it just checks that every element is neigther NaN nor Infinity | |
CHECK_QUIET | 2 | If set, the function does not raises an error if an element is invalid or out of range |