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;
FastKinFuBox< ColorVertex< float, unsigned char >, lvr::Normal< float > > cFastBox
queue< TGrid * > last_grid_queue_
const kaboom::Options * options
HalfEdgeKinFuMesh< cVertex, lvr::Normal< float > > HMesh
A class to parse the program options for the reconstruction executable.
BoundingBox< cVertex > bbox_
TsdfGrid< cVertex, cFastBox, kfusion::Point > TGrid
ColorVertex< float, unsigned char > cVertex
FastReconstruction< ColorVertex< float, unsigned char >, lvr::Normal< float >, cFastBox > cFastReconstruction
HalfEdgeKinFuMesh< cVertex, lvr::Normal< float > > HMesh