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

Invoke.WorldPlanePathToImage

Finds the image coordinates of world plane Path.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void WorldPlanePathToImage
(
	Fil.Path inWorldPath,
	Fil.RectificationTransform inTransform,
	Fil.Path outImagePath
)

Parameters

Name Type Range Default Description
inWorldPathFil.Path
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.
outImagePathFil.Path

See also