You are here: Start » AVL.NET » Function Reference » Computer Vision » Camera Calibration » AVL.WorldPlanePathsToImage

AVL.WorldPlanePathsToImage

Finds the image coordinates of world plane Paths.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inWorldPathsSystem.Collections.Generic.IList<AvlNet.Path>
inTransformAvlNet.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.IList<AvlNet.Path>

See also