Start » Filter Reference » Surface » Surface Fitting » FitCircleToSurfaceHole
Module: | Vision3DStandard |
---|
Fits a circle to a hole in a surface plane.
Name | Type | Range | Description | |
---|---|---|---|---|
inSurface | Surface | Input surface | ||
inRoi | Region* | Region of interest | ||
inPlaneOutlierSuppression | MEstimator | Selects a method for ignoring points not lying on the fitted plane | ||
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 | Select a method for fitting a circle to a set of points | ||
inCircleOutlierSuppression | MEstimator* | Selects a method for ignoring points not lying on the fitted circle | ||
outCircle3D | Circle3D? | Circle fitted to a surface hole | ||
outPlane | Plane3D | Plane fitted to the surface points | ||
outInliers | Point3DArray | Points matching the computed plane | ||
outDistances | RealArray | Distances of the input surface points to a resulting plane | ||
outSignedDistanceSum | Real | Sum of signed distances of the input surface points to a resulting plane | ||
outDistanceSum | Real | Sum of distances of the input surface points to a resulting plane | ||
outSquaredDistances | RealArray | Squared distances of the input surface points to a resulting plane | ||
outSquaredDistanceSum | Real | Sum of squared distances of the input surface points to a resulting plane |
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 | Region of interest exceeds an input surface in FitCircleToSurfaceHole. |
Complexity Level
This filter is available on Basic Complexity Level.