You are here: Start » AVL.NET » Function Reference » Computer Vision » Camera Calibration » AVL.ImageRidgesToWorldPlane

AVL.ImageRidgesToWorldPlane

Finds the world coordinates of image Ridges.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ImageRidgesToWorldPlane
(
	IList<AvlNet.Ridge1D> inImageRidges,
	AvlNet.RectificationTransform inTransform,
	IList<AvlNet.Ridge1D> outWorldRidges
)

Parameters

Name Type Range Default Description
inImageRidgesSystem.Collections.Generic.IList<AvlNet.Ridge1D>
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.
outWorldRidgesSystem.Collections.Generic.IList<AvlNet.Ridge1D>

See also