You are here: Start » FIL.NET » FIS.ImageStripeToWorldPlane Method

FIS.ImageStripeToWorldPlane Method

Finds the world coordinates of image Stripe.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ImageStripeToWorldPlane
(
	FilNet.Stripe1D inImageStripe,
	FilNet.RectificationTransform inTransform,
	out FilNet.Stripe1D outWorldStripe
)

Parameters

Name Type Range Default Description
inImageStripeFilNet.Stripe1D
inTransformFilNet.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.
outWorldStripeFilNet.Stripe1D

See also