NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
mitkSurfTester.h
Go to the documentation of this file.
1 /*=============================================================================
2 
3  NifTK: A software platform for medical image computing.
4 
5  Copyright (c) University College London (UCL). All rights reserved.
6 
7  This software is distributed WITHOUT ANY WARRANTY; without even
8  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
9  PURPOSE.
10 
11  See LICENSE.txt in the top level directory for details.
12 
13 =============================================================================*/
14 
15 #ifndef mitkSurfTester_h
16 #define mitkSurfTester_h
17 
18 #include "niftkOpenCVExports.h"
19 #include <string>
20 #include <itkObject.h>
21 #include <itkObjectFactory.h>
22 #include <mitkCommon.h>
23 
24 namespace mitk {
25 
30 class NIFTKOPENCV_EXPORT SurfTester : public itk::Object
31 {
32 
33 public:
34 
35  mitkClassMacroItkParent(SurfTester, itk::Object)
36  itkNewMacro(SurfTester)
37 
38  void RunSurf(const std::string& inputFileName, const std::string& outputFileName);
39 
40 protected:
41 
42  SurfTester();
43  virtual ~SurfTester();
44 
45  SurfTester(const SurfTester&); // Purposefully not implemented.
46  SurfTester& operator=(const SurfTester&); // Purposefully not implemented.
47 
48 private:
49 
50 }; // end class
51 
52 } // end namespace
53 
54 #endif
Definition: ReceptorMemberCommandTest.cxx:25
Just playing around with OpenCV SURF.
Definition: mitkSurfTester.h:30
#define NIFTKOPENCV_EXPORT
Definition: niftkSequentialCpuQds.h:27
GLsizei const GLcharARB ** string
Definition: glew.h:5194