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

Invoke.WorldPlaneRidgesToImage

Finds the image coordinates of world plane Ridges.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void WorldPlaneRidgesToImage
(
	List<Fil.Ridge1D> inWorldRidges,
	Fil.RectificationTransform inTransform,
	List<Fil.Ridge1D> outImageRidges
)

Parameters

Name Type Range Default Description
inWorldRidgesSystem.Collections.Generic.List<Fil.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.
outImageRidgesSystem.Collections.Generic.List<Fil.Ridge1D>

See also