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

Invoke.ImageGapToWorldPlane

Finds the world coordinates of image Gap.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ImageGapToWorldPlane
(
	Fil.Gap1D inImageGap,
	Fil.RectificationTransform inTransform,
	out Fil.Gap1D outWorldGap
)

Parameters

Name Type Range Default Description
inImageGapFil.Gap1D
inTransformFil.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.
outWorldGapFil.Gap1D

See also