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

FIL.ImagePointToWorldPlane

Finds the world coordinates of image Point.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void ImagePointToWorldPlane
(
	FilNet.Point2D inImagePoint,
	FilNet.RectificationTransform inTransform,
	out FilNet.Point2D outWorldPoint
)

Parameters

Name Type Range Default Description
inImagePointFilNet.Point2D
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.
outWorldPointFilNet.Point2D

See also