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

Invoke.ImageRidgeToWorldPlane

Finds the world coordinates of image Ridge.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ImageRidgeToWorldPlane
(
	Fil.Ridge1D inImageRidge,
	Fil.RectificationTransform inTransform,
	out Fil.Ridge1D outWorldRidge
)

Parameters

Name Type Range Default Description
inImageRidgeFil.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.
outWorldRidgeFil.Ridge1D

See also