You are here: Start » AVL.NET » AVS.ImageStripeToWorldPlane Method

AVS.ImageStripeToWorldPlane Method

Finds the world coordinates of image Stripe.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ImageStripeToWorldPlane
(
	AvlNet.Stripe1D inImageStripe,
	AvlNet.RectificationTransform inTransform,
	out AvlNet.Stripe1D outWorldStripe
)

Parameters

Name Type Range Default Description
inImageStripeAvlNet.Stripe1D
inTransformAvlNet.RectificationTransformTransform's camera model is needed for undistortion, when not supplied the filter assumes undistorted input. Transform's homography is needed for transforming coordinates to given world plane, when not supplied the filter only removes distortion of input.
outWorldStripeAvlNet.Stripe1D

See also