You are here: Start » AVL.NET » Function Reference » Computer Vision » Camera Calibration » 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 | |
|---|---|---|---|---|---|
![]() | inWorldRidges | System.Collections.Generic.IList<AvlNet.Ridge1D> | |||
![]() | inTransform | AvlNet.RectificationTransform | Transform's camera model is needed for applying distortion back. Transform's homography is needed for transforming coordinates back from a given world plane. | ||
![]() | outImageRidges | System.Collections.Generic.IList<AvlNet.Ridge1D> |


