You are here: Start » FIL.NET » Function Reference » Image » Image Basics » FIL.ImageToMatrix
Converts a single-channel image to a matrix.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
inMonoImage | FilNet.Image | ||||
outMatrix | FilNet.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. |