You are here: Start » AVL.NET » AVS.WorldPlaneRidgeToImage Method

AVS.WorldPlaneRidgeToImage Method

Finds the image coordinates of world plane Ridge.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void WorldPlaneRidgeToImage
(
	AvlNet.Ridge1D inWorldRidge,
	AvlNet.RectificationTransform inTransform,
	out AvlNet.Ridge1D outImageRidge
)

Parameters

Name Type Range Default Description
inWorldRidgeAvlNet.Ridge1D
inTransformAvlNet.RectificationTransformTransform's camera model is needed for applying distortion back. Transform's homography is needed for transforming coordinates back from a given world plane.
outImageRidgeAvlNet.Ridge1D

See also