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

Invoke.ImagePointToWorldPlane

Finds the world coordinates of image Point.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inImagePointFil.Point2D
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.
outWorldPointFil.Point2D

See also