You are here: Start » FIL.NET » Invoke.ScanSingleEdge
Locates the strongest transition between dark and bright pixels along a given path.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ScanSingleEdge ( Fil.Image inImage, Fil.ScanMap inScanMap, Fil.EdgeScanParams inEdgeScanParams, Fil.Selection inEdgeSelection, Optional<Fil.LocalBlindness> inLocalBlindness, Conditional<Fil.Edge1D> outEdge, Optional<Fil.Profile> outBrightnessProfile, Optional<Fil.Profile> outResponseProfile )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Fil.Image | Input image. | ||
![]() | inScanMap | Fil.ScanMap | Data precomputed with CreateScanMap. | ||
![]() | inEdgeScanParams | Fil.EdgeScanParams | EdgeScanParams ( ProfileInterpolation: Quadratic4 SmoothingStdDev: 0.6f MinMagnitude: 5.0f EdgeTransition: BrightToDark ) | Parameters controlling the edge extraction process. Default value: EdgeScanParams ( ProfileInterpolation: Quadratic4 SmoothingStdDev: 0.6f MinMagnitude: 5.0f EdgeTransition: BrightToDark ). | |
![]() | inEdgeSelection | Fil.Selection | fil::Selection::Best | Selection mode of the resulting edge. Default value: fil::Selection::Best. | |
![]() | inLocalBlindness | Ftl.Optional<Fil.LocalBlindness> | Defines conditions in which weaker edges can be detected in the vicinity of stronger edges. Default value: ftl::NIL. | ||
![]() | outEdge | Ftl.Conditional<Fil.Edge1D> | Found edge. | ||
![]() | outBrightnessProfile | Ftl.Optional<Fil.Profile> | Extracted image profile. | ||
![]() | outResponseProfile | Ftl.Optional<Fil.Profile> | Profile of the edge (derivative) operator response. |