You are here: Start » AVL.NET » AVL.FitArcToStripe(AvlNet.Image, AvlNet.ArcFittingMap, AvlNet.StripeScanParams, AvlNet.Selection, float, AvlNet.CircleFittingMethod, AvlNet.Arc2D?, AvlNet.Arc2D?, AvlNet.Arc2D?, AvlNet.Stripe1D?[], AvlNet.Profile[], AvlNet.Profile[])
AVL.FitArcToStripe(AvlNet.Image, AvlNet.ArcFittingMap, AvlNet.StripeScanParams, AvlNet.Selection, float, AvlNet.CircleFittingMethod, AvlNet.Arc2D?, AvlNet.Arc2D?, AvlNet.Arc2D?, AvlNet.Stripe1D?[], AvlNet.Profile[], AvlNet.Profile[])
Performs a series of 1D stripe detections and finds an arc that best matches the detected points.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void FitArcToStripe( AvlNet.Image inImage, AvlNet.ArcFittingMap inFittingMap, AvlNet.StripeScanParams inStripeScanParams, AvlNet.Selection inStripeSelection, float inMaxIncompleteness, AvlNet.CircleFittingMethod inFittingMethod, out AvlNet.Arc2D? outArc, out AvlNet.Arc2D? outInnerArc, out AvlNet.Arc2D? outOuterArc, out AvlNet.Stripe1D?[] outStripes, out AvlNet.Profile[] diagBrightnessProfiles, out AvlNet.Profile[] diagResponseProfiles )
Parameters
- inImage
- Type: AvlNet.Image
Input image to fit arc to - inFittingMap
- Type: AvlNet.ArcFittingMap
Input fitting map - inStripeScanParams
- Type: AvlNet.StripeScanParams
Parameters controlling the stripe extraction process - inStripeSelection
- Type: AvlNet.Selection
Selection mode of stripe - inMaxIncompleteness
- Type: System.Single
Maximal fraction of stripe points not found - inFittingMethod
- Type: AvlNet.CircleFittingMethod
Method used to fit an arc - outArc
- Type: System.Nullable<AvlNet.Arc2D>
Fitted arc in the middle of found stripe - outInnerArc
- Type: System.Nullable<AvlNet.Arc2D>
Fitted inner arc - outOuterArc
- Type: System.Nullable<AvlNet.Arc2D>
Fitted outer arc - outStripes
- Type: System.Nullable<AvlNet.Stripe1D>
Found stripes - diagBrightnessProfiles
- Type: AvlNet.Profile
Extracted image profiles - diagResponseProfiles
- Type: AvlNet.Profile
Profiles of the edge (derivative) operator response
