You are here: Start » FIL.NET » FIS.ShearImage Method
FIS.ShearImage Method
Computes a leant image (shifts the rows).
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ShearImage ( FilNet.Image inImage, float inShear, FilNet.Axis inAxis, FilNet.InterpolationMethod inInterpolationMethod, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inShear | float | <-INF, INF> | 0.0f | Relative shift between consecutive rows or columns of the image. Default value: 0.0f. |
![]() | inAxis | FilNet.Axis | Switches between horizontal or vertical shearing. | ||
![]() | inInterpolationMethod | FilNet.InterpolationMethod | Bilinear | Default value: Bilinear. | |
![]() | outImage | FilNet.Image | Output image. |