NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
mitkTrackerAnalysis.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 mitkTrackerAnalysis_h
16 #define mitkTrackerAnalysis_h
17 
18 #include "niftkOpenCVExports.h"
20 #include <cv.h>
21 #include <itkObject.h>
22 #include <itkObjectFactory.h>
23 #include <mitkCommon.h>
24 
25 namespace mitk
26 {
27 
28 
34 {
35 public:
36  mitkClassMacroItkParent ( TrackerAnalysis, itk::Object)
37  itkNewMacro (TrackerAnalysis)
38 
39 
45  void TemporalCalibration (std::string filename, int windowLow = -100, int windowHigh = 100, bool visualise = false , std::string fileout = "" );
46 
54  void OptimiseHandeyeCalibration (std::string filename, bool visualise = false , std::string fileout = "" );
55 
64  void HandeyeSensitivityTest (std::string filename, double windowLow, double windowHigh,
65  double stepSize, std::string fileout = "" );
66 
67  itkSetMacro (CalibrationDirectory, std::string);
68 protected:
70  virtual ~TrackerAnalysis();
71 
72  TrackerAnalysis(const TrackerAnalysis&); // Purposefully not implemented.
73  TrackerAnalysis& operator=(const TrackerAnalysis&); // Purposefully not implemented.
74 
75 private:
76  std::string m_CalibrationDirectory; //the directory containing camera intrinsic parameters
77 };
78 
79 
80 } // namespace
81 
82 
83 #endif // niftkTrackerAnalysis_h
A class to match video frames to tracking frames, when reading recorded tracking data.
Definition: mitkVideoTrackerMatching.h:33
Definition: ReceptorMemberCommandTest.cxx:25
#define NIFTKOPENCV_EXPORT
Definition: niftkSequentialCpuQds.h:27
A class to match video frames to tracking frames, when reading recorded tracking data.
Definition: mitkTrackerAnalysis.h:33
GLsizei const GLcharARB ** string
Definition: glew.h:5194