You are here: Start » AVL.NET » Invoke.CreateSurfaceMeasurementMap
Invoke.CreateSurfaceMeasurementMap
(Pre)computes surface sampling locations used by MeasureObjectWidth3D function.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void CreateSurfaceMeasurementMap ( Avl.SurfaceFormat inSurfaceFormat, Avl.SegmentScanField inScanField, Optional<Avl.CoordinateSystem2D> inScanFieldAlignment, int inScanCount, Optional<float> inSamplingStep, int inScanWidth, Avl.InterpolationMethod inSurfaceInterpolation, List<Avl.ScanMap> outMeasurementMap, Optional<Avl.SegmentScanField> outAlignedScanField, Diagnostic<List<Avl.Segment2D>> diagScanSegments )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurfaceFormat | Avl.SurfaceFormat | Information about dimensions, depth and pixel type of the surface. | ||
![]() | inScanField | Avl.SegmentScanField | Field in which scans will be performed. | ||
![]() | inScanFieldAlignment | Atl.Optional<Avl.CoordinateSystem2D> | Adjusts the scan field to the position of the inspected object. Default value: atl::NIL. | ||
![]() | inScanCount | int | <2, INF> | 5 | Number of scans to be performed. Default value: 5. |
![]() | inSamplingStep | Atl.Optional<float> | Desired distance between consecutive sampling points on the scan segments; if Nil, the bigger of surface X and Y scales is chosen. Default value: atl::NIL. | ||
![]() | inScanWidth | int | <1, INF> | 5 | Width of the scan area. Default value: 5. |
![]() | inSurfaceInterpolation | Avl.InterpolationMethod | Bilinear | Interpolation method used in extraction of image pixel values. Default value: Bilinear. | |
![]() | outMeasurementMap | System.Collections.Generic.List<Avl.ScanMap> | |||
![]() | outAlignedScanField | Atl.Optional<Avl.SegmentScanField> | Field in which the scans will be performed. | ||
![]() | diagScanSegments | Avl.Diagnostic<System.Collections.Generic.List<Avl.Segment2D>> | Array of scan segments. |