18 #ifndef sitkBinaryThinningImageFilter_h
19 #define sitkBinaryThinningImageFilter_h
70 std::string
GetName()
const {
return std::string (
"BinaryThinningImageFilter"); }
73 std::string ToString()
const;
84 typedef Image (Self::*MemberFunctionType)(
const Image& image1 );
85 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );
90 nsstd::auto_ptr<detail::MemberFunctionFactory<MemberFunctionType> >
m_MemberFactory;
typelist::MakeTypeList< BasicPixelID< int8_t >, BasicPixelID< uint8_t >, BasicPixelID< int16_t >, BasicPixelID< uint16_t >, BasicPixelID< int32_t >, BasicPixelID< uint32_t > >::Type IntegerPixelIDTypeList
#define SITKBasicFilters_EXPORT
This filter computes one-pixel-wide edges of the input image.
Image BinaryThinning(const Image &image1)
This filter computes one-pixel-wide edges of the input image.
nsstd::auto_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
std::string GetName() const
The Image class for SimpleITK.
IntegerPixelIDTypeList PixelIDTypeList
BinaryThinningImageFilter Self
The base interface for SimpleITK filters that take one input image.