Loading [MathJax]/extensions/tex2jax.js

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

Invoke.WorldPlaneEdgeToImage

Finds the image coordinates of world plane Edge.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void WorldPlaneEdgeToImage
(
	Fil.Edge1D inWorldEdge,
	Fil.RectificationTransform inTransform,
	out Fil.Edge1D outImageEdge
)

Parameters

Name Type Range Default Description
inWorldEdgeFil.Edge1D
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.
outImageEdgeFil.Edge1D

See also