Back to FabImage Library website

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

WorldPlaneGapsToImage


Header:FIL.h
Namespace:fil

Finds the image coordinates of world gaps.

Syntax

C++
C#
 
void fil::WorldPlaneGapsToImage
(
	const ftl::Array<fil::Gap1D>& inWorldPlaneGaps,
	const fil::RectificationTransform& inTransform,
	ftl::Array<fil::Gap1D>& outImageGaps
)

Parameters

Name Type Default Description
inWorldPlaneGaps const Array<Gap1D>& Array of 2D segments in given world coordinate plane.
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>&

See Also