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,
	float? inMaxGapWidth,
	FilNet.LocalBlindness? inLocalBlindness,
	INullable<List<FilNet.Stripe1D>> outStripes,
	INullable<List<FilNet.Gap1D>> outGaps,
	FilNet.Profile outBrightnessProfile,
	FilNet.Profile outResponseProfile
)

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.
inMaxGapWidthfloat?<0.0f, INF>Maximal distance between consecutive stripes. Default value: ftl::NIL.
inLocalBlindnessFilNet.LocalBlindness?Defines conditions in which weaker edges can be detected in the vicinity of stronger edges. Default value: ftl::NIL.
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.
outBrightnessProfileFilNet.ProfileExtracted image profile.
outResponseProfileFilNet.ProfileProfile of the edge (derivative) operator response.

Function Overrides

See also