You are here: Start » FIL.NET » Invoke.WorldPlanePointToImage

Invoke.WorldPlanePointToImage

Finds the image coordinates of world plane Point.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void WorldPlanePointToImage
(
	Fil.Point2D inWorldPoint,
	Fil.RectificationTransform inTransform,
	out Fil.Point2D outImagePoint
)

Parameters

Name Type Range Default Description
inWorldPointFil.Point2D
inTransformFil.RectificationTransformTransform's camera model is needed for applying distortion back. Transform's homography is needed for transforming coordinates back from a given world plane.
outImagePointFil.Point2D

See also