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

AVL.ImagePathToWorldPlane

Finds the world coordinates of image Path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ImagePathToWorldPlane
(
	AvlNet.Path inImagePath,
	AvlNet.RectificationTransform inTransform,
	AvlNet.Path outWorldPath
)

Parameters

Name Type Range Default Description
inImagePathAvlNet.Path
inTransformAvlNet.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.
outWorldPathAvlNet.Path

See also