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

AVL.ImageSegmentToWorldPlane

Finds the world coordinates of image Segment.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ImageSegmentToWorldPlane
(
	AvlNet.Segment2D inImageSegment,
	AvlNet.RectificationTransform inTransform,
	out AvlNet.Segment2D outWorldSegment
)

Parameters

Name Type Range Default Description
inImageSegmentAvlNet.Segment2D
inTransformAvlNet.RectificationTransformTransform's camera model is needed for undistortion, when not supplied the filter assumes undistorted input. Transform's homography is needed for transforming coordinates to given world plane, when not supplied the filter only removes distortion of input.
outWorldSegmentAvlNet.Segment2D

See also