You are here: Start » FIL.NET » Invoke.ProfileStripes
Finds pairs of opposite (raising and falling) edges in the input profile.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ProfileStripes ( Fil.Profile inProfile, Optional<Fil.Range> inRange, bool inCyclic, Fil.StripeScanParams inStripeScanParams, float inMinGapWidth, Optional<float> inMaxGapWidth, Optional<Fil.LocalBlindness> inLocalBlindness, List<Fil.ProfileStripe> outStripes, Optional<List<float>> outGapWidths, Optional<Fil.Profile> outResponseProfile )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inProfile | Fil.Profile | Input profile. | ||
![]() | inRange | Ftl.Optional<Fil.Range> | |||
![]() | inCyclic | bool | |||
![]() | inStripeScanParams | Fil.StripeScanParams | StripeScanParams ( ProfileInterpolation: Quadratic4 SmoothingStdDev: 0.6f MinMagnitude: 5.0f MaxInnerEdgeMagnitude: Nil StripePolarity: Bright 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: Bright MinStripeWidth: 0.0f MaxStripeWidth: Nil ). | |
![]() | inMinGapWidth | float | <0.0f, INF> | 0.0f | Minimal distance between consecutive stripes. Default value: 0.0f. |
![]() | inMaxGapWidth | Ftl.Optional<float> | <0.0f, INF> | Maximal distance between consecutive stripes. Default value: ftl::NIL. | |
![]() | inLocalBlindness | Ftl.Optional<Fil.LocalBlindness> | Defines conditions in which weaker edges can be detected in the vicinity of stronger edges. Default value: ftl::NIL. | ||
![]() | outStripes | System.Collections.Generic.List<Fil.ProfileStripe> | Found stripes. | ||
![]() | outGapWidths | Ftl.Optional<System.Collections.Generic.List<float>> | Distances between consecutive stripes. | ||
![]() | outResponseProfile | Ftl.Optional<Fil.Profile> | Profile of the edge (derivative) operator response. |