You are here: Start » AVL.NET » Invoke.TransformImage
Transforms an image by the provided transformation matrix.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void TransformImage ( Avl.Image inImage, Avl.Matrix inTransformMatrix, bool inInverse, Avl.InterpolationMethod inInterpolation, Avl.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Avl.Image | Input image. | ||
![]() | inTransformMatrix | Avl.Matrix | Transform matrix. | ||
![]() | inInverse | bool | |||
![]() | inInterpolation | Avl.InterpolationMethod | Image quality. | ||
![]() | outImage | Avl.Image | Output image. |