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

Invoke.ShearImage

Computes a leant image (shifts the rows).

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ShearImage
(
	Fil.Image inImage,
	float inShear,
	Fil.Axis inAxis,
	Fil.InterpolationMethod inInterpolationMethod,
	Fil.Image outImage
)

Parameters

Name Type Range Default Description
inImageFil.ImageInput image.
inShearfloat<-INF, INF>0.0fRelative shift between consecutive rows or columns of the image. Default value: 0.0f.
inAxisFil.AxisSwitches between horizontal or vertical shearing.
inInterpolationMethodFil.InterpolationMethodBilinearDefault value: Bilinear.
outImageFil.ImageOutput image.

See also