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

AVL.ImageStripesToWorldPlane

Finds the world coordinates of image Stripes.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ImageStripesToWorldPlane
(
	IList<AvlNet.Stripe1D> inImageStripes,
	AvlNet.RectificationTransform inTransform,
	IList<AvlNet.Stripe1D> outWorldStripes
)

Parameters

Name Type Range Default Description
inImageStripesSystem.Collections.Generic.IList<AvlNet.Stripe1D>
inTransformAvlNet.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.
outWorldStripesSystem.Collections.Generic.IList<AvlNet.Stripe1D>

See also