You are here: Start » FIL.NET » Invoke.MeasureObjectWidth3D
Invoke.MeasureObjectWidth3D
Measures the width of an object using stripe detection.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void MeasureObjectWidth3D ( Fil.Surface inSurface, List<Fil.ScanMap> inMeasurementMap, Fil.StripeScanParams3D inStripeScanParams, Fil.MeasureObjectMethod inMeasureMethod, Fil.Selection inStripeSelection, Optional<Fil.LocalBlindness> inLocalBlindness, Optional<int> inMaxProfileGapWidth, Optional<Fil.MEstimator> inOutlierSuppression, int inOutlierCount, Conditional<float> outObjectWidth, Conditional<Fil.Segment2D> outSegment1, Conditional<Fil.Segment2D> outSegment2, Optional<List<Conditional<Fil.SurfaceStripe1D>>> outStripes, Optional<List<Fil.Profile>> outHeightProfiles, Optional<List<Fil.Profile>> outResponseProfiles )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | Fil.Surface | Input surface. | ||
![]() | inMeasurementMap | System.Collections.Generic.List<Fil.ScanMap> | Input measurement map. | ||
![]() | inStripeScanParams | Fil.StripeScanParams3D | Parameters controlling the object stripe extraction process. | ||
![]() | inMeasureMethod | Fil.MeasureObjectMethod | Method used to measure the object. | ||
![]() | inStripeSelection | Fil.Selection | fil::Selection::Best | Selection mode of edges of the object. 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. |
![]() | inOutlierSuppression | Ftl.Optional<Fil.MEstimator> | Selects a method for ignoring incorrectly detected points. Default value: ftl::NIL. | ||
![]() | inOutlierCount | int | <0, INF> | Determines how many outlying points are rejected before the width is measured. | |
![]() | outObjectWidth | Ftl.Conditional<float> | Width of the object. | ||
![]() | outSegment1 | Ftl.Conditional<Fil.Segment2D> | First edge of the object. | ||
![]() | outSegment2 | Ftl.Conditional<Fil.Segment2D> | Second edge of the object. | ||
![]() | outStripes | Ftl.Optional<System.Collections.Generic.List<Ftl.Conditional<Fil.SurfaceStripe1D>>> | Detected stripes. | ||
![]() | 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. |