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

Invoke.ImageSegmentToWorldPlane

Finds the world coordinates of image Segment.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inImageSegmentAvl.Segment2D
inTransformAvl.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.
outWorldSegmentAvl.Segment2D

See also