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

Invoke.WorldPlaneStripesToImage

Finds the image coordinates of world plane Stripes.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void WorldPlaneStripesToImage
(
	List<Avl.Stripe1D> inWorldStripes,
	Avl.RectificationTransform inTransform,
	List<Avl.Stripe1D> outImageStripes
)

Parameters

Name Type Range Default Description
inWorldStripesSystem.Collections.Generic.List<Avl.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.
outImageStripesSystem.Collections.Generic.List<Avl.Stripe1D>

See also