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

AVS.WorldPlaneStripeToImage Method

Finds the image coordinates of world plane Stripe.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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