39 #ifndef GRIDSTAGE_HPP__
40 #define GRIDSTAGE_HPP__
44 #include <boost/any.hpp>
45 #include <lvr/reconstruction/FastReconstruction.hpp>
46 #include <lvr/reconstruction/TSDFGrid.hpp>
47 #include <lvr/reconstruction/PointsetSurface.hpp>
48 #include <lvr/reconstruction/FastKinFuBox.hpp>
49 #include <lvr/io/PointBuffer.hpp>
50 #include <lvr/io/DataStruct.hpp>
51 #include <lvr/geometry/HalfEdgeVertex.hpp>
52 #include <lvr/geometry/HalfEdgeKinFuMesh.hpp>
53 #include <lvr/geometry/BoundingBox.hpp>
63 typedef ColorVertex<float, unsigned char>
cVertex;
64 typedef FastKinFuBox<ColorVertex<float, unsigned char>, lvr::Normal<float> >
cFastBox;
65 typedef TsdfGrid<cVertex, cFastBox, kfusion::Point>
TGrid;
67 typedef HalfEdgeKinFuMesh<cVertex, lvr::Normal<float> >
HMesh;