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

AVL.FitPathToEdges(AvlNet.Image, AvlNet.PathFittingMap, AvlNet.EdgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness, int?, float?, 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,
	AvlNet.LocalBlindness inLocalBlindness,
	int? inMaxInterpolationLength,
	float? inMaxDeviationDelta,
	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
inLocalBlindness
Type: AvlNet.LocalBlindness
inMaxInterpolationLength
Type: System.Nullable<System.Int32>
inMaxDeviationDelta
Type: System.Nullable<System.Single>
inMaxIncompleteness
Type: System.Single
outPath
Type: AvlNet.Path
outEdges
Type: System.Nullable<AvlNet.Edge1D>
outDeviationProfile
Type: AvlNet.Profile

See also