You are here: Start » FIL.NET » FIS.FitPathToStripe3D Method
FIS.FitPathToStripe3D Method
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void FitPathToStripe3D ( FilNet.Surface inSurface, FilNet.PathFittingMap inFittingMap, FilNet.StripeScanParams3D inStripeScanParams, FilNet.Selection inStripeSelection, FilNet.LocalBlindness? inLocalBlindness, int? inMaxProfileGapWidth, int? inMaxPathInterpolationLength, float? inMaxDeviationDelta, float inMaxIncompleteness, INullable<List<FilNet.Point3D>> outPath, INullable<List<FilNet.Point3D>> outLeftPath, INullable<List<FilNet.Point3D>> outRightPath, NullableRef<List<NullableRef<FilNet.SurfaceStripe1D>>> outStripes, NullableRef<NullableRef<FilNet.Profile>> outDeviationProfile, NullableRef<SafeList<FilNet.Profile>> outHeightProfiles, NullableRef<SafeList<FilNet.Profile>> outResponseProfiles, NullableRef<NullableRef<List<FilNet.Segment3D>>> outPathSegments )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | Surface to fit the path to | ||
![]() | inFittingMap | FilNet.PathFittingMap | Input fitting map | ||
![]() | inStripeScanParams | FilNet.StripeScanParams3D | Parameters controlling the stripe extraction process | ||
![]() | inStripeSelection | FilNet.Selection | fil::Selection::Best | Selection mode of stripe | |
![]() | inLocalBlindness | FilNet.LocalBlindness? | Defines conditions in which weaker edges can be detected in the vicinity of stronger edges | ||
![]() | inMaxProfileGapWidth | int? | <0, INF> | 1 | Maximal number of consecutive not existing profile points |
![]() | inMaxPathInterpolationLength | int? | Maximal number of consecutive points not found | ||
![]() | inMaxDeviationDelta | float? | <0.0f, INF> | Maximal difference between deviations of consecutive path points | |
![]() | inMaxIncompleteness | float | <0.0f, 0.999f> | 0.1f | Maximal fraction of stripe points not found |
![]() | outPath | FilNet.INullable<System.Collections.Generic.List<FilNet.Point3D>> | Fitted path or nothing if the fitting failed | ||
![]() | outLeftPath | FilNet.INullable<System.Collections.Generic.List<FilNet.Point3D>> | Fitted left path | ||
![]() | outRightPath | FilNet.INullable<System.Collections.Generic.List<FilNet.Point3D>> | Fitted right path | ||
![]() | outStripes | FilNet.NullableRef<System.Collections.Generic.List<FilNet.NullableRef<FilNet.SurfaceStripe1D>>> | Found stripes | ||
![]() | outDeviationProfile | FilNet.NullableRef<FilNet.NullableRef<FilNet.Profile>> | Profile of distances between the actual path points and the corresponding reference path points | ||
![]() | outHeightProfiles | FilNet.NullableRef<FilNet.SafeList<FilNet.Profile>> | Extracted surface height profiles | ||
![]() | outResponseProfiles | FilNet.NullableRef<FilNet.SafeList<FilNet.Profile>> | Profiles of the edge (derivative) operator response | ||
![]() | outPathSegments | FilNet.NullableRef<FilNet.NullableRef<System.Collections.Generic.List<FilNet.Segment3D>>> | Segments of the fitted path or nothing if the fitting failed |
Function Overrides
- FitPathToStripe3D(Surface, PathFittingMap, StripeScanParams3D, Selection, Single, INullable<List<Point3D>>, INullable<List<Point3D>>, INullable<List<Point3D>>)
- FitPathToStripe3D(Surface, PathFittingMap, StripeScanParams3D, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Nullable<Int32>, Nullable<Single>, Single, INullable<List<Point3D>>, INullable<List<Point3D>>, INullable<List<Point3D>>)
- FitPathToStripe3D(Surface, PathFittingMap, StripeScanParams3D, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Nullable<Int32>, Nullable<Single>, Single, INullable<List<Point3D>>, INullable<List<Point3D>>, INullable<List<Point3D>>, IList<NullableRef<SurfaceStripe1D>>, INullable<Profile>, IList<Profile>, IList<Profile>, INullable<List<Segment3D>>)