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

Invoke.WorldPlanePathsToImage

Finds the image coordinates of world plane Paths.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void WorldPlanePathsToImage
(
	List<Fil.Path> inWorldPaths,
	Fil.RectificationTransform inTransform,
	List<Fil.Path> outImagePaths
)

Parameters

Name Type Range Default Description
inWorldPathsSystem.Collections.Generic.List<Fil.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.
outImagePathsSystem.Collections.Generic.List<Fil.Path>

See also