You are here: Start » AVL.NET » AVL.FitPathToEdges(AvlNet.Image, AvlNet.PathFittingMap, AvlNet.EdgeScanParams, AvlNet.Selection, float, AvlNet.Path, AvlNet.Edge1D?[], AvlNet.Profile)

AVL.FitPathToEdges(AvlNet.Image, AvlNet.PathFittingMap, AvlNet.EdgeScanParams, AvlNet.Selection, float, AvlNet.Path, AvlNet.Edge1D?[], AvlNet.Profile)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void FitPathToEdges(
	AvlNet.Image inImage,
	AvlNet.PathFittingMap inFittingMap,
	AvlNet.EdgeScanParams inEdgeScanParams,
	AvlNet.Selection inEdgeSelection,
	float inMaxIncompleteness,
	out AvlNet.Path outPath,
	out AvlNet.Edge1D?[] outEdges,
	out AvlNet.Profile outDeviationProfile
)

Parameters

inImage
Type: AvlNet.Image
inFittingMap
Type: AvlNet.PathFittingMap
inEdgeScanParams
Type: AvlNet.EdgeScanParams
inEdgeSelection
Type: AvlNet.Selection
inMaxIncompleteness
Type: System.Single
outPath
Type: AvlNet.Path
outEdges
Type: System.Nullable<AvlNet.Edge1D>
outDeviationProfile
Type: AvlNet.Profile

See also