You are here: Start » AVL.NET » Invoke.WorldPlaneSegmentToImage

Invoke.WorldPlaneSegmentToImage

Finds the image coordinates of world plane Segment.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void WorldPlaneSegmentToImage
(
	Avl.Segment2D inWorldSegment,
	Avl.RectificationTransform inTransform,
	out Avl.Segment2D outImageSegment
)

Parameters

Name Type Range Default Description
inWorldSegmentAvl.Segment2D
inTransformAvl.RectificationTransformTransform's camera model is needed for applying distortion back. Transform's homography is needed for transforming coordinates back from a given world plane.
outImageSegmentAvl.Segment2D

See also