You are here: Start » AVL.NET » Invoke.FitPathToStripe
Performs a series of 1D stripe detections and creates a path from the detected points.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void FitPathToStripe ( Avl.Image inImage, Avl.PathFittingMap inFittingMap, Avl.StripeScanParams inStripeScanParams, Avl.Selection inStripeSelection, Optional<Avl.LocalBlindness> inLocalBlindness, Optional<int> inMaxInterpolationLength, Optional<float> inMaxDeviationDelta, float inMaxIncompleteness, Conditional<Avl.Path> outPath, Conditional<Avl.Path> outLeftPath, Conditional<Avl.Path> outRightPath, List<Conditional<Avl.Stripe1D>> outStripes, Optional<Conditional<Avl.Profile>> outDeviationProfile, Optional<List<Avl.Profile>> outBrightnessProfiles, Optional<List<Avl.Profile>> outResponseProfiles )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Avl.Image | Image to fit the path to. | ||
![]() | inFittingMap | Avl.PathFittingMap | Input fitting map. | ||
![]() | inStripeScanParams | Avl.StripeScanParams | Parameters controlling the stripe extraction process. | ||
![]() | inStripeSelection | Avl.Selection | avl::Selection::Best | Selection mode of stripe. Default value: avl::Selection::Best. | |
![]() | inLocalBlindness | Atl.Optional<Avl.LocalBlindness> | Defines conditions in which weaker edges can be detected in the vicinity of stronger edges. Default value: atl::NIL. | ||
![]() | inMaxInterpolationLength | Atl.Optional<int> | <0, INF> | Maximal number of consecutive points not found. Default value: atl::NIL. | |
![]() | inMaxDeviationDelta | Atl.Optional<float> | <0.0f, INF> | Maximal difference between deviations of consecutive path points. Default value: atl::NIL. | |
![]() | inMaxIncompleteness | float | <0.0f, 0.999f> | 0.1f | Maximal fraction of stripe points not found. Default value: 0.1f. |
![]() | outPath | Atl.Conditional<Avl.Path> | Fitted path in the middle of found stripe. | ||
![]() | outLeftPath | Atl.Conditional<Avl.Path> | Fitted left path. | ||
![]() | outRightPath | Atl.Conditional<Avl.Path> | Fitted right path. | ||
![]() | outStripes | System.Collections.Generic.List<Atl.Conditional<Avl.Stripe1D>> | Found stripes. | ||
![]() | outDeviationProfile | Atl.Optional<Atl.Conditional<Avl.Profile>> | Profile of distances between the actual path points and the corresponding reference path points. | ||
![]() | outBrightnessProfiles | Atl.Optional<System.Collections.Generic.List<Avl.Profile>> | Extracted image profiles. | ||
![]() | outResponseProfiles | Atl.Optional<System.Collections.Generic.List<Avl.Profile>> | Profiles of the edge (derivative) operator response. |