|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include "mitkSpectroCamController.h"#include "mitkLogMacros.h"#include <mitkOpenCVToMitkImageFilter.h>#include <mitkImageCast.h>#include <fstream>#include <string>#include <iostream>#include <functional>#include <opencv\cv.h>#include <opencv\cxcore.h>#include <opencv\highgui.h>#include <opencv2/contrib/contrib.hpp>#include <itkImage.h>#include <itkComposeImageFilter.h>#include <ISpectroCam.h>#include <Jai_Factory.h>Go to the source code of this file.
Namespaces | |
| mitk | |
| DataCollection - Class to facilitate loading/accessing structured data. | |
Typedefs | |
| typedef itk::VectorImage< unsigned short, 2 > | mitk::CompositeCameraImageType |
Functions | |
| static cv::Mat | createLLSQSolutionFromHMatrix () |
| static void | DisplayCameraStream (SpectroCamImage image) |
Variables | |
| static mitk::SpectroCamController_pimpl * | my_SpectroCamController |
|
static |
Definition at line 153 of file mitkSpectroCamController.cpp.
References MITK_INFO, and my_SpectroCamController.
|
static |
this c callback function is where the magic happens. it is called every time a new image has arrived from the SpectroCam.
Definition at line 397 of file mitkSpectroCamController.cpp.
References display, MITK_INFO, and my_SpectroCamController.
|
static |
Definition at line 124 of file mitkSpectroCamController.cpp.
Referenced by createLLSQSolutionFromHMatrix(), and DisplayCameraStream().