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

AVL.FitPathToStripe(AvlNet.Image, AvlNet.PathFittingMap, AvlNet.StripeScanParams, AvlNet.Selection, AvlNet.LocalBlindness, int?, float?, 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,
	AvlNet.LocalBlindness inLocalBlindness,
	int? inMaxInterpolationLength,
	float? inMaxDeviationDelta,
	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
inLocalBlindness
Type: AvlNet.LocalBlindness
inMaxInterpolationLength
Type: System.Nullable<System.Int32>
inMaxDeviationDelta
Type: System.Nullable<System.Single>
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