WorldPlanePointToImage


Finds the image coordinates of world plane Point.

Syntax

C++
C#
Python
 
def WorldPlanePointToImage(
	inWorldPoint: Point2D,
	inTransform: RectificationTransform,
	/
)
-> outImagePoint: Point2D

Parameters

Name Type Default Description
Input value inWorldPoint Point2D
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 outImagePoint Point2D