#include <memory>
#include "sitkBasicFilters.h"
#include "sitkImageFilter.h"
Go to the source code of this file.
|
|
Image | itk::simple::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 to a reference histogram. More...
|
|
|
Image | itk::simple::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 to a reference histogram. More...
|
|