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

AVL.WorldPlaneRidgeToImage

Finds the image coordinates of world plane Ridge.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void WorldPlaneRidgeToImage
(
	AvlNet.Ridge1D inWorldRidge,
	AvlNet.RectificationTransform inTransform,
	out AvlNet.Ridge1D outImageRidge
)

Parameters

Name Type Range Default Description
inWorldRidgeAvlNet.Ridge1D
inTransformAvlNet.RectificationTransformTransform's camera model is needed for applying distortion back. Transform's homography is needed for transforming coordinates back from a given world plane.
outImageRidgeAvlNet.Ridge1D

See also