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

AVL.WorldPlaneEdgeToImage

Finds the image coordinates of world plane Edge.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void WorldPlaneEdgeToImage
(
	AvlNet.Edge1D inWorldEdge,
	AvlNet.RectificationTransform inTransform,
	out AvlNet.Edge1D outImageEdge
)

Parameters

Name Type Range Default Description
inWorldEdgeAvlNet.Edge1D
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.
outImageEdgeAvlNet.Edge1D

See also