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

FIS.WorldPlaneGapsToImage Method

Finds the image coordinates of world plane Gaps.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void WorldPlaneGapsToImage
(
	IList<FilNet.Gap1D> inWorldGaps,
	FilNet.RectificationTransform inTransform,
	IList<FilNet.Gap1D> outImageGaps
)

Parameters

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

See also