You are here: Start » FIL.NET » FIS.FitSegmentToStripe3D Method
FIS.FitSegmentToStripe3D Method
Performs a series of 1D edge detections and finds a segment that best matches the detected points.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void FitSegmentToStripe3D ( FilNet.Surface inSurface, FilNet.SegmentFittingMap inFittingMap, FilNet.StripeScanParams3D inStripeScanParams, FilNet.Selection inStripeSelection, float inMaxIncompleteness, INullable<FilNet.Segment3D> outSegment, INullable<FilNet.Segment3D> outLeftSegment, INullable<FilNet.Segment3D> outRightSegment, NullableRef<List<NullableRef<FilNet.SurfaceStripe1D>>> outStripes, NullableRef<List<FilNet.Point3D>> outStripePoints, NullableRef<NullableRef<FilNet.Profile>> outDeviationProfile )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | Surface to fit segment to. | ||
![]() | inFittingMap | FilNet.SegmentFittingMap | 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. |
![]() | outSegment | FilNet.INullable<FilNet.Segment3D> | Fitted segment or nothing if the fitting fails. This parameter cannot be null. | ||
![]() | outLeftSegment | FilNet.INullable<FilNet.Segment3D> | Fitted left segment. This parameter cannot be null. | ||
![]() | outRightSegment | FilNet.INullable<FilNet.Segment3D> | Fitted right segment. This parameter cannot be null. | ||
![]() | outStripes | FilNet.NullableRef<System.Collections.Generic.List<FilNet.NullableRef<FilNet.SurfaceStripe1D>>> | Found stripes. Can be null to skip this parameter calculation. | ||
![]() | outStripePoints | FilNet.NullableRef<System.Collections.Generic.List<FilNet.Point3D>> | Extracted points of middle segment of a surface stripe. Can be null to skip this parameter calculation. | ||
![]() | outDeviationProfile | FilNet.NullableRef<FilNet.NullableRef<FilNet.Profile>> | Profile of distances between the actual segment points and the corresponding reference segment points. Can be null to skip this parameter calculation. |
Function Overrides
- FitSegmentToStripe3D(Surface, SegmentFittingMap, StripeScanParams3D, Selection, Single, INullable<Segment3D>, INullable<Segment3D>, INullable<Segment3D>)
- FitSegmentToStripe3D(Surface, SegmentFittingMap, StripeScanParams3D, Selection, Single, INullable<Segment3D>, INullable<Segment3D>, INullable<Segment3D>, IList<Profile>, IList<Profile>)
- FitSegmentToStripe3D(Surface, SegmentFittingMap, StripeScanParams3D, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Single, Nullable<MEstimator>, INullable<Segment3D>, INullable<Segment3D>, INullable<Segment3D>)
- FitSegmentToStripe3D(Surface, SegmentFittingMap, StripeScanParams3D, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Single, Nullable<MEstimator>, INullable<Segment3D>, INullable<Segment3D>, INullable<Segment3D>, IList<Profile>, IList<Profile>)
- FitSegmentToStripe3D(Surface, SegmentFittingMap, StripeScanParams3D, Selection, Single, INullable<Segment3D>, INullable<Segment3D>, INullable<Segment3D>, NullableRef<List<NullableRef<SurfaceStripe1D>>>, NullableRef<List<Point3D>>, NullableRef<NullableRef<Profile>>, IList<Profile>, IList<Profile>)
- FitSegmentToStripe3D(Surface, SegmentFittingMap, StripeScanParams3D, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Single, Nullable<MEstimator>, INullable<Segment3D>, INullable<Segment3D>, INullable<Segment3D>, NullableRef<List<NullableRef<SurfaceStripe1D>>>, NullableRef<List<Point3D>>, NullableRef<NullableRef<Profile>>)
- FitSegmentToStripe3D(Surface, SegmentFittingMap, StripeScanParams3D, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Single, Nullable<MEstimator>, INullable<Segment3D>, INullable<Segment3D>, INullable<Segment3D>, IList<NullableRef<SurfaceStripe1D>>, IList<Point3D>, INullable<Profile>, IList<Profile>, IList<Profile>)
- FitSegmentToStripe3D(Surface, SegmentFittingMap, StripeScanParams3D, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Single, Nullable<MEstimator>, INullable<Segment3D>, INullable<Segment3D>, INullable<Segment3D>, NullableRef<List<NullableRef<SurfaceStripe1D>>>, NullableRef<List<Point3D>>, NullableRef<NullableRef<Profile>>, IList<Profile>, IList<Profile>)