You are here: Start » AVL.NET » AVL.CreateScanMap(AvlNet.ImageFormat, AvlNet.Path, AvlNet.CoordinateSystem2D?, int, AvlNet.InterpolationMethod, AvlNet.ScanMap)

AVL.CreateScanMap(AvlNet.ImageFormat, AvlNet.Path, AvlNet.CoordinateSystem2D?, int, AvlNet.InterpolationMethod, AvlNet.ScanMap)

Precomputes a data object that is required for fast 1D edge detection.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void CreateScanMap(
	AvlNet.ImageFormat inImageFormat,
	AvlNet.Path inScanPath,
	AvlNet.CoordinateSystem2D? inScanPathAlignment,
	int inScanWidth,
	AvlNet.InterpolationMethod inImageInterpolation,
	out AvlNet.ScanMap outScanMap
)

Parameters

inImageFormat
Type: AvlNet.ImageFormat
Dimensions, depth and pixel type of the image on which edge detection will be performed
inScanPath
Type: AvlNet.Path
Path along which the scan is performed
inScanPathAlignment
Type: System.Nullable<AvlNet.CoordinateSystem2D>
Adjusts the scan path to the position of the inspected object, or null.
inScanWidth
Type: System.Int32
Width of the scan field in pixels
inImageInterpolation
Type: AvlNet.InterpolationMethod
Interpolation method used for extraction of image pixel values
outScanMap
Type: AvlNet.ScanMap
Optimized data object required for 1D edge detection

See also