Medical Imaging Interaction Toolkit
2023.12.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkOclBinaryThresholdImageFilter_h
14 #define mitkOclBinaryThresholdImageFilter_h
17 #include <itkObject.h>
21 class OclImageToImageFilter;
53 this->m_LowerThreshold = lowerThreshold;
61 this->m_UpperThreshold = upperThreshold;
70 this->m_OutsideValue = outsideValue;
78 this->m_InsideValue = insideValue;
96 return mitk::MakeScalarPixelType<unsigned char>();
101 return sizeof(
unsigned char);
108 cl_kernel m_ckBinaryThreshold;
110 int m_LowerThreshold;
112 int m_UpperThreshold;
void SetUpperThreshold(int upperThreshold)
void SetLowerThreshold(int lowerThreshold)
#define mitkClassMacroItkParent(className, SuperClassName)
Find image slices visible on a given plane.
mitk::PixelType GetOutputType()
(Virtual) method returning the format in which the output image will be returned
Class for defining the data type of pixels.
void SetOutsideValue(int outsideValue)
The OclBinaryThresholdImageFilter computes a binary segmentation based on given threshold values.
int GetBytesPerElem()
Get the memory size needed for each element.
The OclImageToImageFilter is the base class for all OpenCL image filter generating images.
void SetInsideValue(int insideValue)