MVE - Multi-View Environment mve-devel
|
#include <image_io.h>
Public Attributes | |
int64_t | channels |
int64_t | height |
ImageType | type |
int64_t | width |
Image meta data.
Some loaders offer to retrieve only this meta data and skip loading the payload.
Definition at line 25 of file image_io.h.
int64_t mve::image::ImageHeaders::channels |
Definition at line 29 of file image_io.h.
int64_t mve::image::ImageHeaders::height |
Definition at line 28 of file image_io.h.
ImageType mve::image::ImageHeaders::type |
Definition at line 30 of file image_io.h.
int64_t mve::image::ImageHeaders::width |
Definition at line 27 of file image_io.h.