WorldPlaneEdgeToImage
Finds the image coordinates of world plane Edge.
Syntax
C++
C#
Python
def WorldPlaneEdgeToImage(
inWorldEdge: Edge1D,
inTransform: RectificationTransform,
/
)
-> outImageEdge: Edge1D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inWorldEdge | Edge1D | ||
![]() |
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. | |
![]() |
outImageEdge | Edge1D |


