You are here: Start » AVL.NET » AVL.ImageGapsToWorldPlane

AVL.ImageGapsToWorldPlane

Finds the world coordinates of image gaps.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ImageGapsToWorldPlane
(
	IList<AvlNet.Gap1D> inImageGaps,
	AvlNet.RectificationTransform inTransform,
	IList<AvlNet.Gap1D> outWorldGaps
)

Parameters

Name Type Range Default Description
inImageGapsSystem.Collections.Generic.IList<AvlNet.Gap1D>Array of 2D points in the picture.
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.
outWorldGapsSystem.Collections.Generic.IList<AvlNet.Gap1D>

See also