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

Invoke.ImageEdgeToWorldPlane

Finds the world coordinates of image Edge.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void ImageEdgeToWorldPlane
(
	Avl.Edge1D inImageEdge,
	Avl.RectificationTransform inTransform,
	out Avl.Edge1D outWorldEdge
)

Parameters

Name Type Range Default Description
inImageEdgeAvl.Edge1D
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.
outWorldEdgeAvl.Edge1D

See also