You are here: Start » AVL.NET » Invoke.WorldPlaneGapToImage

Invoke.WorldPlaneGapToImage

Finds the image coordinates of world plane Gap.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void WorldPlaneGapToImage
(
	Avl.Gap1D inWorldGap,
	Avl.RectificationTransform inTransform,
	out Avl.Gap1D outImageGap
)

Parameters

Name Type Range Default Description
inWorldGapAvl.Gap1D
inTransformAvl.RectificationTransformTransform's camera model is needed for applying distortion back. Transform's homography is needed for transforming coordinates back from a given world plane.
outImageGapAvl.Gap1D

See also