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

AVL.WorldPlaneRidgesToImage

Finds the image coordinates of world plane Ridges.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void WorldPlaneRidgesToImage
(
	IList<AvlNet.Ridge1D> inWorldRidges,
	AvlNet.RectificationTransform inTransform,
	IList<AvlNet.Ridge1D> outImageRidges
)

Parameters

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

See also