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


