You are here: Start » FIL.NET » FIS.ImageRidgesToWorldPlane Method
FIS.ImageRidgesToWorldPlane Method
Finds the world coordinates of image Ridges.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
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> | |||
![]() | 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> |