plastimatch
Loading...
Searching...
No Matches
itk_threshold.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_threshold_h_
5#define _itk_threshold_h_
6
7#include "plmutil_config.h"
8#include "float_pair_list.h"
9#include "itk_image_type.h"
10
12UCharImageType::Pointer itk_threshold_above (
13 const FloatImageType::Pointer& image,
14 float threshold);
16UCharImageType::Pointer
18 const FloatImageType::Pointer& image_in,
19 const Float_pair_list& fpl);
21UCharImageType::Pointer
23 const FloatImageType::Pointer& image_in,
24 const std::string& fpl_string);
25
26#endif
std::list< std::pair< float, float > > Float_pair_list
Definition float_pair_list.h:12
UCharImageType::Pointer itk_threshold(const FloatImageType::Pointer &image_in, const Float_pair_list &fpl)
Definition itk_threshold.cxx:35
UCharImageType::Pointer itk_threshold_above(const FloatImageType::Pointer &image, float threshold)
Definition itk_threshold.cxx:14
#define PLMUTIL_API
Definition plmutil_config.h:26