WorldPlaneSegmentsToImage
Finds the image coordinates of world plane Segments.
Syntax
C++
C#
Python
def WorldPlaneSegmentsToImage( inWorldSegments: list[Segment2D], inTransform: RectificationTransform, / ) -> outImageSegments: list[Segment2D]
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inWorldSegments | list[Segment2D] | ||
![]() |
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. | |
![]() |
outImageSegments | list[Segment2D] |


