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

Invoke.ImageRidgesToWorldPlane

Finds the world coordinates of image Ridges.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ImageRidgesToWorldPlane
(
	List<Fil.Ridge1D> inImageRidges,
	Fil.RectificationTransform inTransform,
	List<Fil.Ridge1D> outWorldRidges
)

Parameters

Name Type Range Default Description
inImageRidgesSystem.Collections.Generic.List<Fil.Ridge1D>
inTransformFil.RectificationTransformTransform's camera model is needed for undistortion, when not supplied the filter assumes undistorted input. Transform's homography is needed for transforming coordinates to given world plane, when not supplied the filter only removes distortion of input.
outWorldRidgesSystem.Collections.Generic.List<Fil.Ridge1D>

See also