Cog3DPlaneFitterUsing3DPointsResult GetInlierIndices Method Cognex VisionPro
Gets the indices of the data points classified as inliers and included in the fit.

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

public List<int> GetInlierIndices()

Return Value

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