WorldPlaneGapToImage


Finds the image coordinates of world plane Gap.

Syntax

C++
C#
Python
 
def WorldPlaneGapToImage(
	inWorldGap: Gap1D,
	inTransform: RectificationTransform,
	/
)
-> outImageGap: Gap1D

Parameters

Name Type Default Description
Input value inWorldGap Gap1D
Input value 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.
Output value outImageGap Gap1D