18#ifndef sitkHistogramMatchingImageFilter_h
19#define sitkHistogramMatchingImageFilter_h
103 std::string
GetName()
const {
return std::string (
"HistogramMatchingImageFilter"); }
bool GetThresholdAtMeanIntensity() const
BasicPixelIDTypeList PixelIDTypeList
Image Execute(const Image &image, const Image &referenceImage)
uint32_t GetNumberOfMatchPoints() const
uint32_t GetNumberOfHistogramLevels() const
Self & SetNumberOfHistogramLevels(uint32_t NumberOfHistogramLevels)
std::string GetName() const
HistogramMatchingImageFilter()
Image ExecuteInternal(const Image *image, const Image *referenceImage)
std::string ToString() const
Self & SetNumberOfMatchPoints(uint32_t NumberOfMatchPoints)
uint32_t m_NumberOfMatchPoints
Self & ThresholdAtMeanIntensityOff()
uint32_t m_NumberOfHistogramLevels
virtual ~HistogramMatchingImageFilter()
HistogramMatchingImageFilter Self
Image(Self::*)(const Image *image, const Image *referenceImage) MemberFunctionType
std::unique_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
Self & ThresholdAtMeanIntensityOn()
Self & SetThresholdAtMeanIntensity(bool ThresholdAtMeanIntensity)
bool m_ThresholdAtMeanIntensity
The Image class for SimpleITK.
Image HistogramMatching(const Image &image, const Image &referenceImage, uint32_t numberOfHistogramLevels=256u, uint32_t numberOfMatchPoints=1u, bool thresholdAtMeanIntensity=true)
Normalize the grayscale values for a source image by matching the shape of the source image histogram...
typelist2::typelist< BasicPixelID< int8_t >, BasicPixelID< uint8_t >, BasicPixelID< int16_t >, BasicPixelID< uint16_t >, BasicPixelID< int32_t >, BasicPixelID< uint32_t >, BasicPixelID< float >, BasicPixelID< double > > BasicPixelIDTypeList
#define SITKBasicFilters_EXPORT