MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Namespaces | Macros | Typedefs | Functions | Variables
defines.h File Reference
#include <vector>
#include <set>
#include "math/vector.h"
Include dependency graph for defines.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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

Macros

#define MVS_NAMESPACE_BEGIN   namespace mvs {
 
#define MVS_NAMESPACE_END   }
 

Typedefs

typedef std::set< std::size_t > mvs::IndexSet
 
typedef std::vector< math::Vec2fmvs::PixelCoords
 
typedef std::vector< math::Vec3fmvs::Samples
 

Functions

template<typename T >
const T mvs::sqr (const T &a)
 

Variables

const float mvs::pi = 3.141592653589793f
 

Macro Definition Documentation

◆ MVS_NAMESPACE_BEGIN

#define MVS_NAMESPACE_BEGIN   namespace mvs {

Definition at line 18 of file defines.h.

◆ MVS_NAMESPACE_END

#define MVS_NAMESPACE_END   }

Definition at line 19 of file defines.h.