Medical Imaging Interaction Toolkit  2018.4.99-389bf124
Medical Imaging Interaction Toolkit
mitkSpectroCamController.h
Go to the documentation of this file.
1 /*============================================================================
2 
3 The Medical Imaging Interaction Toolkit (MITK)
4 
5 Copyright (c) German Cancer Research Center (DKFZ)
6 All rights reserved.
7 
8 Use of this source code is governed by a 3-clause BSD license that can be
9 found in the LICENSE file.
10 
11 ============================================================================*/
12 #ifndef mitkSpectroCamController_h
13 #define mitkSpectroCamController_h
14 
15 #include <string>
16 
17 
18 #include <MitkSpectroCamExports.h>
19 #include <mitkImage.h>
20 
21 namespace mitk
22 {
23  // forward declaration of the implementation for the SpectroCam
24  class SpectroCamController_pimpl;
25 
32  class MITKSPECTROCAM_EXPORT SpectroCamController
33  {
34  public:
37 
38  bool Ini();
39  int OpenCameraConnection();
40  int CloseCameraConnection();
41  bool isCameraRunning();
42 
46  mitk::Image::Pointer GetCurrentImage();
47 
48  void SetCurrentImageAsWhiteBalance();
49 
50  private:
51  SpectroCamController_pimpl* m_SpectroCamController_pimpl;
52  };
53 
54 }
55 #endif
DataCollection - Class to facilitate loading/accessing structured data.
Controller for Pixelteq SpectroCam.