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

FIS.FisFilter_ScanSingleEdge Method

Locates the strongest transition between dark and bright pixels along a given path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void FisFilter_ScanSingleEdge
(
	FilNet.ScanMapState ioState,
	FilNet.Image inImage,
	FilNet.Path inScanPath,
	int inScanWidth,
	FilNet.InterpolationMethod inImageInterpolation,
	FilNet.EdgeScanParams inEdgeScanParams,
	FilNet.Selection inEdgeSelection,
	out FilNet.Edge1D? outEdge,
	NullableRef<FilNet.Path> outAlignedScanPath
)

Parameters

Name Type Range Default Description
ioStateFilNet.ScanMapState
inImageFilNet.ImageInput image.
inScanPathFilNet.PathPath along which the scan is performed.
inScanWidthint<1, INF>5Width of the scan field in pixels. Default value: 5.
inImageInterpolationFilNet.InterpolationMethodBilinearInterpolation method used for extraction of image pixels. Default value: Bilinear.
inEdgeScanParamsFilNet.EdgeScanParamsEdgeScanParams ( ProfileInterpolation: Quadratic4 SmoothingStdDev: 0.6f MinMagnitude: 5.0f EdgeTransition: BrightToDark )Parameters controlling the edge extraction process. Default value: EdgeScanParams ( ProfileInterpolation: Quadratic4 SmoothingStdDev: 0.6f MinMagnitude: 5.0f EdgeTransition: BrightToDark ).
inEdgeSelectionFilNet.SelectionIf many edge points are possible, defines which one is selected.
outEdgeFilNet.Edge1D?Found edge.
outAlignedScanPathFilNet.NullableRef<FilNet.Path>Path along which the scan is performed; in the image coordinate system. Can be null to skip this parameter calculation.

Function Overrides

See also