18#ifndef sitkZeroCrossingImageFilter_h
19#define sitkZeroCrossingImageFilter_h
100 std::string
GetName()
const {
return std::string (
"ZeroCrossingImageFilter"); }
The Image class for SimpleITK.
Image(Self::*)(const Image &image1) MemberFunctionType
Image ExecuteInternal(const Image &image1)
uint8_t m_ForegroundValue
uint8_t GetBackgroundValue() const
Image Execute(const Image &image1)
Self & SetForegroundValue(uint8_t ForegroundValue)
std::string GetName() const
virtual ~ZeroCrossingImageFilter()
uint8_t GetForegroundValue() const
ZeroCrossingImageFilter Self
Self & SetBackgroundValue(uint8_t BackgroundValue)
std::string ToString() const
ZeroCrossingImageFilter()
std::unique_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
SignedPixelIDTypeList PixelIDTypeList
uint8_t m_BackgroundValue
Image ZeroCrossing(const Image &image1, uint8_t foregroundValue=1u, uint8_t backgroundValue=0u)
This filter finds the closest pixel to the zero-crossings (sign changes) in a signed itk::Image .
typelist2::typelist< BasicPixelID< int8_t >, BasicPixelID< int16_t >, BasicPixelID< int32_t >, BasicPixelID< float >, BasicPixelID< double > > SignedPixelIDTypeList
#define SITKBasicFilters_EXPORT