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

FIS.WorldPlanePathToImage Method

Finds the image coordinates of world plane Path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void WorldPlanePathToImage
(
	FilNet.Path inWorldPath,
	FilNet.RectificationTransform inTransform,
	FilNet.Path outImagePath
)

Parameters

Name Type Range Default Description
inWorldPathFilNet.Path
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.
outImagePathFilNet.Path

See also