You are here: Start » FIL.NET » Function Reference » Computer Vision » Camera Calibration » FIL.ImageStripeToWorldPlane
Finds the world coordinates of image Stripe.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ImageStripeToWorldPlane ( FilNet.Stripe1D inImageStripe, FilNet.RectificationTransform inTransform, out FilNet.Stripe1D outWorldStripe )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImageStripe | FilNet.Stripe1D | |||
![]() | inTransform | FilNet.RectificationTransform | Transform's camera model is needed for undistortion, when not supplied the filter assumes undistorted input. Transform's homography is needed for transforming coordinates to given world plane, when not supplied the filter only removes distortion of input. | ||
![]() | outWorldStripe | FilNet.Stripe1D |