18#ifndef sitkLabelImageToLabelMapFilter_h
19#define sitkLabelImageToLabelMapFilter_h
74 std::string
GetName()
const {
return std::string (
"LabelImageToLabelMapFilter"); }
94 std::unique_ptr<detail::MemberFunctionFactory<MemberFunctionType> >
m_MemberFactory;
The Image class for SimpleITK.
UnsignedIntegerPixelIDTypeList PixelIDTypeList
LabelImageToLabelMapFilter Self
Image ExecuteInternal(const Image &image1)
Self & SetBackgroundValue(double BackgroundValue)
LabelImageToLabelMapFilter()
virtual ~LabelImageToLabelMapFilter()
Image(Self::*)(const Image &image1) MemberFunctionType
std::unique_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
std::string GetName() const
double GetBackgroundValue() const
std::string ToString() const
Image Execute(const Image &image1)
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