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

FIS.ScanSingleStripe Method

Locates the strongest pair of edges across a given path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ScanSingleStripe
(
	FilNet.Image inImage,
	FilNet.ScanMap inScanMap,
	FilNet.StripeScanParams inStripeScanParams,
	FilNet.Selection inStripeSelection,
	FilNet.LocalBlindness? inLocalBlindness,
	INullable<FilNet.Stripe1D> outStripe,
	NullableRef<FilNet.Profile> outBrightnessProfile,
	NullableRef<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 ).
inStripeSelectionFilNet.Selectionfil::Selection::BestSelection mode of the resulting stripe. Default value: fil::Selection::Best.
inLocalBlindnessFilNet.LocalBlindness?Defines conditions in which weaker edges can be detected in the vicinity of stronger edges. Default value: ftl::NIL.
outStripeFilNet.INullable<FilNet.Stripe1D>Found stripe. This parameter cannot be null.
outBrightnessProfileFilNet.NullableRef<FilNet.Profile>Extracted image profile. Can be null to skip this parameter calculation.
outResponseProfileFilNet.NullableRef<FilNet.Profile>Profile of the edge (derivative) operator response. Can be null to skip this parameter calculation.

Function Overrides

See also