plastimatch
Loading...
Searching...
No Matches
itk_adjust.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_adjust_h_
5#define _itk_adjust_h_
6
7#include "plmutil_config.h"
8#include <list>
9#include <utility>
10#include "itk_image_type.h"
11#include "float_pair_list.h"
12
13PLMUTIL_API FloatImageType::Pointer itk_adjust (FloatImageType::Pointer image, const Float_pair_list& al);
14PLMUTIL_API FloatImageType::Pointer itk_adjust (FloatImageType::Pointer image, const std::string& adj_string);
15PLMUTIL_API FloatImageType::Pointer itk_auto_adjust (FloatImageType::Pointer image);
16
17#endif
Definition pointset.h:15
std::list< std::pair< float, float > > Float_pair_list
Definition float_pair_list.h:12
FloatImageType::Pointer itk_auto_adjust(FloatImageType::Pointer image)
Definition itk_adjust.cxx:47
FloatImageType::Pointer itk_adjust(FloatImageType::Pointer image, const Float_pair_list &al)
Definition itk_adjust.cxx:16
#define PLMUTIL_API
Definition plmutil_config.h:26