You are here: Start » AVL.NET » AVS.ImageGapToWorldPlane Method

AVS.ImageGapToWorldPlane Method

Finds the world coordinates of image Gap.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inImageGapAvlNet.Gap1D
inTransformAvlNet.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.
outWorldGapAvlNet.Gap1D

See also