SimpleITK  1.0.1
Classes | Namespaces | Functions
sitkHistogramMatchingImageFilter.h File Reference
#include <memory>
#include "sitkBasicFilters.h"
#include "sitkImageFilter.h"
+ Include dependency graph for sitkHistogramMatchingImageFilter.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  itk::simple::HistogramMatchingImageFilter
 Normalize the grayscale values between two images by histogram matching. More...
 

Namespaces

 itk
 
 itk::simple
 

Functions

Image itk::simple::HistogramMatching (const Image &image1, const Image &image2, uint32_t numberOfHistogramLevels=256u, uint32_t numberOfMatchPoints=1u, bool thresholdAtMeanIntensity=true)
 Normalize the grayscale values between two images by histogram matching. More...