You are here: Start » FIL.NET » FIL.ImageStripesToWorldPlane
FIL.ImageStripesToWorldPlane
Finds the world coordinates of image stripes.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ImageStripesToWorldPlane ( IList<FilNet.Stripe1D> inImageStripes, FilNet.RectificationTransform inTransform, IList<FilNet.Stripe1D> outWorldStripes )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImageStripes | System.Collections.Generic.IList<FilNet.Stripe1D> | Array of 2D points in the picture. | ||
![]() | 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. | ||
![]() | outWorldStripes | System.Collections.Generic.IList<FilNet.Stripe1D> |