18#ifndef sitkBinaryContourImageFilter_h
19#define sitkBinaryContourImageFilter_h
120 std::string
GetName()
const {
return std::string(
"BinaryContourImageFilter"); }
168 Image&& image1,
bool fullyConnected =
false,
double backgroundValue = 0.0,
double foregroundValue = 1.0
174 const Image &image1,
bool fullyConnected =
false,
double backgroundValue = 0.0,
double foregroundValue = 1.0
BinaryContourImageFilter()
double GetForegroundValue() const
IntegerPixelIDTypeList PixelIDTypeList
Image(Self::*)(const Image &image1) MemberFunctionType
BinaryContourImageFilter Self
Image Execute(Image &&image1)
void SetBackgroundValue(double BackgroundValue)
bool GetFullyConnected() const
void SetForegroundValue(double ForegroundValue)
std::string ToString() const
void SetFullyConnected(bool FullyConnected)
static const detail::MemberFunctionFactory< MemberFunctionType > & GetMemberFunctionFactory()
Image ExecuteInternal(const Image &image1)
Image Execute(const Image &image1)
virtual ~BinaryContourImageFilter()
std::string GetName() const
double GetBackgroundValue() const
The Image class for SimpleITK.
A class used to instantiate and generate function object to templated member functions.
Image BinaryContour(Image &&image1, bool fullyConnected=false, double backgroundValue=0.0, double foregroundValue=1.0)
Labels the pixels on the border of the objects in a binary 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