You are here: Start » AVL.NET » AVL.CreateSurfaceMeasurementMap Method
AVL.CreateSurfaceMeasurementMap Method
(Pre)computes surface sampling locations used by MeasureObjectWidth3D function.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void CreateSurfaceMeasurementMap( AvlNet.SurfaceFormat inSurfaceFormat, AvlNet.SegmentScanField inScanField, AvlNet.CoordinateSystem2D? inScanFieldAlignment, int inScanCount, int inScanWidth, AvlNet.InterpolationMethod inSurfaceInterpolation, out AvlNet.ScanMap[] outMeasurementMap, out AvlNet.Segment2D[] diagScanSegments )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSurfaceFormat | AvlNet.SurfaceFormat | Information about dimensions, depth and pixel type of the surface. | ||
![]() | inScanField | AvlNet.SegmentScanField | Field in which scans will be performed. | ||
![]() | inScanFieldAlignment | AvlNet.CoordinateSystem2D? | Adjusts the scan field to the position of the inspected object. Default value: atl::NIL, or null. | ||
![]() | inScanCount | int | <2, INF> | 5 | Number of scans to be performed. Default value: 5. |
![]() | inScanWidth | int | <1, INF> | 5 | Width of the scan area. Default value: 5. |
![]() | inSurfaceInterpolation | AvlNet.InterpolationMethod | Bilinear | Interpolation method used in extraction of image pixel values. Default value: Bilinear. | |
![]() | outMeasurementMap | AvlNet.ScanMap | |||
![]() | diagScanSegments | AvlNet.Segment2D | Array of scan segments. |
See also
- CreateSurfaceMeasurementMap(AvlNet.SurfaceFormat, AvlNet.SegmentScanField, int, int, AvlNet.InterpolationMethod, AvlNet.ScanMap[])
- CreateSurfaceMeasurementMap(AvlNet.SurfaceFormat, AvlNet.SegmentScanField, int, int, AvlNet.InterpolationMethod, AvlNet.ScanMap[], AvlNet.SegmentScanField)
- CreateSurfaceMeasurementMap(AvlNet.SurfaceFormat, AvlNet.SegmentScanField, int, int, AvlNet.InterpolationMethod, AvlNet.ScanMap[], AvlNet.Segment2D[])
- CreateSurfaceMeasurementMap(AvlNet.SurfaceFormat, AvlNet.SegmentScanField, AvlNet.CoordinateSystem2D?, int, int, AvlNet.InterpolationMethod, AvlNet.ScanMap[])
- CreateSurfaceMeasurementMap(AvlNet.SurfaceFormat, AvlNet.SegmentScanField, int, int, AvlNet.InterpolationMethod, AvlNet.ScanMap[], AvlNet.SegmentScanField, AvlNet.Segment2D[])
- CreateSurfaceMeasurementMap(AvlNet.SurfaceFormat, AvlNet.SegmentScanField, AvlNet.CoordinateSystem2D?, int, int, AvlNet.InterpolationMethod, AvlNet.ScanMap[], AvlNet.SegmentScanField)
- CreateSurfaceMeasurementMap(AvlNet.SurfaceFormat, AvlNet.SegmentScanField, AvlNet.CoordinateSystem2D?, int, int, AvlNet.InterpolationMethod, AvlNet.ScanMap[], AvlNet.SegmentScanField, AvlNet.Segment2D[])
- Class Reference
- AVL Class



