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

Invoke.WorldPlaneGapToImage

Finds the image coordinates of world plane Gap.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void WorldPlaneGapToImage
(
	Fil.Gap1D inWorldGap,
	Fil.RectificationTransform inTransform,
	out Fil.Gap1D outImageGap
)

Parameters

Name Type Range Default Description
inWorldGapFil.Gap1D
inTransformFil.RectificationTransformTransform's camera model is needed for applying distortion back. Transform's homography is needed for transforming coordinates back from a given world plane.
outImageGapFil.Gap1D

See also