Back to Adaptive Vision Library website

You are here: Start » Function Reference » Camera Calibration » WorldPlanePathToImage

WorldPlanePathToImage


Header:AVL.h
Namespace:avl

Finds the image coordinates of world plane Path.

Syntax

C++
C#
 
void avl::WorldPlanePathToImage
(
	const avl::Path& inWorldPath,
	const avl::RectificationTransform& inTransform,
	avl::Path& outImagePath
)

Parameters

Name Type Default Description
inWorldPath const Path&
inTransform const RectificationTransform& Transform's camera model is needed for applying distortion back. Transform's homography is needed for transforming coordinates back from a given world plane.
outImagePath Path&