You are here: Start » AVL.NET » Invoke.WorldPlaneRidgesToImage
Finds the image coordinates of world plane Ridges.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void WorldPlaneRidgesToImage ( List<Avl.Ridge1D> inWorldRidges, Avl.RectificationTransform inTransform, List<Avl.Ridge1D> outImageRidges )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inWorldRidges | System.Collections.Generic.List<Avl.Ridge1D> | |||
![]() | inTransform | Avl.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.List<Avl.Ridge1D> |