|
MVE - Multi-View Environment mve-devel
|


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::Vec2f > | mvs::PixelCoords |
| typedef std::vector< math::Vec3f > | mvs::Samples |
Functions | |
| template<typename T > | |
| const T | mvs::sqr (const T &a) |
Variables | |
| const float | mvs::pi = 3.141592653589793f |