You are here: Start » AVL.NET » AVL.WorldPlaneSegmentsToImage

AVL.WorldPlaneSegmentsToImage

Finds the image coordinates of world segments.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inWorldPlaneSegmentsSystem.Collections.Generic.IList<AvlNet.Segment2D>Array of 2D segments in given world coordinate plane.
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