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

AVL.WorldPlaneGapsToImage

Finds the image coordinates of world plane Gaps.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void WorldPlaneGapsToImage
(
	IList<AvlNet.Gap1D> inWorldGaps,
	AvlNet.RectificationTransform inTransform,
	IList<AvlNet.Gap1D> outImageGaps
)

Parameters

Name Type Range Default Description
inWorldGapsSystem.Collections.Generic.IList<AvlNet.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.
outImageGapsSystem.Collections.Generic.IList<AvlNet.Gap1D>

See also