You are here: Start » FIL.NET » FIS.ScanMultipleEdges Method
FIS.ScanMultipleEdges Method
Locates multiple transitions between dark and bright pixels along a given path.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ScanMultipleEdges ( FilNet.Image inImage, FilNet.ScanMap inScanMap, FilNet.EdgeScanParams inEdgeScanParams, float inMinDistance, IList<FilNet.Edge1D> outEdges, IList<FilNet.Gap1D> outGaps, FilNet.Profile diagBrightnessProfile, FilNet.Profile diagResponseProfile )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inScanMap | FilNet.ScanMap | Data precomputed with CreateScanMap. | ||
![]() | inEdgeScanParams | FilNet.EdgeScanParams | Parameters controlling the edge extraction process. | ||
![]() | inMinDistance | float | <0.0f, INF> | 0.0f | Minimal distance between consecutive edges. Default value: 0.0f. |
![]() | outEdges | System.Collections.Generic.IList<FilNet.Edge1D> | Found edges. | ||
![]() | outGaps | System.Collections.Generic.IList<FilNet.Gap1D> | Gaps between consecutive edges. | ||
![]() | diagBrightnessProfile | FilNet.Profile | Extracted image profile. | ||
![]() | diagResponseProfile | FilNet.Profile | Profile of the edge (derivative) operator response. |
Function Overrides
- ScanMultipleEdges(Image, ScanMap, EdgeScanParams, Single, IList<Edge1D>, IList<Gap1D>)
- ScanMultipleEdges(Image, ScanMap, EdgeScanParams, Single, Nullable<Single>, Nullable<LocalBlindness>, IList<Edge1D>, IList<Gap1D>)
- ScanMultipleEdges(Image, ScanMap, EdgeScanParams, Single, Nullable<Single>, Nullable<LocalBlindness>, IList<Edge1D>, IList<Gap1D>, Profile, Profile)