You are here: Start » AVL.NET » AVS.WorldPlanePathToImage Method

AVS.WorldPlanePathToImage Method

Finds the image coordinates of world plane Path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void WorldPlanePathToImage
(
	AvlNet.Path inWorldPath,
	AvlNet.RectificationTransform inTransform,
	AvlNet.Path outImagePath
)

Parameters

Name Type Range Default Description
inWorldPathAvlNet.Path
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.
outImagePathAvlNet.Path

See also