MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Public Attributes | List of all members
mve::image::ImageHeaders Struct Reference

Image meta data. More...

#include <image_io.h>

Public Attributes

int64_t channels
 
int64_t height
 
ImageType type
 
int64_t width
 

Detailed Description

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.

Member Data Documentation

◆ channels

int64_t mve::image::ImageHeaders::channels

Definition at line 29 of file image_io.h.

◆ height

int64_t mve::image::ImageHeaders::height

Definition at line 28 of file image_io.h.

◆ type

ImageType mve::image::ImageHeaders::type

Definition at line 30 of file image_io.h.

◆ width

int64_t mve::image::ImageHeaders::width

Definition at line 27 of file image_io.h.


The documentation for this struct was generated from the following file: