MITK-IGT
IGT Extension of MITK
|
#include <mitkTestingMacros.h>
#include <mitkToFDistanceImageToSurfaceFilter.h>
#include <mitkImage.h>
#include <mitkImagePixelReadAccessor.h>
#include <mitkSurface.h>
#include <mitkToFProcessingCommon.h>
#include <mitkNumericTypes.h>
#include <mitkToFTestingCommon.h>
#include <mitkIOUtil.h>
#include <vtkPoints.h>
#include <vtkPolyData.h>
#include <vtkSmartPointer.h>
Go to the source code of this file.
Functions | |
int | mitkKinectReconstructionTest (int argc, char *argv[]) |
mitkKinectReconstructionTest Testing method for the Kinect reconstruction mode. Specially meant for Kinect. This tests loads a special data set from MITK-Data and compares it to a reference surface. This test has no dependency to the mitkKinectModule, although it is thematically connected to it. | |
int mitkKinectReconstructionTest | ( | int | argc, |
char * | argv[] ) |
mitkKinectReconstructionTest Testing method for the Kinect reconstruction mode. Specially meant for Kinect. This tests loads a special data set from MITK-Data and compares it to a reference surface. This test has no dependency to the mitkKinectModule, although it is thematically connected to it.
Definition at line 33 of file mitkKinectReconstructionTest.cpp.