You are here: Start » FIL.NET » Function Reference » Computer Vision » Camera Calibration » FIL.ImageRidgeToWorldPlane
Finds the world coordinates of image Ridge.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ImageRidgeToWorldPlane ( FilNet.Ridge1D inImageRidge, FilNet.RectificationTransform inTransform, out FilNet.Ridge1D outWorldRidge )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImageRidge | 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. | ||
![]() | outWorldRidge | FilNet.Ridge1D |