You are here: Start » AVL.NET » Invoke.ScanSingleStripe
Locates the strongest pair of edges across a given path.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void ScanSingleStripe ( Avl.Image inImage, Avl.ScanMap inScanMap, Avl.StripeScanParams inStripeScanParams, Avl.Selection inStripeSelection, Optional<Avl.LocalBlindness> inLocalBlindness, Conditional<Avl.Stripe1D> outStripe, Optional<Avl.Profile> outBrightnessProfile, Optional<Avl.Profile> outResponseProfile )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Avl.Image | Input image. | ||
![]() | inScanMap | Avl.ScanMap | Data precomputed with CreateScanMap. | ||
![]() | inStripeScanParams | Avl.StripeScanParams | StripeScanParams ( 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 ). | |
![]() | inStripeSelection | Avl.Selection | avl::Selection::Best | Selection mode of the resulting stripe. Default value: avl::Selection::Best. | |
![]() | inLocalBlindness | Atl.Optional<Avl.LocalBlindness> | Defines conditions in which weaker edges can be detected in the vicinity of stronger edges. Default value: atl::NIL. | ||
![]() | outStripe | Atl.Conditional<Avl.Stripe1D> | Found stripe. | ||
![]() | outBrightnessProfile | Atl.Optional<Avl.Profile> | Extracted image profile. | ||
![]() | outResponseProfile | Atl.Optional<Avl.Profile> | Profile of the edge (derivative) operator response. |