Returns the minimum distance from the data point to the fitted Line. This measurement is available regardless of whether or not the data point was used for the fit.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax
Parameters
- index
- Type: System Int32
The index of the point.
Return Value
Type: DoubleExceptions
| Exception | Condition |
|---|---|
| ArgumentException | index is less than 0 or greater than or equal to NumPoints. |
Remarks
Returns the minimum distance from the data point to the fitted CogLine. This measurement is available regardless of whether or not the data point was used for the fit.
See Also