WorldPlanePathsToImage


Finds the image coordinates of world plane Paths.

Syntax

C++
C#
Python
 
def WorldPlanePathsToImage(
	inWorldPaths: list[Path],
	inTransform: RectificationTransform,
	/
)
-> outImagePaths: list[Path]

Parameters

Name Type Default Description
Input value inWorldPaths list[Path]
Input value inTransform 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.
Output value outImagePaths list[Path]