User Manual
Developer Manual
Defined in File image_struct.h
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
Image height.
Image width.
Opaque type, contains image data (= the pixels).
Opaque type, contains 2D image container.