NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
mitkStereoPointProjectionIntoTwoImages.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 mitkStereoPointProjectionIntoTwoImages_h
16 #define mitkStereoPointProjectionIntoTwoImages_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 
31 {
32 
33 public:
34 
35  mitkClassMacroItkParent(StereoPointProjectionIntoTwoImages, itk::Object)
37 
38  bool Project(const std::string& input3DFileName,
39  const std::string& inputLeftImageName,
40  const std::string& inputRightImageName,
41  const std::string& outputLeftImageName,
42  const std::string& outputRightImageName,
43  const std::string& intrinsicLeftFileName,
44  const std::string& distortionLeftFileName,
45  const std::string& rotationLeftFileName,
46  const std::string& translationLeftFileName,
47  const std::string& intrinsicRightFileName,
48  const std::string& distortionRightFileName,
49  const std::string& rightToLeftRotationFileName,
50  const std::string& rightToLeftTranslationFileName,
51  const std::string& inputLeft2DGoldStandardFileName,
52  const std::string& inputRight2DGoldStandardFileName
53  );
54 
55 protected:
56 
59 
60  StereoPointProjectionIntoTwoImages(const StereoPointProjectionIntoTwoImages&); // Purposefully not implemented.
61  StereoPointProjectionIntoTwoImages& operator=(const StereoPointProjectionIntoTwoImages&); // Purposefully not implemented.
62 
63 }; // end class
64 
65 } // end namespace
66 
67 #endif
Definition: ReceptorMemberCommandTest.cxx:25
Takes stereo calibration data, two input images and a bunch of 3D points, and projects them to two 2D...
Definition: mitkStereoPointProjectionIntoTwoImages.h:30
Takes an input video file and tracking data. The video is split into right and left channels...
#define NIFTKOPENCV_EXPORT
Definition: niftkSequentialCpuQds.h:27
GLsizei const GLcharARB ** string
Definition: glew.h:5194