You are here: Start » AVL.NET » Invoke.MeasureObjectWidth3D
Invoke.MeasureObjectWidth3D
Measures the width of an object using stripe detection.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void MeasureObjectWidth3D ( Avl.Surface inSurface, List<Avl.ScanMap> inMeasurementMap, Avl.StripeScanParams3D inStripeScanParams, Avl.MeasureObjectMethod inMeasureMethod, Avl.Selection inStripeSelection, Optional<Avl.LocalBlindness> inLocalBlindness, Optional<int> inMaxProfileGapWidth, Optional<Avl.MEstimator> inOutlierSuppression, int inOutlierCount, Conditional<float> outObjectWidth, Conditional<Avl.Segment2D> outSegment1, Conditional<Avl.Segment2D> outSegment2, Optional<List<Conditional<Avl.SurfaceStripe1D>>> outStripes, Optional<List<Avl.Profile>> outHeightProfiles, Optional<List<Avl.Profile>> outResponseProfiles )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inSurface | Avl.Surface | Input surface. | ||
![]()  | inMeasurementMap | System.Collections.Generic.List<Avl.ScanMap> | Input measurement map. | ||
![]()  | inStripeScanParams | Avl.StripeScanParams3D | Parameters controlling the object stripe extraction process. | ||
![]()  | inMeasureMethod | Avl.MeasureObjectMethod | Method used to measure the object. | ||
![]()  | inStripeSelection | Avl.Selection | avl::Selection::Best | Selection mode of edges of the object. Default value: avl::Selection::Best. | |
![]()  | inLocalBlindness | Atl.Optional<Avl.LocalBlindness> | Defines conditions in which weaker edges can be detected in the vicinity of stronger edges. Default value: atl::NIL. | ||
![]()  | inMaxProfileGapWidth | Atl.Optional<int> | <0, INF> | 1 | Maximal number of consecutive not existing profile points. Default value: 1. | 
![]()  | inOutlierSuppression | Atl.Optional<Avl.MEstimator> | Selects a method for ignoring incorrectly detected points. Default value: atl::NIL. | ||
![]()  | inOutlierCount | int | <0, INF> | Determines how many outlying points are rejected before the width is measured. | |
![]()  | outObjectWidth | Atl.Conditional<float> | Width of the object. | ||
![]()  | outSegment1 | Atl.Conditional<Avl.Segment2D> | First edge of the object. | ||
![]()  | outSegment2 | Atl.Conditional<Avl.Segment2D> | Second edge of the object. | ||
![]()  | outStripes | Atl.Optional<System.Collections.Generic.List<Atl.Conditional<Avl.SurfaceStripe1D>>> | Detected stripes. | ||
![]()  | outHeightProfiles | Atl.Optional<System.Collections.Generic.List<Avl.Profile>> | Extracted surface height profiles. | ||
![]()  | outResponseProfiles | Atl.Optional<System.Collections.Generic.List<Avl.Profile>> | Profiles of the edge (derivative) operator response. | 


