You are here: Start » AVL.NET » 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 | |
---|---|---|---|---|---|
![]() | inImage | Avl.Image | Input image. | ||
![]() | inShear | float | <-INF, INF> | 0.0f | Relative shift between consecutive rows or columns of the image. Default value: 0.0f. |
![]() | inAxis | Avl.Axis | Switches between horizontal or vertical shearing. | ||
![]() | inInterpolationMethod | Avl.InterpolationMethod | Bilinear | Default value: Bilinear. | |
![]() | outImage | Avl.Image | Output image. |