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

Invoke.ImageEdgeToWorldPlane

Finds the world coordinates of image Edge.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ImageEdgeToWorldPlane
(
	Fil.Edge1D inImageEdge,
	Fil.RectificationTransform inTransform,
	out Fil.Edge1D outWorldEdge
)

Parameters

Name Type Range Default Description
inImageEdgeFil.Edge1D
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.
outWorldEdgeFil.Edge1D

See also