Start » Filter Reference » Geometry 3D » Geometry 3D Fitting » FitCircleToPoints3D
Module: | Vision3DStandard |
---|
Approximates points in 3D with a circle using selected outliers suppression method.
Name | Type | Description | |
---|---|---|---|
![]() |
inPoints | Point3DArray | |
![]() |
inFittingMethod | CircleFittingMethod | |
![]() |
inOutlierSuppression | MEstimator* | |
![]() |
inPlane | Plane3D* | |
![]() |
outCircle | Circle3D? | Fitted circle or nothing if method failed to converge, |
![]() |
outInliers | Point3DArray |
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Empty point array on input in FitCircleToPoints3D. |
Complexity Level
This filter is available on Basic Complexity Level.