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,
	FilNet.CoordinateSystem2D? inScanPathAlignment,
	int inScanWidth,
	FilNet.SamplingParams inSamplingParams,
	FilNet.ScanMap outScanMap,
	NullableRef<FilNet.Path> outAlignedScanPath
)

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.
inScanPathAlignmentFilNet.CoordinateSystem2D?Adjusts the scan path to the position of the inspected object. Default value: ftl::NIL.
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.
outAlignedScanPathFilNet.NullableRef<FilNet.Path>Transformed input path. Can be null to skip this parameter calculation.

Function Overrides

See also