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