Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitkToFCameraPMDO3Controller.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,
6 Division of Medical and Biological Informatics.
7 All rights reserved.
8 
9 This software is distributed WITHOUT ANY WARRANTY; without
10 even the implied warranty of MERCHANTABILITY or FITNESS FOR
11 A PARTICULAR PURPOSE.
12 
13 See LICENSE.txt or http://www.mitk.org for details.
14 
15 ===================================================================*/
16 #ifndef __mitkToFCameraPMDO3Controller_h
17 #define __mitkToFCameraPMDO3Controller_h
18 
19 #include <MitkPMDExports.h>
20 #include "mitkCommon.h"
22 
23 #include "itkObject.h"
24 #include "itkObjectFactory.h"
25 
26 namespace mitk
27 {
35  {
36  public:
37 
39 
40  itkFactorylessNewMacro(Self)
41  itkCloneMacro(Self)
42 
43 
46  virtual bool OpenCameraConnection();
47 
48  protected:
49 
51 
53 
54  /*
55  \brief method that transforms camera input such that it is ordered correctly.
56  */
57  void TransformCameraOutput(float* in, float* out, bool isDist);
58 
59  private:
60 
61  char *m_IPAddress;
62  };
63 } //END mitk namespace
64 #endif
DataCollection - Class to facilitate loading/accessing structured data.
Virtual interface and base class for all PMD Time-of-Flight devices. Wraps PMD API provided in PMDSDK...
#define mitkClassMacro(className, SuperClassName)
Definition: mitkCommon.h:44
static bool in(Reader::Char c, Reader::Char c1, Reader::Char c2, Reader::Char c3, Reader::Char c4)
Definition: jsoncpp.cpp:244
Interface to the Time-of-Flight (ToF) camera PMD O3 Connection is established over Ethernet connectio...