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

Invoke.WorldPlaneEdgesToImage

Finds the image coordinates of world plane Edges.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void WorldPlaneEdgesToImage
(
	List<Avl.Edge1D> inWorldEdges,
	Avl.RectificationTransform inTransform,
	List<Avl.Edge1D> outImageEdges
)

Parameters

Name Type Range Default Description
inWorldEdgesSystem.Collections.Generic.List<Avl.Edge1D>
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.
outImageEdgesSystem.Collections.Generic.List<Avl.Edge1D>

See also