You are here: Start » AVL.NET » AVS.WorldPlaneGapToImage Method

AVS.WorldPlaneGapToImage Method

Finds the image coordinates of world plane Gap.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void WorldPlaneGapToImage
(
	AvlNet.Gap1D inWorldGap,
	AvlNet.RectificationTransform inTransform,
	out AvlNet.Gap1D outImageGap
)

Parameters

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

See also