|
plastimatch
|
#include "plmutil_config.h"#include <limits>#include "itkImageRegionIterator.h"#include "itkHistogramMatchingImageFilter.h"#include "itk_histogram_matching.h"#include "itk_image_clone.h"#include "plm_math.h"#include "print_and_exit.h"#include "pwlut.h"Functions | |
| FloatImageType::Pointer | itk_histogram_matching (const FloatImageType::Pointer source_image, const FloatImageType::Pointer reference_image, const bool threshold, const int levels, const int match_points) |
| FloatImageType::Pointer itk_histogram_matching | ( | const FloatImageType::Pointer | source_image, |
| const FloatImageType::Pointer | reference_image, | ||
| const bool | threshold, | ||
| const int | levels, | ||
| const int | match_points ) |