You are here: Start » AVL.NET » AVL.CreateMeasurementMap(AvlNet.ImageFormat, AvlNet.SegmentScanField, int, int, AvlNet.InterpolationMethod, AvlNet.ScanMap[], AvlNet.Segment2D[])

AVL.CreateMeasurementMap(AvlNet.ImageFormat, AvlNet.SegmentScanField, int, int, AvlNet.InterpolationMethod, AvlNet.ScanMap[], AvlNet.Segment2D[])

(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,
	out AvlNet.Segment2D[] diagScanSegments
)

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
diagScanSegments
Type: AvlNet.Segment2D
Array of scan segments

Remarks

See full override for more details.

See also