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

FIS.ImagePathToWorldPlane Method

Finds the world coordinates of image Path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ImagePathToWorldPlane
(
	FilNet.Path inImagePath,
	FilNet.RectificationTransform inTransform,
	FilNet.Path outWorldPath
)

Parameters

Name Type Range Default Description
inImagePathFilNet.Path
inTransformFilNet.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.
outWorldPathFilNet.Path

See also