You are here: Start » AVL.NET » AVL.FitArcToEdges(AvlNet.Image, AvlNet.ArcFittingMap, AvlNet.EdgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness, float, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, AvlNet.Arc2D?, AvlNet.Edge1D?[], AvlNet.Profile)
AVL.FitArcToEdges(AvlNet.Image, AvlNet.ArcFittingMap, AvlNet.EdgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness, float, AvlNet.CircleFittingMethod, AvlNet.MEstimator?, AvlNet.Arc2D?, AvlNet.Edge1D?[], AvlNet.Profile)
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void FitArcToEdges( AvlNet.Image inImage, AvlNet.ArcFittingMap inFittingMap, AvlNet.EdgeScanParams inEdgeScanParams, AvlNet.Selection inEdgeSelection, AvlNet.LocalBlindness inLocalBlindness, float inMaxIncompleteness, AvlNet.CircleFittingMethod inFittingMethod, AvlNet.MEstimator? inOutlierSuppression, out AvlNet.Arc2D? outArc, out AvlNet.Edge1D?[] outEdges, out AvlNet.Profile outDeviationProfile )
Parameters
- inImage
- Type: AvlNet.Image
- inFittingMap
- Type: AvlNet.ArcFittingMap
- inEdgeScanParams
- Type: AvlNet.EdgeScanParams
- inEdgeSelection
- Type: AvlNet.Selection
- inLocalBlindness
- Type: AvlNet.LocalBlindness
- inMaxIncompleteness
- Type: System.Single
- inFittingMethod
- Type: AvlNet.CircleFittingMethod
- inOutlierSuppression
- Type: System.Nullable<AvlNet.MEstimator>
- outArc
- Type: System.Nullable<AvlNet.Arc2D>
- outEdges
- Type: System.Nullable<AvlNet.Edge1D>
- outDeviationProfile
- Type: AvlNet.Profile
