You are here: Start » FIL.NET » Function Reference » Computer Vision » Camera Calibration » FIL.ImagePointsToWorldPlane
Finds the world coordinates of image Points.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ImagePointsToWorldPlane ( IList<FilNet.Point2D> inImagePoints, FilNet.RectificationTransform inTransform, IList<FilNet.Point2D> outWorldPoints )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImagePoints | System.Collections.Generic.IList<FilNet.Point2D> | |||
![]() | 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. | ||
![]() | outWorldPoints | System.Collections.Generic.IList<FilNet.Point2D> |