You are here: Start » FIL.NET » FIL.WorldPlaneStripesToImage

FIL.WorldPlaneStripesToImage

Finds the image coordinates of world stripes.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void WorldPlaneStripesToImage
(
	IList<FilNet.Stripe1D> inWorldPlaneStripes,
	FilNet.RectificationTransform inTransform,
	IList<FilNet.Stripe1D> outImageStripes
)

Parameters

Name Type Range Default Description
inWorldPlaneStripesSystem.Collections.Generic.IList<FilNet.Stripe1D>Array of 2D segments in given world coordinate plane.
inTransformFilNet.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<FilNet.Stripe1D>

See also