You are here: Start » FIL.NET » Function Reference » Image » Image Spatial Transforms » FIL.TransformImage
Transforms an image by the provided transformation matrix.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void TransformImage ( FilNet.Image inImage, FilNet.Matrix inTransformMatrix, bool inInverse, FilNet.InterpolationMethod inInterpolation, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inTransformMatrix | FilNet.Matrix | Transform matrix. | ||
![]() | inInverse | bool | |||
![]() | inInterpolation | FilNet.InterpolationMethod | Image quality. | ||
![]() | outImage | FilNet.Image | Output image. |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Input transformation matrix must have dimensions 3x3 in TransformImage. |
DomainError | Unable to transform image with provided parameters TransformImage. |