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 | |
|---|---|---|---|---|
![]() |
inWorldPaths | list[Path] | ||
![]() |
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. | |
![]() |
outImagePaths | list[Path] |


