MITK-IGT
IGT Extension of MITK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
mitk::OpenCVToMitkImageFilter Class Reference

Filter for creating MITK RGB Images from an OpenCV image. More...

#include <mitkOpenCVToMitkImageFilter.h>

Inheritance diagram for mitk::OpenCVToMitkImageFilter:

Public Types

typedef itk::RGBPixel< unsigned char > UCRGBPixelType
 
typedef itk::RGBPixel< unsigned short > USRGBPixelType
 
typedef itk::RGBPixel< float > FloatRGBPixelType
 
typedef itk::RGBPixel< double > DoubleRGBPixelType
 

Public Member Functions

 mitkClassMacro (OpenCVToMitkImageFilter, ImageSource)
 
 itkFactorylessNewMacro (Self)
 
 itkCloneMacro (Self)
 
void SetOpenCVImage (const IplImage *image)
 
void SetOpenCVMat (const cv::Mat &image)
 
 itkGetMacro (OpenCVMat, cv::Mat)
 
OutputImageType * GetOutput (void)
 
void InsertOpenCVImageAsMitkTimeSlice (const cv::Mat openCVImage, Image::Pointer mitkImage, int timeStep)
 Convenient method to insert an openCV image as a slice at a certain time step into a 3D or 4D mitk::Image.
 

Static Public Member Functions

template<typename TPixel , unsigned int VImageDimension>
static Image::Pointer ConvertCVMatToMitkImage (const cv::Mat input)
 

Protected Member Functions

 OpenCVToMitkImageFilter ()
 
 ~OpenCVToMitkImageFilter () override
 
void GenerateData () override
 

Protected Attributes

Image::Pointer m_Image
 
cv::Mat m_OpenCVMat
 
std::mutex m_ImageMutex
 
std::mutex m_OpenCVMatMutex
 

Detailed Description

Filter for creating MITK RGB Images from an OpenCV image.

Definition at line 37 of file mitkOpenCVToMitkImageFilter.h.

Member Typedef Documentation

◆ DoubleRGBPixelType

Definition at line 43 of file mitkOpenCVToMitkImageFilter.h.

◆ FloatRGBPixelType

Definition at line 42 of file mitkOpenCVToMitkImageFilter.h.

◆ UCRGBPixelType

itk::RGBPixel< unsigned char > mitk::OpenCVToMitkImageFilter::UCRGBPixelType

Definition at line 40 of file mitkOpenCVToMitkImageFilter.h.

◆ USRGBPixelType

itk::RGBPixel< unsigned short > mitk::OpenCVToMitkImageFilter::USRGBPixelType

Definition at line 41 of file mitkOpenCVToMitkImageFilter.h.

Constructor & Destructor Documentation

◆ OpenCVToMitkImageFilter()

mitk::OpenCVToMitkImageFilter::OpenCVToMitkImageFilter ( )
protected

Definition at line 25 of file mitkOpenCVToMitkImageFilter.cpp.

◆ ~OpenCVToMitkImageFilter()

mitk::OpenCVToMitkImageFilter::~OpenCVToMitkImageFilter ( )
overrideprotected

Definition at line 29 of file mitkOpenCVToMitkImageFilter.cpp.

Member Function Documentation

◆ ConvertCVMatToMitkImage()

template<typename TPixel , unsigned int VImageDimension>
Image::Pointer mitk::OpenCVToMitkImageFilter::ConvertCVMatToMitkImage ( const cv::Mat input)
static

the static function for the conversion

Definition at line 117 of file mitkOpenCVToMitkImageFilter.cpp.

◆ GenerateData()

void mitk::OpenCVToMitkImageFilter::GenerateData ( )
overrideprotected

Definition at line 47 of file mitkOpenCVToMitkImageFilter.cpp.

◆ GetOutput()

ImageSource::OutputImageType * mitk::OpenCVToMitkImageFilter::GetOutput ( void )

Definition at line 108 of file mitkOpenCVToMitkImageFilter.cpp.

◆ InsertOpenCVImageAsMitkTimeSlice()

void mitk::OpenCVToMitkImageFilter::InsertOpenCVImageAsMitkTimeSlice ( const cv::Mat openCVImage,
Image::Pointer mitkImage,
int timeStep )

Convenient method to insert an openCV image as a slice at a certain time step into a 3D or 4D mitk::Image.

Parameters
openCVImage- the image that is inserted into the mitk Image
mitkImage- pointer to the mitkImage, which is changed by this method!
timeStep- the time step, at which the openCVImage is inserted
Attention
The parameter mitkImage will be changed!

Definition at line 129 of file mitkOpenCVToMitkImageFilter.cpp.

◆ itkCloneMacro()

mitk::OpenCVToMitkImageFilter::itkCloneMacro ( Self )

◆ itkFactorylessNewMacro()

mitk::OpenCVToMitkImageFilter::itkFactorylessNewMacro ( Self )

◆ itkGetMacro()

mitk::OpenCVToMitkImageFilter::itkGetMacro ( OpenCVMat ,
cv::Mat  )

◆ mitkClassMacro()

mitk::OpenCVToMitkImageFilter::mitkClassMacro ( OpenCVToMitkImageFilter ,
ImageSource  )

◆ SetOpenCVImage()

void mitk::OpenCVToMitkImageFilter::SetOpenCVImage ( const IplImage * image)

sets an iplimage as input

Definition at line 41 of file mitkOpenCVToMitkImageFilter.cpp.

◆ SetOpenCVMat()

void mitk::OpenCVToMitkImageFilter::SetOpenCVMat ( const cv::Mat & image)

sets an opencv mat as input (will be used if OpenCVImage Ipl image is 0)

Definition at line 33 of file mitkOpenCVToMitkImageFilter.cpp.

Member Data Documentation

◆ m_Image

Image::Pointer mitk::OpenCVToMitkImageFilter::m_Image
protected

Definition at line 88 of file mitkOpenCVToMitkImageFilter.h.

◆ m_ImageMutex

std::mutex mitk::OpenCVToMitkImageFilter::m_ImageMutex
protected

Definition at line 91 of file mitkOpenCVToMitkImageFilter.h.

◆ m_OpenCVMat

cv::Mat mitk::OpenCVToMitkImageFilter::m_OpenCVMat
protected

Definition at line 89 of file mitkOpenCVToMitkImageFilter.h.

◆ m_OpenCVMatMutex

std::mutex mitk::OpenCVToMitkImageFilter::m_OpenCVMatMutex
protected

Definition at line 92 of file mitkOpenCVToMitkImageFilter.h.


The documentation for this class was generated from the following files: