5.3.2.3. Struct img_data_t

5.3.2.3.1. Struct Documentation

struct img_data_t

Image data structure. Used for storing images according to different libraries (OpenCV / NRC). Note that this container can be used for grayscale and color images because it relies on opaque types.

Public Members

size_t height

Image height.

size_t width

Image width.

void *pixels

Opaque type, contains image data (= the pixels).

void *container_2d

Opaque type, contains 2D image container.