Click or drag to resize

CheckTypeRange Field

http://www.emgu.com
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

Namespace:  Emgu.CV.CvEnum
Assembly:  Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public const CheckType Range = 1

Field Value

Type: CheckType
See Also