Filter for creating MITK RGB Images from an OpenCV image.
More...
#include <mitkOpenCVToMitkImageFilter.h>
|
template<typename TPixel , unsigned int VImageDimension> |
static Image::Pointer | ConvertCVMatToMitkImage (const cv::Mat input) |
|
Filter for creating MITK RGB Images from an OpenCV image.
Definition at line 37 of file mitkOpenCVToMitkImageFilter.h.
◆ DoubleRGBPixelType
◆ FloatRGBPixelType
◆ UCRGBPixelType
◆ USRGBPixelType
◆ OpenCVToMitkImageFilter()
mitk::OpenCVToMitkImageFilter::OpenCVToMitkImageFilter |
( |
| ) |
|
|
protected |
◆ ~OpenCVToMitkImageFilter()
mitk::OpenCVToMitkImageFilter::~OpenCVToMitkImageFilter |
( |
| ) |
|
|
overrideprotected |
◆ ConvertCVMatToMitkImage()
template<typename TPixel , unsigned int VImageDimension>
Image::Pointer mitk::OpenCVToMitkImageFilter::ConvertCVMatToMitkImage |
( |
const cv::Mat | input | ) |
|
|
static |
◆ GenerateData()
void mitk::OpenCVToMitkImageFilter::GenerateData |
( |
| ) |
|
|
overrideprotected |
◆ GetOutput()
ImageSource::OutputImageType * mitk::OpenCVToMitkImageFilter::GetOutput |
( |
void | | ) |
|
◆ 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()
◆ SetOpenCVImage()
void mitk::OpenCVToMitkImageFilter::SetOpenCVImage |
( |
const IplImage * | image | ) |
|
◆ SetOpenCVMat()
void mitk::OpenCVToMitkImageFilter::SetOpenCVMat |
( |
const cv::Mat & | image | ) |
|
◆ m_Image
Image::Pointer mitk::OpenCVToMitkImageFilter::m_Image |
|
protected |
◆ m_ImageMutex
std::mutex mitk::OpenCVToMitkImageFilter::m_ImageMutex |
|
protected |
◆ m_OpenCVMat
cv::Mat mitk::OpenCVToMitkImageFilter::m_OpenCVMat |
|
protected |
◆ m_OpenCVMatMutex
std::mutex mitk::OpenCVToMitkImageFilter::m_OpenCVMatMutex |
|
protected |
The documentation for this class was generated from the following files: