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

FIS.ImageGapToWorldPlane Method

Finds the world coordinates of image Gap.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ImageGapToWorldPlane
(
	FilNet.Gap1D inImageGap,
	FilNet.RectificationTransform inTransform,
	out FilNet.Gap1D outWorldGap
)

Parameters

Name Type Range Default Description
inImageGapFilNet.Gap1D
inTransformFilNet.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.
outWorldGapFilNet.Gap1D

See also