plastimatch
Loading...
Searching...
No Matches
itk_histogram_matching.h
Go to the documentation of this file.
1/* -----------------------------------------------------------------------
2 See COPYRIGHT.TXT and LICENSE.TXT for copyright and license information
3 ----------------------------------------------------------------------- */
4#ifndef _itk_histogram_matching_h_
5#define _itk_histogram_matching_h_
6
7#include "plmutil_config.h"
8#include <list>
9#include <utility>
10#include "itk_image_type.h"
11
12PLMUTIL_API FloatImageType::Pointer itk_histogram_matching (const FloatImageType::Pointer source_image,
13 const FloatImageType::Pointer reference_image, const bool threshold, const int levels, const int match_points);
14
15#endif
Definition pointset.h:15
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)
Definition itk_histogram_matching.cxx:16
#define PLMUTIL_API
Definition plmutil_config.h:26