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

Invoke.ImageSegmentsToWorldPlane

Finds the world coordinates of image Segments.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ImageSegmentsToWorldPlane
(
	List<Fil.Segment2D> inImageSegments,
	Fil.RectificationTransform inTransform,
	List<Fil.Segment2D> outWorldSegments
)

Parameters

Name Type Range Default Description
inImageSegmentsSystem.Collections.Generic.List<Fil.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.
outWorldSegmentsSystem.Collections.Generic.List<Fil.Segment2D>

See also