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

FIS.WorldPlanePointsToImage Method

Finds the image coordinates of world plane Points.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void WorldPlanePointsToImage
(
	IList<FilNet.Point2D> inWorldPoints,
	FilNet.RectificationTransform inTransform,
	IList<FilNet.Point2D> outImagePoints
)

Parameters

Name Type Range Default Description
inWorldPointsSystem.Collections.Generic.IList<FilNet.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.
outImagePointsSystem.Collections.Generic.IList<FilNet.Point2D>

See also