You are here: Start » AVL.NET » Function Reference » Image » Image Basics » AVL.ImageToMatrix
Converts a single-channel image to a matrix.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inMonoImage | AvlNet.Image | |||
![]() | outMatrix | AvlNet.Matrix |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Not supported inMonoImage pixel format in ImageToMatrix. Supported formats: 1xUInt8, 1xInt8, 1xUInt16, 1xInt16, 1xInt32, 1xReal. |


