Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <mitkImage.h>
#include "MitkOpenCLExports.h"
#include "mitkOclBaseData.h"
#include "mitkOclImageFormats.h"
#include "mitkOpenCLActivator.h"
#include <mitkException.h>
Go to the source code of this file.
Classes | |
class | mitk::OclImage |
Class implementing the image format for GPU Image Processing. More... | |
class | mitk::ImageTypeIsNotSupportedByGPU |
The ImageTypeIsNotSupportedByGPU class specialized exception class for unsupported image formats. If this exception is thrown, try other graphics device. More... | |
Namespaces | |
mitk | |
DataCollection - Class to facilitate loading/accessing structured data. | |
Macros | |
#define | GPU_DATA |
#define | CPU_DATA |
#define | MAX_DIMS |
#define | SHORT_IM |
#define | FLOAT_IM |
#define CPU_DATA |
Definition at line 21 of file mitkOclImage.h.
#define FLOAT_IM |
Definition at line 36 of file mitkOclImage.h.
#define GPU_DATA |
Definition at line 20 of file mitkOclImage.h.
Referenced by mitk::OclBinaryThresholdImageFilter::Execute(), and mitk::OclImageToImageFilter::GetOutput().
#define MAX_DIMS |
Definition at line 23 of file mitkOclImage.h.
Referenced by mitk::OclImage::CreateGPUImage().
#define SHORT_IM |
Definition at line 35 of file mitkOclImage.h.