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

Invoke.WorldPlaneSegmentsToImage

Finds the image coordinates of world plane Segments.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void WorldPlaneSegmentsToImage
(
	List<Fil.Segment2D> inWorldSegments,
	Fil.RectificationTransform inTransform,
	List<Fil.Segment2D> outImageSegments
)

Parameters

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

See also