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