18#ifndef sitkLabelContourImageFilter_h
19#define sitkLabelContourImageFilter_h
90 std::string
GetName()
const {
return std::string (
"LabelContourImageFilter"); }
The Image class for SimpleITK.
LabelContourImageFilter()
std::string GetName() const
LabelContourImageFilter Self
IntegerPixelIDTypeList PixelIDTypeList
Self & SetFullyConnected(bool FullyConnected)
Image Execute(Image &&image1)
Image(Self::*)(const Image &image1) MemberFunctionType
Self & SetBackgroundValue(double BackgroundValue)
double GetBackgroundValue() const
Image Execute(const Image &image1)
Self & FullyConnectedOff()
virtual ~LabelContourImageFilter()
Image ExecuteInternal(const Image &image1)
std::string ToString() const
Self & FullyConnectedOn()
bool GetFullyConnected() const
std::unique_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
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