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

Invoke.WorldPlaneRidgeToImage

Finds the image coordinates of world plane Ridge.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void WorldPlaneRidgeToImage
(
	Fil.Ridge1D inWorldRidge,
	Fil.RectificationTransform inTransform,
	out Fil.Ridge1D outImageRidge
)

Parameters

Name Type Range Default Description
inWorldRidgeFil.Ridge1D
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.
outImageRidgeFil.Ridge1D

See also