Enumeration used by cvCheckArr

Namespace:  Emgu.CV.CvEnum
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)

Syntax

         
 C#  Visual Basic  Visual C++ 
[FlagsAttribute]
public enum CHECK_TYPE
<FlagsAttribute> _
Public Enumeration CHECK_TYPE
[FlagsAttribute]
public enum class CHECK_TYPE

Members

MemberDescription
CHECK_NAN_INFINITY
Checks that every element is neigther NaN nor Infinity
CHECK_RANGE
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
If set, the function does not raises an error if an element is invalid or out of range

See Also