Returns the minimum distance from the data point of this result to the best fit Line that was found. This measurement is available regardless of whether or not the data was used for the fit.
Namespace: Cognex.VisionPro.CaliperAssembly: Cognex.VisionPro.Caliper (in Cognex.VisionPro.Caliper.dll) Version: 69.0.0.0
Syntax
Property Value
Type: DoubleExceptions
| Exception | Condition |
|---|---|
| CogFindEdgeNotFoundException | Found is false. |
| CogFindShapeNotFoundException | The fitting tool did not find a shape. |
Remarks
Returns the minimum distance from the data point of this result to the best fit CogLine that was found. This measurement is available regardless of whether or not this point was used for the fit.
See Also