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

FIL.WorldPlanePointsToImage

Finds the image coordinates of world points.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void WorldPlanePointsToImage
(
	IList<FilNet.Point2D> inWorldPlanePoints,
	FilNet.RectificationTransform inTransform,
	IList<FilNet.Point2D> outImagePoints
)

Parameters

Name Type Range Default Description
inWorldPlanePointsSystem.Collections.Generic.IList<FilNet.Point2D>Array of 2D points 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.
outImagePointsSystem.Collections.Generic.IList<FilNet.Point2D>

Errors

List of possible exceptions:

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

See also