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


