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

Invoke.ImageRidgeToWorldPlane

Finds the world coordinates of image Ridge.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inImageRidgeAvl.Ridge1D
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.
outWorldRidgeAvl.Ridge1D

See also