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,
	FilNet.Profile diagBrightnessProfile,
	FilNet.Profile diagResponseProfile,
	IList<FilNet.Path> diagSamplingPoints,
	out float diagSamplingStep
)

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.
diagBrightnessProfileFilNet.ProfileExtracted image profile.
diagResponseProfileFilNet.ProfileProfile of the edge (derivative) operator response.
diagSamplingPointsSystem.Collections.Generic.IList<FilNet.Path>Array of paths each one containing the sampling points that contributed to a single value of the extracted profile.
diagSamplingStepfloatUsed distance between consecutive sampling points on the scan path.

Function Overrides

See also