18#ifndef sitkLabelImageToLabelMapFilter_h
19#define sitkLabelImageToLabelMapFilter_h
82 std::string
GetName()
const {
return std::string(
"LabelImageToLabelMapFilter"); }
120 const Image &image1,
double backgroundValue = 0
The Image class for SimpleITK.
UnsignedIntegerPixelIDTypeList PixelIDTypeList
LabelImageToLabelMapFilter Self
Image ExecuteInternal(const Image &image1)
Image(Self::*)(const Image &image1) MemberFunctionType
static const detail::MemberFunctionFactory< MemberFunctionType > & GetMemberFunctionFactory()
LabelImageToLabelMapFilter()
virtual ~LabelImageToLabelMapFilter()
void SetBackgroundValue(double BackgroundValue)
std::string GetName() const
double GetBackgroundValue() const
std::string ToString() const
Image Execute(const Image &image1)
A class used to instantiate and generate function object to templated member functions.
typelist2::typelist< BasicPixelID< uint8_t >, BasicPixelID< uint16_t >, BasicPixelID< uint32_t > > UnsignedIntegerPixelIDTypeList
Image LabelImageToLabelMap(const Image &image1, double backgroundValue=0)
convert a labeled image to a label collection image
#define SITKBasicFilters_EXPORT