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

AVL.ImagePathsToWorldPlane

Finds the world coordinates of image paths.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ImagePathsToWorldPlane
(
	IList<AvlNet.Path> inImagePaths,
	AvlNet.RectificationTransform inTransform,
	IList<AvlNet.Path> outWorldPaths
)

Parameters

Name Type Range Default Description
inImagePathsSystem.Collections.Generic.IList<AvlNet.Path>Array of paths in the picture.
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.
outWorldPathsSystem.Collections.Generic.IList<AvlNet.Path>

Errors

List of possible exceptions:

Error type Description
DomainError inTransform homography matrix must be a 3x3 matrix

See also