18 #ifndef sitkSobelEdgeDetectionImageFilter_h
19 #define sitkSobelEdgeDetectionImageFilter_h
68 std::string
GetName()
const {
return std::string (
"SobelEdgeDetectionImageFilter"); }
71 std::string ToString()
const;
82 typedef Image (Self::*MemberFunctionType)(
const Image& image1 );
83 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );
88 nsstd::auto_ptr<detail::MemberFunctionFactory<MemberFunctionType> >
m_MemberFactory;
#define SITKBasicFilters_EXPORT
RealPixelIDTypeList PixelIDTypeList
Image SobelEdgeDetection(const Image &image1)
A 2D or 3D edge detection using the Sobel operator.
typelist::MakeTypeList< BasicPixelID< float >, BasicPixelID< double > >::Type RealPixelIDTypeList
nsstd::auto_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
std::string GetName() const
The Image class for SimpleITK.
A 2D or 3D edge detection using the Sobel operator.
SobelEdgeDetectionImageFilter Self
The base interface for SimpleITK filters that take one input image.