18#ifndef sitkLabelContourImageFilter_h
19#define sitkLabelContourImageFilter_h
107 std::string
GetName()
const {
return std::string(
"LabelContourImageFilter"); }
153 Image&& image1,
bool fullyConnected =
false,
double backgroundValue = 0
159 const Image &image1,
bool fullyConnected =
false,
double backgroundValue = 0
The Image class for SimpleITK.
static const detail::MemberFunctionFactory< MemberFunctionType > & GetMemberFunctionFactory()
LabelContourImageFilter()
std::string GetName() const
LabelContourImageFilter Self
IntegerPixelIDTypeList PixelIDTypeList
Image Execute(Image &&image1)
double GetBackgroundValue() const
Image Execute(const Image &image1)
virtual ~LabelContourImageFilter()
Image ExecuteInternal(const Image &image1)
void SetBackgroundValue(double BackgroundValue)
std::string ToString() const
bool GetFullyConnected() const
void SetFullyConnected(bool FullyConnected)
Image(Self::*)(const Image &image1) MemberFunctionType
A class used to instantiate and generate function object to templated member functions.
Image LabelContour(Image &&image1, bool fullyConnected=false, double backgroundValue=0)
Labels the pixels on the border of the objects in a labeled image.
typelist2::typelist< BasicPixelID< int8_t >, BasicPixelID< uint8_t >, BasicPixelID< int16_t >, BasicPixelID< uint16_t >, BasicPixelID< int32_t >, BasicPixelID< uint32_t > > IntegerPixelIDTypeList
#define SITKBasicFilters_EXPORT