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

Invoke.WorldPlaneGapsToImage

Finds the image coordinates of world plane Gaps.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void WorldPlaneGapsToImage
(
	List<Fil.Gap1D> inWorldGaps,
	Fil.RectificationTransform inTransform,
	List<Fil.Gap1D> outImageGaps
)

Parameters

Name Type Range Default Description
inWorldGapsSystem.Collections.Generic.List<Fil.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.
outImageGapsSystem.Collections.Generic.List<Fil.Gap1D>

See also