You are here: Start » FIL.NET » FIL.FitPathToStripe3D
Performs a series of 1D stripe detections and creates a path from the detected points.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void FitPathToStripe3D ( FilNet.Surface inSurface, FilNet.PathFittingMap inFittingMap, FilNet.StripeScanParams3D inStripeScanParams, FilNet.Selection inStripeSelection, float inMaxIncompleteness, INullable<List<FilNet.Point3D>> outPath, INullable<List<FilNet.Point3D>> outLeftPath, INullable<List<FilNet.Point3D>> outRightPath, IList<FilNet.Profile> diagHeightProfiles, IList<FilNet.Profile> diagResponseProfiles )
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. Default value: fil::Selection::Best. | |
![]() | inMaxIncompleteness | float | <0.0f, 0.999f> | 0.1f | Maximal fraction of stripe points not found. Default value: 0.1f. |
![]() | outPath | FilNet.INullable<System.Collections.Generic.List<FilNet.Point3D>> | Fitted path or nothing if the fitting failed. This parameter cannot be null. | ||
![]() | outLeftPath | FilNet.INullable<System.Collections.Generic.List<FilNet.Point3D>> | Fitted left path. This parameter cannot be null. | ||
![]() | outRightPath | FilNet.INullable<System.Collections.Generic.List<FilNet.Point3D>> | Fitted right path. This parameter cannot be null. | ||
![]() | diagHeightProfiles | System.Collections.Generic.IList<FilNet.Profile> | Extracted surface height profiles. | ||
![]() | diagResponseProfiles | System.Collections.Generic.IList<FilNet.Profile> | Profiles of the edge (derivative) operator response. |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
Hardware acceleration settings may be manipulated with Settings class.
Function Overrides
- FitPathToStripe3D(Surface, PathFittingMap, StripeScanParams3D, Selection, Single, INullable<List<Point3D>>, INullable<List<Point3D>>, INullable<List<Point3D>>)
- FitPathToStripe3D(Surface, PathFittingMap, StripeScanParams3D, Selection, Single, INullable<List<Point3D>>, INullable<List<Point3D>>, INullable<List<Point3D>>, NullableRef<List<NullableRef<SurfaceStripe1D>>>, NullableRef<NullableRef<Profile>>)
- FitPathToStripe3D(Surface, PathFittingMap, StripeScanParams3D, Selection, Single, INullable<List<Point3D>>, INullable<List<Point3D>>, INullable<List<Point3D>>, NullableRef<List<NullableRef<SurfaceStripe1D>>>, NullableRef<NullableRef<Profile>>, IList<Profile>, IList<Profile>)
- 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<Profile>, IList<Profile>)
- FitPathToStripe3D(Surface, PathFittingMap, StripeScanParams3D, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Nullable<Int32>, Nullable<Single>, Single, INullable<List<Point3D>>, INullable<List<Point3D>>, INullable<List<Point3D>>, NullableRef<List<NullableRef<SurfaceStripe1D>>>, NullableRef<NullableRef<Profile>>)
- 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>)
- FitPathToStripe3D(Surface, PathFittingMap, StripeScanParams3D, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Nullable<Int32>, Nullable<Single>, Single, INullable<List<Point3D>>, INullable<List<Point3D>>, INullable<List<Point3D>>, NullableRef<List<NullableRef<SurfaceStripe1D>>>, NullableRef<NullableRef<Profile>>, IList<Profile>, IList<Profile>)