MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Classes | Namespaces
image_pyramid.h File Reference
#include <vector>
#include <memory>
#include <map>
#include <mutex>
#include "mve/scene.h"
#include "mve/view.h"
#include "mve/image_base.h"
#include "mve/camera.h"
#include "math/matrix.h"
#include "dmrecon/defines.h"
Include dependency graph for image_pyramid.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mvs::ImagePyramid
 Image pyramids are represented as vectors of pyramid levels, where the presence of an image in a specific level indicates that all levels with higher indices also contain images. More...
 
class  mvs::ImagePyramidCache
 
struct  mvs::ImagePyramidLevel
 

Namespaces

namespace  mvs
 Multi-View Stereo implementation of [Goesele '07, ICCV].