WorldPlanePointsToImage
Finds the image coordinates of world plane Points.
Syntax
C++
C#
Python
def WorldPlanePointsToImage( inWorldPoints: list[Point2D], inTransform: RectificationTransform, / ) -> outImagePoints: list[Point2D]
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inWorldPoints | list[Point2D] | ||
![]() |
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. | |
![]() |
outImagePoints | list[Point2D] |


