You are here: Start » AVL.NET » Invoke.MeasureObjectWidth
Invoke.MeasureObjectWidth
Measures the width of an object using stripe detection.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void MeasureObjectWidth ( Avl.Image inImage, List<Avl.ScanMap> inMeasurementMap, Avl.StripeScanParams inStripeScanParams, Avl.MeasureObjectMethod inMeasureMethod, Avl.Selection inStripeSelection, Optional<Avl.LocalBlindness> inLocalBlindness, Optional<Avl.MEstimator> inOutlierSuppression, int inOutlierCount, Conditional<float> outObjectWidth, Conditional<Avl.Segment2D> outSegment1, Conditional<Avl.Segment2D> outSegment2, Optional<List<Conditional<Avl.Stripe1D>>> outStripes, Optional<List<Avl.Profile>> outBrightnessProfiles, Optional<List<Avl.Profile>> outResponseProfiles )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Avl.Image | Input image. | ||
![]() | inMeasurementMap | System.Collections.Generic.List<Avl.ScanMap> | Input measurement map. | ||
![]() | inStripeScanParams | Avl.StripeScanParams | 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. | ||
![]() | inOutlierSuppression | Atl.Optional<Avl.MEstimator> | Selects a method for ignoring incorrectly detected points. Default value: atl::NIL. | ||
![]() | inOutlierCount | int | 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.Stripe1D>>> | Detected stripes. | ||
![]() | outBrightnessProfiles | Atl.Optional<System.Collections.Generic.List<Avl.Profile>> | Extracted image profiles. | ||
![]() | outResponseProfiles | Atl.Optional<System.Collections.Generic.List<Avl.Profile>> | Profiles of the edge (derivative) operator response. |