ImageDescriptor

ImageDescriptor struct

Methods

NameDescription
channels_sizeThird dimension of image_from_raw_bytes.
heightFirst dimension of image_from_raw_bytes.
image_from_raw_bytesInput 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):
uriNull terminated c string, that describe a path to file in a files system or .
widthSecond dimension of image_from_raw_bytes.