Fits a 3D circle from a 3D point set.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 75.1.0.0
Syntax
Parameters
- pointsPhys3D
- Type: Cognex.VisionPro3D Cog3DVect3Collection
A 3D point collection.
Return Value
Type: Cog3DCircleFitterUsing3DPointsResultA Cog3DCircleFitterUsing3DPointsResult containing the fitted circle and 3D residuals.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If the input argument is null. |
| ArgumentException | If pointsPhys3D.Count is less than 3. |
| Cog3DException | If a 3D circle cannot be fitted. |
See Also