You are here: Start » FIL.NET » FIS.WorldPlanePointToImage Method

FIS.WorldPlanePointToImage Method

Finds the image coordinates of world plane Point.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void WorldPlanePointToImage
(
	FilNet.Point2D inWorldPoint,
	FilNet.RectificationTransform inTransform,
	out FilNet.Point2D outImagePoint
)

Parameters

Name Type Range Default Description
inWorldPointFilNet.Point2D
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.
outImagePointFilNet.Point2D

See also