You are here: Start » FIL.NET » Function Reference » Computer Vision » Camera Calibration » FIL.WorldPlaneSegmentsToImage

FIL.WorldPlaneSegmentsToImage

Finds the image coordinates of world plane Segments.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inWorldSegmentsSystem.Collections.Generic.IList<FilNet.Segment2D>
inTransformFilNet.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.IList<FilNet.Segment2D>

See also