You are here: Start » FIL.NET » Invoke.ImageSegmentToWorldPlane

Invoke.ImageSegmentToWorldPlane

Finds the world coordinates of image Segment.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ImageSegmentToWorldPlane
(
	Fil.Segment2D inImageSegment,
	Fil.RectificationTransform inTransform,
	out Fil.Segment2D outWorldSegment
)

Parameters

Name Type Range Default Description
inImageSegmentFil.Segment2D
inTransformFil.RectificationTransformTransform'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.
outWorldSegmentFil.Segment2D

See also