You are here: Start » AVL.NET » Function Reference » Computer Vision » Image Analysis » AVL.CreateMeasurementMap

AVL.CreateMeasurementMap

(Pre)computes image sampling locations used by MeasureObjectWidth function.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void CreateMeasurementMap
(
	AvlNet.ImageFormat inImageFormat,
	AvlNet.SegmentScanField inScanField,
	int inScanCount,
	int inScanWidth,
	AvlNet.InterpolationMethod inImageInterpolation,
	IList<AvlNet.ScanMap> outMeasurementMap
)

Parameters

Name Type Range Default Description
inImageFormatAvlNet.ImageFormatInformation about dimensions, depth and pixel type of the scan image.
inScanFieldAvlNet.SegmentScanFieldField in which scans will be performed.
inScanCountint<2, INF>5Number of scans to be performed. Default value: 5.
inScanWidthint<1, INF>5Width of the scan area. Default value: 5.
inImageInterpolationAvlNet.InterpolationMethodBilinearInterpolation method used in extraction of image pixel values. Default value: Bilinear.
outMeasurementMapSystem.Collections.Generic.IList<AvlNet.ScanMap>

Function Overrides

See also