NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
mitkUltrasoundPinCalibrationEvaluation.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 mitkUltrasoundPinCalibrationEvaluation_h
16 #define mitkUltrasoundPinCalibrationEvaluation_h
17 
18 #include "niftkOpenCVExports.h"
19 #include <itkObject.h>
20 #include <itkObjectFactory.h>
21 #include <mitkCommon.h>
22 #include <mitkVector.h>
23 
24 namespace mitk {
25 
32 {
33 
34 public:
35 
36  mitkClassMacroItkParent(UltrasoundPinCalibrationEvaluation, itk::Object)
38 
39 
42  void Evaluate(
43  const std::string& matrixDirectory,
44  const std::string& pointDirectory,
45  const mitk::Point3D& invariantPoint,
46  const mitk::Point2D& millimetresPerPixel,
47  const std::string& calibrationMatrix,
48  const std::string& cameraToWorldMatrix
49  );
50 
51 protected:
52 
55 
56  UltrasoundPinCalibrationEvaluation(const UltrasoundPinCalibrationEvaluation&); // Purposefully not implemented.
57  UltrasoundPinCalibrationEvaluation& operator=(const UltrasoundPinCalibrationEvaluation&); // Purposefully not implemented.
58 
59 private:
60 
61 }; // end class
62 
63 } // end namespace
64 
65 #endif
Evaluates directories of points and tracking matrices against a known gold standard invariant point...
Definition: mitkUltrasoundPinCalibrationEvaluation.h:31
Definition: ReceptorMemberCommandTest.cxx:25
#define NIFTKOPENCV_EXPORT
Definition: niftkSequentialCpuQds.h:27
GLsizei const GLcharARB ** string
Definition: glew.h:5194