You are here: Start » AVL.NET » Invoke.ImageStripeToWorldPlane

Invoke.ImageStripeToWorldPlane

Finds the world coordinates of image Stripe.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void ImageStripeToWorldPlane
(
	Avl.Stripe1D inImageStripe,
	Avl.RectificationTransform inTransform,
	out Avl.Stripe1D outWorldStripe
)

Parameters

Name Type Range Default Description
inImageStripeAvl.Stripe1D
inTransformAvl.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.
outWorldStripeAvl.Stripe1D

See also