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

Invoke.ImagePathToWorldPlane

Finds the world coordinates of image Path.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ImagePathToWorldPlane
(
	Fil.Path inImagePath,
	Fil.RectificationTransform inTransform,
	Fil.Path outWorldPath
)

Parameters

Name Type Range Default Description
inImagePathFil.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.
outWorldPathFil.Path

See also