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

AVL.WorldPlanePathToImage

Finds the image coordinates of world plane Path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void WorldPlanePathToImage
(
	AvlNet.Path inWorldPath,
	AvlNet.RectificationTransform inTransform,
	AvlNet.Path outImagePath
)

Parameters

Name Type Range Default Description
inWorldPathAvlNet.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.
outImagePathAvlNet.Path

See also