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