You are here: Start » AVL.NET » AVS.MatrixToImage Method
AVS.MatrixToImage Method
Converts a matrix to a single-channel real image.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void MatrixToImage ( AvlNet.Matrix inMatrix, AvlNet.Image outImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inMatrix | AvlNet.Matrix | |||
![]() | outImage | AvlNet.Image | Output image. |


