You are here: Start » AVL.NET » AVS.ShearImage Method

AVS.ShearImage Method

Computes a leant image (shifts the rows).

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ShearImage
(
	AvlNet.Image inImage,
	float inShear,
	AvlNet.Axis inAxis,
	AvlNet.InterpolationMethod inInterpolationMethod,
	AvlNet.Image outImage
)

Parameters

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

See also