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

FIS.ImageEdgeToWorldPlane Method

Finds the world coordinates of image Edge.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ImageEdgeToWorldPlane
(
	FilNet.Edge1D inImageEdge,
	FilNet.RectificationTransform inTransform,
	out FilNet.Edge1D outWorldEdge
)

Parameters

Name Type Range Default Description
inImageEdgeFilNet.Edge1D
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.
outWorldEdgeFilNet.Edge1D

See also