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