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

AVL.CreateScanMap(AvlNet.ImageFormat, AvlNet.Path, int, AvlNet.InterpolationMethod, AvlNet.ScanMap, AvlNet.Path[])

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,
	int inScanWidth,
	AvlNet.InterpolationMethod inImageInterpolation,
	out AvlNet.ScanMap outScanMap,
	out AvlNet.Path[] diagSamplingPoints
)

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
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
diagSamplingPoints
Type: AvlNet.Path
Array of paths each one containing the sampling points that contributes to a single value of the extracted profile

See also