Cog3DLineFitterUsing3DPointsResult GetOutlierIndices Method Cognex VisionPro 9.7
Gets the indices of the data points classified as outliers and excluded from the fit.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 73.0.0.0
Syntax

public List<int> GetOutlierIndices()

Return Value

Type: List Int32 
The list of indices of the data points classified as outliers.
See Also