You are here: Start » AVL.NET » AVL.FitPathToStripe(AvlNet.Image, AvlNet.PathFittingMap, AvlNet.StripeScanParams, AvlNet.Selection, float, AvlNet.Path, AvlNet.Path, AvlNet.Path, AvlNet.Stripe1D?[], AvlNet.Profile[], AvlNet.Profile[])
AVL.FitPathToStripe(AvlNet.Image, AvlNet.PathFittingMap, AvlNet.StripeScanParams, AvlNet.Selection, 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, 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 - 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
