Back to Adaptive Vision Library website

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

WorldPlaneGapToImage


Header:AVL.h
Namespace:avl

Finds the image coordinates of world plane Gap.

Syntax

C++
C#
 
void avl::WorldPlaneGapToImage
(
	const avl::Gap1D& inWorldGap,
	const avl::RectificationTransform& inTransform,
	avl::Gap1D& outImageGap
)

Parameters

Name Type Default Description
inWorldGap const 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.
outImageGap Gap1D&