WorldPlanePathToImage
Finds the image coordinates of world plane Path.
Syntax
C++
C#
Python
def WorldPlanePathToImage( inWorldPath: Path, inTransform: RectificationTransform, outImagePath: Path, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inWorldPath | 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. | |
![]() |
outImagePath | Path |


