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

Invoke.WorldPlaneStripeToImage

Finds the image coordinates of world plane Stripe.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void WorldPlaneStripeToImage
(
	Avl.Stripe1D inWorldStripe,
	Avl.RectificationTransform inTransform,
	out Avl.Stripe1D outImageStripe
)

Parameters

Name Type Range Default Description
inWorldStripeAvl.Stripe1D
inTransformAvl.RectificationTransformTransform's camera model is needed for applying distortion back. Transform's homography is needed for transforming coordinates back from a given world plane.
outImageStripeAvl.Stripe1D

See also