Table of Contents

Enum CheckType

Namespace
Emgu.CV.CvEnum
Assembly
Emgu.CV.dll

Enumeration used by cvCheckArr

[Flags]
public enum CheckType

Fields

NanInfinity = 0

Checks that every element is neither NaN nor Infinity

Quite = 2

If set, the function does not raises an error if an element is invalid or out of range

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 neither NaN nor Infinity