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

Invoke.ShearImage

Computes a leant image (shifts the rows).

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

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

See also