You are here: Start » AVL.NET » AVL.FitSegmentToStripe(AvlNet.Image, AvlNet.SegmentFittingMap, AvlNet.StripeScanParams, AvlNet.Selection, AvlNet.LocalBlindness, float, AvlNet.MEstimator?, AvlNet.Segment2D?, AvlNet.Segment2D?, AvlNet.Segment2D?, AvlNet.Stripe1D?[], AvlNet.Point2D[], AvlNet.Profile)

AVL.FitSegmentToStripe(AvlNet.Image, AvlNet.SegmentFittingMap, AvlNet.StripeScanParams, AvlNet.Selection, AvlNet.LocalBlindness, float, AvlNet.MEstimator?, AvlNet.Segment2D?, AvlNet.Segment2D?, AvlNet.Segment2D?, AvlNet.Stripe1D?[], AvlNet.Point2D[], AvlNet.Profile)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void FitSegmentToStripe(
	AvlNet.Image inImage,
	AvlNet.SegmentFittingMap inFittingMap,
	AvlNet.StripeScanParams inStripeScanParams,
	AvlNet.Selection inStripeSelection,
	AvlNet.LocalBlindness inLocalBlindness,
	float inMaxIncompleteness,
	AvlNet.MEstimator? inOutlierSuppression,
	out AvlNet.Segment2D? outSegment,
	out AvlNet.Segment2D? outLeftSegment,
	out AvlNet.Segment2D? outRightSegment,
	out AvlNet.Stripe1D?[] outStripes,
	out AvlNet.Point2D[] outStripePoints,
	out AvlNet.Profile outDeviationProfile
)

Parameters

inImage
Type: AvlNet.Image
inFittingMap
Type: AvlNet.SegmentFittingMap
inStripeScanParams
Type: AvlNet.StripeScanParams
inStripeSelection
Type: AvlNet.Selection
inLocalBlindness
Type: AvlNet.LocalBlindness
inMaxIncompleteness
Type: System.Single
inOutlierSuppression
Type: System.Nullable<AvlNet.MEstimator>
outSegment
Type: System.Nullable<AvlNet.Segment2D>
outLeftSegment
Type: System.Nullable<AvlNet.Segment2D>
outRightSegment
Type: System.Nullable<AvlNet.Segment2D>
outStripes
Type: System.Nullable<AvlNet.Stripe1D>
outStripePoints
Type: AvlNet.Point2D
outDeviationProfile
Type: AvlNet.Profile

See also