MVE - Multi-View Environment mve-devel
|
#include <cstdint>
#include <map>
#include <memory>
#include <string>
#include <vector>
#include "mve/defines.h"
#include "mve/camera.h"
#include "mve/image_base.h"
#include "mve/image.h"
Go to the source code of this file.
Classes | |
class | mve::View |
File system representation of a MVE view. More... | |
struct | mve::View::BlobProxy |
Proxy for BLOBs (Binary Large OBjects). More... | |
struct | mve::View::ImageProxy |
Proxy for images. More... | |
struct | mve::View::MetaData |
View meta information that stores key/value pairs and the camera. More... | |
Namespaces | |
namespace | mve |
Multi-View Environment library. | |