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

AVL.FitPathToRidges(AvlNet.Image, AvlNet.PathFittingMap, AvlNet.RidgeScanParams, AvlNet.Selection, AvlNet.LocalBlindness, int?, float?, float, AvlNet.Path, AvlNet.Ridge1D?[], AvlNet.Profile)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void FitPathToRidges(
	AvlNet.Image inImage,
	AvlNet.PathFittingMap inFittingMap,
	AvlNet.RidgeScanParams inRidgeScanParams,
	AvlNet.Selection inRidgeSelection,
	AvlNet.LocalBlindness inLocalBlindness,
	int? inMaxInterpolationLength,
	float? inMaxDeviationDelta,
	float inMaxIncompleteness,
	out AvlNet.Path outPath,
	out AvlNet.Ridge1D?[] outRidges,
	out AvlNet.Profile outDeviationProfile
)

Parameters

inImage
Type: AvlNet.Image
inFittingMap
Type: AvlNet.PathFittingMap
inRidgeScanParams
Type: AvlNet.RidgeScanParams
inRidgeSelection
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
outRidges
Type: System.Nullable<AvlNet.Ridge1D>
outDeviationProfile
Type: AvlNet.Profile

See also