18#ifndef sitkLabelMapToBinaryImageFilter_h
19#define sitkLabelMapToBinaryImageFilter_h
84 std::string
GetName()
const {
return std::string (
"LabelMapToBinaryImageFilter"); }
The Image class for SimpleITK.
std::string ToString() const
Image(Self::*)(const Image &image1) MemberFunctionType
LabelMapToBinaryImageFilter Self
virtual ~LabelMapToBinaryImageFilter()
Image ExecuteInternal(const Image &image1)
std::string GetName() const
LabelPixelIDTypeList PixelIDTypeList
LabelMapToBinaryImageFilter()
Image Execute(const Image &image1)
double GetBackgroundValue() const
Self & SetBackgroundValue(double BackgroundValue)
double GetForegroundValue() const
std::unique_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
Self & SetForegroundValue(double ForegroundValue)
typelist2::typelist< LabelPixelID< uint8_t >, LabelPixelID< uint16_t >, LabelPixelID< uint32_t > > LabelPixelIDTypeList
Image LabelMapToBinary(const Image &image1, double backgroundValue=0, double foregroundValue=1.0)
Convert a LabelMap to a binary image.
#define SITKBasicFilters_EXPORT