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

AVL.WorldPlaneStripeToImage

Finds the image coordinates of world plane Stripe.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void WorldPlaneStripeToImage
(
	AvlNet.Stripe1D inWorldStripe,
	AvlNet.RectificationTransform inTransform,
	out AvlNet.Stripe1D outImageStripe
)

Parameters

Name Type Range Default Description
inWorldStripeAvlNet.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.
outImageStripeAvlNet.Stripe1D

See also