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

Invoke.WorldPlanePathsToImage

Finds the image coordinates of world plane Paths.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void WorldPlanePathsToImage
(
	List<Avl.Path> inWorldPaths,
	Avl.RectificationTransform inTransform,
	List<Avl.Path> outImagePaths
)

Parameters

Name Type Range Default Description
inWorldPathsSystem.Collections.Generic.List<Avl.Path>
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.
outImagePathsSystem.Collections.Generic.List<Avl.Path>

See also