Start » Filter Reference » Geometry 3D » Geometry 3D Fitting » FitCircle3DToHole
Module: | Vision3DLite |
---|
Fits a circle to a hole in a plane.
Name | Type | Range | Description | |
---|---|---|---|---|
inPointGrid | Point3DGrid | |||
inRoi | Region* | Range of pixels to be processed | ||
inPlaneOutlierSuppression | MEstimator | |||
inClippingFactor | Real | 0.675 - 6.0 | Multitude of standard deviation within which points are considered inliers | |
inIterationCount | Integer | 0 - | Number of iterations of outlier suppressing algorithm | |
inInitialPlane | Plane3D* | Initial approximation of a plane (if available) | ||
inCircleFittingMethod | CircleFittingMethod | |||
inCircleOutlierSuppression | MEstimator* | |||
outCircle3D | Circle3D? | Circle fitted to a hole | ||
outPlane | Plane3D | |||
outInliers | Point3DArray | Points matching the computed plane | ||
outDistances | RealArray | Distances of the input points to a resulting plane | ||
outSignedDistanceSum | Real | Sum of signed distances of the input points to a resulting plane | ||
outDistanceSum | Real | Sum of distances of the input points to a resulting plane | ||
outSquaredDistances | RealArray | Squared distances of the input points to a resulting plane | ||
outSquaredDistanceSum | Real | Sum of squared distances of the input points to a resulting plane |
Complexity Level
This filter is available on Basic Complexity Level.