You are here: Start » AVL.NET » AVS.AvsFilter_ScanMultipleEdges Method
AVS.AvsFilter_ScanMultipleEdges Method
Locates multiple transitions between dark and bright pixels along a given path.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void AvsFilter_ScanMultipleEdges ( AvlNet.ScanMapState ioState, AvlNet.Image inImage, AvlNet.Path inScanPath, int inScanWidth, AvlNet.InterpolationMethod inImageInterpolation, AvlNet.EdgeScanParams inEdgeScanParams, float inMinDistance, IList<AvlNet.Edge1D> outEdges, IList<AvlNet.Gap1D> outGaps )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| ioState | AvlNet.ScanMapState | ||||
![]() | inImage | AvlNet.Image | Input image to be measured. | ||
![]() | inScanPath | AvlNet.Path | Path along which the scan is performed. | ||
![]() | inScanWidth | int | <1, INF> | 5 | Width of the scan field in pixels. Default value: 5. |
![]() | inImageInterpolation | AvlNet.InterpolationMethod | Bilinear | Interpolation method used in extraction of image pixel values. Default value: Bilinear. | |
![]() | inEdgeScanParams | AvlNet.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 ). | |
![]() | inMinDistance | float | <0.0f, INF> | 0.0f | Minimal distance between consecutive edges. Default value: 0.0f. |
![]() | outEdges | System.Collections.Generic.IList<AvlNet.Edge1D> | Found edges. | ||
![]() | outGaps | System.Collections.Generic.IList<AvlNet.Gap1D> | Gaps between consecutive edges. |
Function Overrides
- AvsFilter_ScanMultipleEdges(ScanMapState, Image, Path, Int32, InterpolationMethod, EdgeScanParams, Single, IList<Edge1D>, IList<Gap1D>, NullableRef<Path>)
- AvsFilter_ScanMultipleEdges(ScanMapState, Image, Path, Nullable<CoordinateSystem2D>, Int32, InterpolationMethod, EdgeScanParams, Single, Nullable<Single>, Nullable<LocalBlindness>, IList<Edge1D>, IList<Gap1D>)
- AvsFilter_ScanMultipleEdges(ScanMapState, Image, Path, Int32, InterpolationMethod, EdgeScanParams, Single, IList<Edge1D>, IList<Gap1D>, Profile, Profile, IList<Path>, Single)
- AvsFilter_ScanMultipleEdges(ScanMapState, Image, Path, Nullable<CoordinateSystem2D>, Int32, InterpolationMethod, EdgeScanParams, Single, Nullable<Single>, Nullable<LocalBlindness>, IList<Edge1D>, IList<Gap1D>, NullableRef<Path>)
- AvsFilter_ScanMultipleEdges(ScanMapState, Image, Path, Int32, InterpolationMethod, EdgeScanParams, Single, IList<Edge1D>, IList<Gap1D>, NullableRef<Path>, Profile, Profile, IList<Path>, Single)
- AvsFilter_ScanMultipleEdges(ScanMapState, Image, Path, Nullable<CoordinateSystem2D>, Int32, InterpolationMethod, EdgeScanParams, Single, Nullable<Single>, Nullable<LocalBlindness>, IList<Edge1D>, IList<Gap1D>, Profile, Profile, IList<Path>, Single)
- AvsFilter_ScanMultipleEdges(ScanMapState, Image, Path, Nullable<CoordinateSystem2D>, Int32, InterpolationMethod, EdgeScanParams, Single, Nullable<Single>, Nullable<LocalBlindness>, IList<Edge1D>, IList<Gap1D>, Path, Profile, Profile, IList<Path>, Single)
- AvsFilter_ScanMultipleEdges(ScanMapState, Image, Path, Nullable<CoordinateSystem2D>, Int32, InterpolationMethod, EdgeScanParams, Single, Nullable<Single>, Nullable<LocalBlindness>, IList<Edge1D>, IList<Gap1D>, NullableRef<Path>, Profile, Profile, IList<Path>, Single)


