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

AVL.ImageRidgeToWorldPlane

Finds the world coordinates of image Ridge.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ImageRidgeToWorldPlane
(
	AvlNet.Ridge1D inImageRidge,
	AvlNet.RectificationTransform inTransform,
	out AvlNet.Ridge1D outWorldRidge
)

Parameters

Name Type Range Default Description
inImageRidgeAvlNet.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.
outWorldRidgeAvlNet.Ridge1D

See also