You are here: Start » AVL.NET » AVL.FitPathToStripe(AvlNet.Image, AvlNet.PathFittingMap, AvlNet.StripeScanParams, AvlNet.Selection, float, AvlNet.Path, AvlNet.Path, AvlNet.Path, AvlNet.Stripe1D?[], AvlNet.Profile)

AVL.FitPathToStripe(AvlNet.Image, AvlNet.PathFittingMap, AvlNet.StripeScanParams, AvlNet.Selection, float, AvlNet.Path, AvlNet.Path, AvlNet.Path, AvlNet.Stripe1D?[], AvlNet.Profile)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void FitPathToStripe(
	AvlNet.Image inImage,
	AvlNet.PathFittingMap inFittingMap,
	AvlNet.StripeScanParams inStripeScanParams,
	AvlNet.Selection inStripeSelection,
	float inMaxIncompleteness,
	out AvlNet.Path outPath,
	out AvlNet.Path outLeftPath,
	out AvlNet.Path outRightPath,
	out AvlNet.Stripe1D?[] outStripes,
	out AvlNet.Profile outDeviationProfile
)

Parameters

inImage
Type: AvlNet.Image
inFittingMap
Type: AvlNet.PathFittingMap
inStripeScanParams
Type: AvlNet.StripeScanParams
inStripeSelection
Type: AvlNet.Selection
inMaxIncompleteness
Type: System.Single
outPath
Type: AvlNet.Path
outLeftPath
Type: AvlNet.Path
outRightPath
Type: AvlNet.Path
outStripes
Type: System.Nullable<AvlNet.Stripe1D>
outDeviationProfile
Type: AvlNet.Profile

See also