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

AVL.WorldPlaneSegmentsToImage

Finds the image coordinates of world plane Segments.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void WorldPlaneSegmentsToImage
(
	IList<AvlNet.Segment2D> inWorldSegments,
	AvlNet.RectificationTransform inTransform,
	IList<AvlNet.Segment2D> outImageSegments
)

Parameters

Name Type Range Default Description
inWorldSegmentsSystem.Collections.Generic.IList<AvlNet.Segment2D>
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.
outImageSegmentsSystem.Collections.Generic.IList<AvlNet.Segment2D>

See also