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

Invoke.ImagePathsToWorldPlane

Finds the world coordinates of image Paths.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ImagePathsToWorldPlane
(
	List<Fil.Path> inImagePaths,
	Fil.RectificationTransform inTransform,
	List<Fil.Path> outWorldPaths
)

Parameters

Name Type Range Default Description
inImagePathsSystem.Collections.Generic.List<Fil.Path>
inTransformFil.RectificationTransformTransform's camera model is needed for undistortion, when not supplied the filter assumes undistorted input. Transform's homography is needed for transforming coordinates to given world plane, when not supplied the filter only removes distortion of input.
outWorldPathsSystem.Collections.Generic.List<Fil.Path>

See also