Back to Adaptive Vision Library website

You are here: Start » Function Reference » Camera Calibration » WorldPlaneGapsToImage

WorldPlaneGapsToImage


Header:AVL.h
Namespace:avl

Finds the image coordinates of world plane Gaps.

Syntax

C++
C#
 
void avl::WorldPlaneGapsToImage
(
	const atl::Array<avl::Gap1D>& inWorldGaps,
	const avl::RectificationTransform& inTransform,
	atl::Array<avl::Gap1D>& outImageGaps
)

Parameters

Name Type Default Description
inWorldGaps const Array<Gap1D>&
inTransform const 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.
outImageGaps Array<Gap1D>&