You are here: Start » FIL.NET » FIL.ImageRidgesToWorldPlane
FIL.ImageRidgesToWorldPlane
Finds the world coordinates of image ridges.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ImageRidgesToWorldPlane ( IList<FilNet.Ridge1D> inImageRidges, FilNet.RectificationTransform inTransform, IList<FilNet.Ridge1D> outWorldRidges )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImageRidges | System.Collections.Generic.IList<FilNet.Ridge1D> | Array of edges 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. | ||
![]() | outWorldRidges | System.Collections.Generic.IList<FilNet.Ridge1D> |