MVE - Multi-View Environment mve-devel
|
#include <map>
#include "math/vector.h"
#include "math/functions.h"
#include "mve/defines.h"
#include "mve/mesh.h"
#include "mve/image.h"
Go to the source code of this file.
Namespaces | |
namespace | mve |
Multi-View Environment library. | |
namespace | mve::geom |
Geometric tools, loading and processing functions. | |
Functions | |
template<typename T > | |
TriangleMesh::Ptr | mve::geom::marching_cubes (T &accessor) |
This function polygonizes a SDF that is partitioned into cubes. | |