You are here: Start » AVL.NET » Function Reference » Computer Vision » Camera Calibration » AVL.WorldPlaneGapToImage

AVL.WorldPlaneGapToImage

Finds the image coordinates of world plane Gap.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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