You are here: Start » FIL.NET » Invoke.ImageStripeToWorldPlane

Invoke.ImageStripeToWorldPlane

Finds the world coordinates of image Stripe.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ImageStripeToWorldPlane
(
	Fil.Stripe1D inImageStripe,
	Fil.RectificationTransform inTransform,
	out Fil.Stripe1D outWorldStripe
)

Parameters

Name Type Range Default Description
inImageStripeFil.Stripe1D
inTransformFil.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.
outWorldStripeFil.Stripe1D

See also