Back to FabImage Library website

You are here: Start » Function Reference » Computer Vision » Camera Calibration » WorldPlaneSegmentsToImage

WorldPlaneSegmentsToImage


Header: FIL.h
Namespace: fil
Module: Calibration

Finds the image coordinates of world plane Segments.

Syntax

C++
C#
 
void fil::WorldPlaneSegmentsToImage
(
	const ftl::Array<fil::Segment2D>& inWorldSegments,
	const fil::RectificationTransform& inTransform,
	ftl::Array<fil::Segment2D>& outImageSegments
)

Parameters

Name Type Default Description
Input value
inWorldSegments const Array<Segment2D>&
Input value
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.
Output value
outImageSegments Array<Segment2D>&