WorldPlaneGapsToImage
Finds the image coordinates of world plane Gaps.
Syntax
C++
C#
Python
def WorldPlaneGapsToImage( inWorldGaps: list[Gap1D], inTransform: RectificationTransform, / ) -> outImageGaps: list[Gap1D]
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inWorldGaps | list[Gap1D] | ||
![]() |
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. | |
![]() |
outImageGaps | list[Gap1D] |


