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

FIS.ScanExactlyNStripes Method

Locates a specified number of multiple pairs of opposite edges across a given path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ScanExactlyNStripes
(
	FilNet.Image inImage,
	FilNet.ScanMap inScanMap,
	FilNet.StripeScanParams inStripeScanParams,
	int inStripeCount,
	FilNet.Selection inStripeSelection,
	float inMinGapWidth,
	INullable<List<FilNet.Stripe1D>> outStripes,
	INullable<List<FilNet.Gap1D>> outGaps
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inScanMapFilNet.ScanMapData precomputed with CreateScanMap.
inStripeScanParamsFilNet.StripeScanParamsStripeScanParams ( ProfileInterpolation: Quadratic4 SmoothingStdDev: 0.6f MinMagnitude: 5.0f MaxInnerEdgeMagnitude: Nil StripePolarity: Dark MinStripeWidth: 0.0f MaxStripeWidth: Nil )Parameters controlling the stripe extraction process. Default value: StripeScanParams ( ProfileInterpolation: Quadratic4 SmoothingStdDev: 0.6f MinMagnitude: 5.0f MaxInnerEdgeMagnitude: Nil StripePolarity: Dark MinStripeWidth: 0.0f MaxStripeWidth: Nil ).
inStripeCountint<0, INF>1Number of stripes to be found. Default value: 1.
inStripeSelectionFilNet.Selectionfil::Selection::BestSelection mode of the resulting stripes. Default value: fil::Selection::Best.
inMinGapWidthfloat<0.0f, INF>0.0fMinimal distance between consecutive stripes. Default value: 0.0f.
outStripesFilNet.INullable<System.Collections.Generic.List<FilNet.Stripe1D>>Found stripes. This parameter cannot be null.
outGapsFilNet.INullable<System.Collections.Generic.List<FilNet.Gap1D>>Distances between consecutive stripes. This parameter cannot be null.

Function Overrides

See also