Loading [MathJax]/extensions/tex2jax.js

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

Invoke.WorldPlanePointsToImage

Finds the image coordinates of world plane Points.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void WorldPlanePointsToImage
(
	List<Fil.Point2D> inWorldPoints,
	Fil.RectificationTransform inTransform,
	List<Fil.Point2D> outImagePoints
)

Parameters

Name Type Range Default Description
inWorldPointsSystem.Collections.Generic.List<Fil.Point2D>
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.
outImagePointsSystem.Collections.Generic.List<Fil.Point2D>

See also