You are here: Start » FIL.NET » Function Reference » Computer Vision » Camera Calibration » FIL.ImagePathToWorldPlane

FIL.ImagePathToWorldPlane

Finds the world coordinates of image Path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
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