CogOCVMaxCharacterResult FitError Property Cognex VisionPro 9.8 SR1
The fit error of this character. Zero is the best possible value, while larger numbers are worse. While there is no theoretical upper limit, it is typically less than 10 in practical use. Will be -1 if not available.

Namespace: Cognex.VisionPro.OCVMax
Assembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 75.0.0.0
Syntax

public double FitError { get; }

Property Value

Type: Double
This read-only property of type System::Double will be in the range from 0.0 (best) to infinity (worst). Will be -1.0 if not available.
See Also