You are here: Start » AVL.NET » AVL.ScanSingleEdge(AvlNet.Image, AvlNet.ScanMap, AvlNet.EdgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness, AvlNet.Edge1D?)
AVL.ScanSingleEdge(AvlNet.Image, AvlNet.ScanMap, AvlNet.EdgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness, AvlNet.Edge1D?)
Locates the strongest transition between dark and bright pixels along a given path.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ScanSingleEdge( AvlNet.Image inImage, AvlNet.ScanMap inScanMap, AvlNet.EdgeScanParams inEdgeScanParams, AvlNet.Selection inEdgeSelection, AvlNet.LocalBlindness inLocalBlindness, out AvlNet.Edge1D? outEdge )
Parameters
- inImage
- Type: AvlNet.Image
Input image - inScanMap
- Type: AvlNet.ScanMap
Data precomputed with CreateScanMap - inEdgeScanParams
- Type: AvlNet.EdgeScanParams
Parameters controlling the edge extraction process - inEdgeSelection
- Type: AvlNet.Selection
Selection mode of the resulting edge - inLocalBlindness
- Type: AvlNet.LocalBlindness
Defines conditions in which weaker edges can be detected in the vicinity of stronger edges, or null. - outEdge
- Type: System.Nullable<AvlNet.Edge1D>
Found edge
