You are here: Start » AVL.NET » Invoke.FitPathToStripe3D
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 FitPathToStripe3D ( Avl.Surface inSurface, Avl.PathFittingMap inFittingMap, Avl.StripeScanParams3D inStripeScanParams, Avl.Selection inStripeSelection, Optional<Avl.LocalBlindness> inLocalBlindness, Optional<int> inMaxProfileGapWidth, Optional<int> inMaxPathInterpolationLength, Optional<float> inMaxDeviationDelta, float inMaxIncompleteness, Conditional<List<Avl.Point3D>> outPath, Conditional<List<Avl.Point3D>> outLeftPath, Conditional<List<Avl.Point3D>> outRightPath, Optional<List<Conditional<Avl.SurfaceStripe1D>>> outStripes, Optional<Conditional<Avl.Profile>> outDeviationProfile, Optional<List<Avl.Profile>> outHeightProfiles, Optional<List<Avl.Profile>> outResponseProfiles, Optional<Conditional<List<Avl.Segment3D>>> outPathSegments )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | Avl.Surface | Surface to fit the path to. | ||
![]() | inFittingMap | Avl.PathFittingMap | Input fitting map. | ||
![]() | inStripeScanParams | Avl.StripeScanParams3D | 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. | ||
![]() | inMaxProfileGapWidth | Atl.Optional<int> | <0, INF> | 1 | Maximal number of consecutive not existing profile points. Default value: 1. |
![]() | inMaxPathInterpolationLength | Atl.Optional<int> | 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<System.Collections.Generic.List<Avl.Point3D>> | Fitted path or nothing if the fitting failed. | ||
![]() | outLeftPath | Atl.Conditional<System.Collections.Generic.List<Avl.Point3D>> | Fitted left path. | ||
![]() | outRightPath | Atl.Conditional<System.Collections.Generic.List<Avl.Point3D>> | Fitted right path. | ||
![]() | outStripes | Atl.Optional<System.Collections.Generic.List<Atl.Conditional<Avl.SurfaceStripe1D>>> | Found stripes. | ||
![]() | outDeviationProfile | Atl.Optional<Atl.Conditional<Avl.Profile>> | Profile of distances between the actual path points and the corresponding reference path points. | ||
![]() | outHeightProfiles | Atl.Optional<System.Collections.Generic.List<Avl.Profile>> | Extracted surface height profiles. | ||
![]() | outResponseProfiles | Atl.Optional<System.Collections.Generic.List<Avl.Profile>> | Profiles of the edge (derivative) operator response. | ||
![]() | outPathSegments | Atl.Optional<Atl.Conditional<System.Collections.Generic.List<Avl.Segment3D>>> | Segments of the fitted path or nothing if the fitting failed. |