You are here: Start » FIL.NET » FIL.WorldPlanePathsToImage

FIL.WorldPlanePathsToImage

Finds the image coordinates of world paths.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void WorldPlanePathsToImage
(
	IList<FilNet.Path> inWorldPlanePaths,
	FilNet.RectificationTransform inTransform,
	IList<FilNet.Path> outImagePaths
)

Parameters

Name Type Range Default Description
inWorldPlanePathsSystem.Collections.Generic.IList<FilNet.Path>Array of paths in given world coordinate plane.
inTransformFilNet.RectificationTransformTransform's camera model is needed for applying distortion back. Transform's homography is needed for transforming coordinates back from a given world plane.
outImagePathsSystem.Collections.Generic.IList<FilNet.Path>

Errors

List of possible exceptions:

Error type Description
DomainError Homography matrix must be a 3x3 matrix

See also