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

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

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 float[] outStripeWidths,
	out AvlNet.Segment2D[] outStripeSegments,
	out AvlNet.Profile outDeviationProfile,
	out AvlNet.Point2D[] outFoundPoints,
	out AvlNet.Point2D[] outMissingPoints,
	out float[] outStripeMagnitudes
)

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
outStripeWidths
Type: System.Single
Found stripe widths
outStripeSegments
Type: AvlNet.Segment2D
Found stripe segments
outDeviationProfile
Type: AvlNet.Profile
outFoundPoints
Type: AvlNet.Point2D
outMissingPoints
Type: AvlNet.Point2D
outStripeMagnitudes
Type: System.Single

Remarks

See full override for more details.

See also