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


