#include <iostream>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <opencv2/viz/vizcore.hpp>
#include <kfusion/kinfu.hpp>
#include <lvr/geometry/HalfEdgeVertex.hpp>
#include <io/capture.hpp>
Go to the source code of this file.
Classes | |
struct | KinFuApp |
Typedefs | |
typedef lvr::ColorVertex< float, unsigned char > | cVertex |
typedef lvr::HalfEdgeVertex< cVertex, lvr::Normal< float > > * | VertexPtr |
typedef lvr::ColorVertex<float, unsigned char> cVertex |
Definition at line 13 of file KinFuApp.hpp.
Definition at line 14 of file KinFuApp.hpp.