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

Invoke.ImageGapToWorldPlane

Finds the world coordinates of image Gap.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inImageGapAvl.Gap1D
inTransformAvl.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.
outWorldGapAvl.Gap1D

See also