NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
mitkTrackingMatrices.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 mitkTrackingMatrices_h
16 #define mitkTrackingMatrices_h
17 
18 #include "niftkOpenCVExports.h"
19 #include <cv.h>
20 
21 namespace mitk
22 {
23 
25 {
26 public:
27  std::vector<cv::Mat> m_TrackingMatrices;
28  std::vector<long long> m_TimingErrors;
29 };
30 
31 } // end namespace
32 
33 #endif
Definition: mitkTrackingMatrices.h:24
std::vector< long long > m_TimingErrors
Definition: mitkTrackingMatrices.h:28
Definition: ReceptorMemberCommandTest.cxx:25
std::vector< cv::Mat > m_TrackingMatrices
Definition: mitkTrackingMatrices.h:27
#define NIFTKOPENCV_EXPORT
Definition: niftkSequentialCpuQds.h:27