#include <QtGui>
#include "../kfusion/include/kfusion/kinfu.hpp"
#include <io/capture.hpp>
#include "KinfuMainWindow.h"
#include "MeshUpdateThread.hpp"
#include <vtkSmartPointer.h>
#include <vtkActor.h>
#include <vtkActorCollection.h>
#include <vtkCommand.h>
#include <vtkRenderer.h>
#include <vtkRendererCollection.h>
#include <vtkRenderWindow.h>
#include <vtkRenderWindowInteractor.h>
#include <vtkViewport.h>
#include <vtkObjectFactory.h>
#include <vtkGraphicsFactory.h>
#include <vtkOrientationMarkerWidget.h>
#include <vtkAxesActor.h>
Go to the source code of this file.
Classes | |
class | MainWindow |