12 #ifndef MITKMASKANDCUTROIIMAGEFILTER_H 13 #define MITKMASKANDCUTROIIMAGEFILTER_H 18 #include "itkRegionOfInterestImageFilter.h" 37 typedef itk::Image<short, 3> ItkImageType;
38 typedef itk::Image<unsigned char, 3> ItkMaskType;
39 typedef itk::ImageRegion<3> RegionType;
40 typedef itk::RegionOfInterestImageFilter<ItkImageType, ItkImageType> ROIFilterType;
44 itkFactorylessNewMacro(
Self);
61 void GenerateData()
override;
mitk::AutoCropImageFilter::Pointer m_CropFilter
Base of all data objects.
Superclass of all classes generating some kind of mitk::BaseData.
DataCollection - Class to facilitate loading/accessing structured data.
mitk::ScalarType m_MinValue
mitk::Image::Pointer m_outputImage
#define MITKALGORITHMSEXT_EXPORT
#define mitkClassMacro(className, SuperClassName)
mitk::MaskImageFilter::Pointer m_MaskFilter
mitk::ScalarType m_MaxValue
Superclass of all classes having one or more Images as input and generating Images as output...
Cuts a region of interest (ROI) out of an image.
ROIFilterType::Pointer m_RoiFilter