Back to Aurora Vision Library website
You are here: Start » Function Reference » Computer Vision » Camera Calibration » WorldPlaneStripeToImage
WorldPlaneStripeToImage
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | Calibration |
Finds the image coordinates of world plane Stripe.
Syntax
C++
C#
void avl::WorldPlaneStripeToImage ( const avl::Stripe1D& inWorldStripe, const avl::RectificationTransform& inTransform, avl::Stripe1D& outImageStripe )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inWorldStripe | const Stripe1D& | ||
![]() |
inTransform | const 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 | Stripe1D& |


