You are here: Start » FIL.NET » Invoke.FitSegmentToStripe3D
Performs a series of 1D edge detections and finds a segment that best matches the detected points.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void FitSegmentToStripe3D ( Fil.Surface inSurface, Fil.SegmentFittingMap inFittingMap, Fil.StripeScanParams3D inStripeScanParams, Fil.Selection inStripeSelection, Optional<Fil.LocalBlindness> inLocalBlindness, Optional<int> inMaxProfileGapWidth, float inMaxIncompleteness, Optional<Fil.MEstimator> inOutlierSuppression, Conditional<Fil.Segment3D> outSegment, Conditional<Fil.Segment3D> outLeftSegment, Conditional<Fil.Segment3D> outRightSegment, Optional<List<Conditional<Fil.SurfaceStripe1D>>> outStripes, Optional<List<Fil.Point3D>> outStripePoints, Optional<Conditional<Fil.Profile>> outDeviationProfile, Optional<List<Fil.Profile>> outHeightProfiles, Optional<List<Fil.Profile>> outResponseProfiles )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | Fil.Surface | Surface to fit segment to. | ||
![]() | inFittingMap | Fil.SegmentFittingMap | Input fitting map. | ||
![]() | inStripeScanParams | Fil.StripeScanParams3D | Parameters controlling the stripe extraction process. | ||
![]() | inStripeSelection | Fil.Selection | fil::Selection::Best | Selection mode of stripe. Default value: fil::Selection::Best. | |
![]() | inLocalBlindness | Ftl.Optional<Fil.LocalBlindness> | Defines conditions in which weaker edges can be detected in the vicinity of stronger edges. Default value: ftl::NIL. | ||
![]() | inMaxProfileGapWidth | Ftl.Optional<int> | <0, INF> | 1 | Maximal number of consecutive not existing profile points. Default value: 1. |
![]() | inMaxIncompleteness | float | <0.0f, 0.999f> | 0.1f | Maximal fraction of stripe points not found. Default value: 0.1f. |
![]() | inOutlierSuppression | Ftl.Optional<Fil.MEstimator> | Selects a method for ignoring incorrectly detected points. Default value: ftl::NIL. | ||
![]() | outSegment | Ftl.Conditional<Fil.Segment3D> | Fitted segment or nothing if the fitting fails. | ||
![]() | outLeftSegment | Ftl.Conditional<Fil.Segment3D> | Fitted left segment. | ||
![]() | outRightSegment | Ftl.Conditional<Fil.Segment3D> | Fitted right segment. | ||
![]() | outStripes | Ftl.Optional<System.Collections.Generic.List<Ftl.Conditional<Fil.SurfaceStripe1D>>> | Found stripes. | ||
![]() | outStripePoints | Ftl.Optional<System.Collections.Generic.List<Fil.Point3D>> | Extracted points of middle segment of a surface stripe. | ||
![]() | outDeviationProfile | Ftl.Optional<Ftl.Conditional<Fil.Profile>> | Profile of distances between the actual segment points and the corresponding reference segment points. | ||
![]() | outHeightProfiles | Ftl.Optional<System.Collections.Generic.List<Fil.Profile>> | Extracted surface height profiles. | ||
![]() | outResponseProfiles | Ftl.Optional<System.Collections.Generic.List<Fil.Profile>> | Profiles of the edge (derivative) operator response. |