You are here: Start » AVL.NET » AVL.CreateMeasurementMap(AvlNet.ImageFormat, AvlNet.SegmentScanField, int, int, AvlNet.InterpolationMethod, AvlNet.ScanMap[])
AVL.CreateMeasurementMap(AvlNet.ImageFormat, AvlNet.SegmentScanField, int, int, AvlNet.InterpolationMethod, AvlNet.ScanMap[])
(Pre)computes image sampling locations used by MeasureObjectWidth function.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void CreateMeasurementMap( AvlNet.ImageFormat inImageFormat, AvlNet.SegmentScanField inScanField, int inScanCount, int inScanWidth, AvlNet.InterpolationMethod inImageInterpolation, out AvlNet.ScanMap[] outMeasurementMap )
Parameters
- inImageFormat
- Type: AvlNet.ImageFormat
Information about dimensions, depth and pixel type of the scan image - inScanField
- Type: AvlNet.SegmentScanField
Field in which scans will be performed - inScanCount
- Type: System.Int32
Number of scans to be performed - inScanWidth
- Type: System.Int32
Width of the scan area - inImageInterpolation
- Type: AvlNet.InterpolationMethod
Interpolation method used in extraction of image pixel values - outMeasurementMap
- Type: AvlNet.ScanMap
Remarks
See full override for more details.
