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

FIS.WorldPlaneEdgeToImage Method

Finds the image coordinates of world plane Edge.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void WorldPlaneEdgeToImage
(
	FilNet.Edge1D inWorldEdge,
	FilNet.RectificationTransform inTransform,
	out FilNet.Edge1D outImageEdge
)

Parameters

Name Type Range Default Description
inWorldEdgeFilNet.Edge1D
inTransformFilNet.RectificationTransformTransform's camera model is needed for applying distortion back. Transform's homography is needed for transforming coordinates back from a given world plane.
outImageEdgeFilNet.Edge1D

See also