You are here: Start » FIL.NET » FIL.ImageSegmentToWorldPlane
Finds the world coordinates of image Segment.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ImageSegmentToWorldPlane ( FilNet.Segment2D inImageSegment, FilNet.RectificationTransform inTransform, out FilNet.Segment2D outWorldSegment )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImageSegment | 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. | ||
![]() | outWorldSegment | FilNet.Segment2D |