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

AVL.WorldPlaneEdgesToImage

Finds the image coordinates of world edges.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void WorldPlaneEdgesToImage
(
	IList<AvlNet.Edge1D> inWorldPlaneEdges,
	AvlNet.RectificationTransform inTransform,
	IList<AvlNet.Edge1D> outImageEdges
)

Parameters

Name Type Range Default Description
inWorldPlaneEdgesSystem.Collections.Generic.IList<AvlNet.Edge1D>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.
outImageEdgesSystem.Collections.Generic.IList<AvlNet.Edge1D>

See also