You are here: Start » FIL.NET » FIS.FitCircleToEdges Method
FIS.FitCircleToEdges Method
Performs a series of 1D edge detections and finds a circle that best matches the detected points.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void FitCircleToEdges ( FilNet.Image inImage, FilNet.CircleFittingMap inFittingMap, FilNet.EdgeScanParams inEdgeScanParams, FilNet.Selection inEdgeSelection, FilNet.LocalBlindness? inLocalBlindness, float inMaxIncompleteness, FilNet.CircleFittingMethod inFittingMethod, FilNet.MEstimator? inOutlierSuppression, out FilNet.Circle2D? outCircle )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Image to fit the circle to. | ||
![]() | inFittingMap | FilNet.CircleFittingMap | Input fitting map. | ||
![]() | inEdgeScanParams | FilNet.EdgeScanParams | Parameters controlling the edge extraction process. | ||
![]() | inEdgeSelection | FilNet.Selection | fil::SelectionBest | Selection mode of edges. Default value: fil::SelectionBest. | |
![]() | inLocalBlindness | FilNet.LocalBlindness? | Defines conditions in which weaker edges can be detected in the vicinity of stronger edges. Default value: ftl::NIL. | ||
![]() | inMaxIncompleteness | float | <0.0f, 0.999f> | 0.1f | Maximal fraction of edge points not found. Default value: 0.1f. |
![]() | inFittingMethod | FilNet.CircleFittingMethod | AlgebraicTaubin | Method used to fit a circle. Default value: AlgebraicTaubin. | |
![]() | inOutlierSuppression | FilNet.MEstimator? | Selects a method for ignoring incorrectly detected points. Default value: ftl::NIL. | ||
![]() | outCircle | FilNet.Circle2D? | Fitted circle or nothing if the fitting fails. |
Function Overrides
- FitCircleToEdges(Image, CircleFittingMap, EdgeScanParams, Selection, Single, CircleFittingMethod, Nullable<Circle2D>)
- FitCircleToEdges(Image, CircleFittingMap, EdgeScanParams, Selection, Nullable<LocalBlindness>, Single, CircleFittingMethod, Nullable<MEstimator>, Nullable<Circle2D>, IList<Nullable<Edge1D>>, INullable<Profile>, IList<Point2D>, IList<Profile>, IList<Profile>)
- FitCircleToEdges(Image, CircleFittingMap, EdgeScanParams, Selection, Nullable<LocalBlindness>, Single, CircleFittingMethod, Nullable<MEstimator>, Nullable<Circle2D>, NullableRef<List<Nullable<Edge1D>>>, NullableRef<NullableRef<Profile>>, NullableRef<List<Point2D>>, NullableRef<SafeList<Profile>>, NullableRef<SafeList<Profile>>)