You are here: Start » AVL.NET » AVL.FitArcToEdges(AvlNet.Image, AvlNet.ArcFittingMap, AvlNet.EdgeScanParams, AvlNet.Selection, float, AvlNet.CircleFittingMethod, AvlNet.Arc2D?, AvlNet.Edge1D?[], AvlNet.Profile, AvlNet.Profile[], AvlNet.Profile[])
AVL.FitArcToEdges(AvlNet.Image, AvlNet.ArcFittingMap, AvlNet.EdgeScanParams, AvlNet.Selection, float, AvlNet.CircleFittingMethod, AvlNet.Arc2D?, AvlNet.Edge1D?[], AvlNet.Profile, AvlNet.Profile[], 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, float inMaxIncompleteness, AvlNet.CircleFittingMethod inFittingMethod, out AvlNet.Arc2D? outArc, out AvlNet.Edge1D?[] outEdges, out AvlNet.Profile outDeviationProfile, out AvlNet.Profile[] diagBrightnessProfiles, out AvlNet.Profile[] diagResponseProfiles )
Parameters
- inImage
- Type: AvlNet.Image
- inFittingMap
- Type: AvlNet.ArcFittingMap
- inEdgeScanParams
- Type: AvlNet.EdgeScanParams
- inEdgeSelection
- Type: AvlNet.Selection
- inMaxIncompleteness
- Type: System.Single
- inFittingMethod
- Type: AvlNet.CircleFittingMethod
- outArc
- Type: System.Nullable<AvlNet.Arc2D>
- outEdges
- Type: System.Nullable<AvlNet.Edge1D>
- outDeviationProfile
- Type: AvlNet.Profile
- diagBrightnessProfiles
- Type: AvlNet.Profile
- diagResponseProfiles
- Type: AvlNet.Profile
