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

Invoke.WorldPlaneSegmentToImage

Finds the image coordinates of world plane Segment.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void WorldPlaneSegmentToImage
(
	Fil.Segment2D inWorldSegment,
	Fil.RectificationTransform inTransform,
	out Fil.Segment2D outImageSegment
)

Parameters

Name Type Range Default Description
inWorldSegmentFil.Segment2D
inTransformFil.RectificationTransformTransform's camera model is needed for applying distortion back. Transform's homography is needed for transforming coordinates back from a given world plane.
outImageSegmentFil.Segment2D

See also