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

AVL.WorldPlaneSegmentToImage

Finds the image coordinates of world plane Segment.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inWorldSegmentAvlNet.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.
outImageSegmentAvlNet.Segment2D

See also