WorldPlaneStripeToImage
Finds the image coordinates of world plane Stripe.
Syntax
C++
C#
Python
def WorldPlaneStripeToImage( inWorldStripe: Stripe1D, inTransform: RectificationTransform, outImageStripe: Stripe1D, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inWorldStripe | Stripe1D | ||
![]() |
inTransform | 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 |


