You are here: Start » AVL.NET » Function Reference » Computer Vision » Camera Calibration » AVL.WorldPlaneStripesToImage

AVL.WorldPlaneStripesToImage

Finds the image coordinates of world plane Stripes.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void WorldPlaneStripesToImage
(
	IList<AvlNet.Stripe1D> inWorldStripes,
	AvlNet.RectificationTransform inTransform,
	IList<AvlNet.Stripe1D> outImageStripes
)

Parameters

Name Type Range Default Description
inWorldStripesSystem.Collections.Generic.IList<AvlNet.Stripe1D>
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.
outImageStripesSystem.Collections.Generic.IList<AvlNet.Stripe1D>

See also