You are here: Start » FIL.NET » FIS.CreateScanMap Method

FIS.CreateScanMap Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void CreateScanMap
(
	FilNet.ImageFormat inImageFormat,
	FilNet.Path inScanPath,
	int inScanWidth,
	FilNet.SamplingParams inSamplingParams,
	FilNet.ScanMap outScanMap
)

Parameters

Name Type Range Default Description
inImageFormatFilNet.ImageFormatDimensions, depth and pixel type of the image on which edge detection will be performed.
inScanPathFilNet.PathPath along which the scan is performed.
inScanWidthint<1, INF>5Width of the scan field in pixels. Default value: 5.
inSamplingParamsFilNet.SamplingParams.interpolation BilinearParameters controlling the sampling process. Default value: .interpolation Bilinear.
outScanMapFilNet.ScanMapOptimized data object required for 1D edge detection.

Function Overrides

See also