17 #ifndef MITKHISTOGRAMMATCHING_H
18 #define MITKHISTOGRAMMATCHING_H
21 #include "itkHistogramMatchingImageFilter.h"
45 itkFactorylessNewMacro(
Self) itkCloneMacro(
Self)
50 void SetNumberOfMatchPoints(
int matchPoints);
55 void SetNumberOfHistogramLevels(
int histogrammLevels);
60 void SetThresholdAtMeanIntensity(
bool on);
87 template <
typename TPixel,
unsigned int VImageDimension>
88 void GenerateData2(
const itk::Image<TPixel, VImageDimension> *itkImage1);
96 #endif // MITKHISTOGRAMMATCHING_H
bool m_ThresholdAtMeanIntensity
Superclass of all classes generating some kind of mitk::BaseData.
DataCollection - Class to facilitate loading/accessing structured data.
This class performes a histogram matching between the fixed image and moving image to improve the reg...
int m_NumberOfMatchPoints
#define mitkClassMacro(className, SuperClassName)
#define AccessByItk(mitkImage, itkImageTypeFunction)
Access a MITK image by an ITK image.
int m_NumberOfHistogramLevels
virtual void GenerateData() override
Starts the histogram matching.
This class handles the images for the registration as well as taking care of the progress bar during ...