You are here: Start » AVL.NET » AVL.FitPathToStripe(AvlNet.Image, AvlNet.PathFittingMap, AvlNet.StripeScanParams, AvlNet.Selection, AvlNet.LocalBlindness, int?, float?, float, AvlNet.Path, AvlNet.Path, AvlNet.Path, AvlNet.Stripe1D?[], AvlNet.Profile[], AvlNet.Profile[])
AVL.FitPathToStripe(AvlNet.Image, AvlNet.PathFittingMap, AvlNet.StripeScanParams, AvlNet.Selection, AvlNet.LocalBlindness, int?, float?, float, AvlNet.Path, AvlNet.Path, AvlNet.Path, AvlNet.Stripe1D?[], AvlNet.Profile[], AvlNet.Profile[])
Performs a series of 1D stripe detections and creates a path from the detected points.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void FitPathToStripe( AvlNet.Image inImage, AvlNet.PathFittingMap inFittingMap, AvlNet.StripeScanParams inStripeScanParams, AvlNet.Selection inStripeSelection, AvlNet.LocalBlindness inLocalBlindness, int? inMaxInterpolationLength, float? inMaxDeviationDelta, float inMaxIncompleteness, out AvlNet.Path outPath, out AvlNet.Path outLeftPath, out AvlNet.Path outRightPath, out AvlNet.Stripe1D?[] outStripes, out AvlNet.Profile[] diagBrightnessProfiles, out AvlNet.Profile[] diagResponseProfiles )
Parameters
- inImage
- Type: AvlNet.Image
Image to fit the path to - inFittingMap
- Type: AvlNet.PathFittingMap
Input fitting map - inStripeScanParams
- Type: AvlNet.StripeScanParams
Parameters controlling the stripe extraction process - inStripeSelection
- Type: AvlNet.Selection
Selection mode of stripe - inLocalBlindness
- Type: AvlNet.LocalBlindness
Defines conditions in which weaker edges can be detected in the vicinity of stronger edges, or null. - inMaxInterpolationLength
- Type: System.Nullable<System.Int32>
Maximal number of consecutive points not found, or null. - inMaxDeviationDelta
- Type: System.Nullable<System.Single>
Maximal difference between deviations of consecutive path points, or null. - inMaxIncompleteness
- Type: System.Single
Maximal fraction of stripe points not found - outPath
- Type: AvlNet.Path
Fitted path in the middle of found stripe - outLeftPath
- Type: AvlNet.Path
Fitted left path - outRightPath
- Type: AvlNet.Path
Fitted right path - 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
