You are here: Start » AVL.NET » AVL.ScanSingleEdge(AvlNet.Image, AvlNet.ScanMap, AvlNet.EdgeScanParams, AvlNet.Selection, AvlNet.Edge1D?)

AVL.ScanSingleEdge(AvlNet.Image, AvlNet.ScanMap, AvlNet.EdgeScanParams, AvlNet.Selection, 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,
	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
outEdge
Type: System.Nullable<AvlNet.Edge1D>
Found edge

See also