ImageDescriptor
ImageDescriptor struct
Methods
| Name | Description |
|---|---|
| channels_size | Third dimension of image_from_raw_bytes. |
| height | First dimension of image_from_raw_bytes. |
| image_from_raw_bytes | Input raw data in special format image_from_raw_bytes[height][width][channels_size] Input raw data in special format may represent: 1) RGB color model (channels_size = 3): |
| uri | Null terminated c string, that describe a path to file in a files system or . |
| width | Second dimension of image_from_raw_bytes. |