Cog3DPlaneFitterUsing3DPoints Execute Method Cognex VisionPro
Fits a 3D plane from a 3D point set

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

public Cog3DPlaneFitterUsing3DPointsResult Execute(
	Cog3DVect3Collection pointsPhys3D
)

Return Value

Type: Cog3DPlaneFitterUsing3DPointsResult
A Cog3DPlaneFitterUsing3DPointsResult containing the fitted plane and 3D residuals.
Exceptions

ExceptionCondition
ArgumentNullException If the input argument is null.
ArgumentException If pointsPhys3D.Count is less than 3.
Cog3DException If a 3D plane cannot be fitted.
See Also