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