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?[])

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

Performs a series of 1D stripe detections and creates a path from the detected points.

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
)

Parameters

inImage
Type: AvlNet.Image
Image to fit the path to
inFittingMap
Type: AvlNet.PathFittingMap
Input fitting map
inStripeScanParams
Type: AvlNet.StripeScanParams
Parameters controlling the stripe extraction process
inStripeSelection
Type: AvlNet.Selection
Selection mode of stripe
inMaxIncompleteness
Type: System.Single
Maximal fraction of stripe points not found
outPath
Type: AvlNet.Path
Fitted path in the middle of found stripe
outLeftPath
Type: AvlNet.Path
Fitted left path
outRightPath
Type: AvlNet.Path
Fitted right path
outStripes
Type: System.Nullable<AvlNet.Stripe1D>
Found stripes

See also