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

AVS.WorldPlaneStripesToImage Method

Finds the image coordinates of world plane Stripes.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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