Go to the documentation of this file.
18 #ifndef sitkSobelEdgeDetectionImageFilter_h
19 #define sitkSobelEdgeDetectionImageFilter_h
74 std::string
GetName()
const {
return std::string (
"SobelEdgeDetectionImageFilter"); }
77 std::string ToString()
const;
89 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );
94 nsstd::auto_ptr<detail::MemberFunctionFactory<MemberFunctionType> >
m_MemberFactory;
The main Image class for SimpleITK.
Image SobelEdgeDetection(const Image &image1)
A 2D or 3D edge detection using the Sobel operator.
A 2D or 3D edge detection using the Sobel operator.
typelist::MakeTypeList< BasicPixelID< float >, BasicPixelID< double > >::Type RealPixelIDTypeList
#define SITKBasicFilters_EXPORT
SobelEdgeDetectionImageFilter Self
std::string GetName() const
The base interface for SimpleITK filters that take one input image.
Base class for SimpleITK classes based on ProcessObject.
RealPixelIDTypeList PixelIDTypeList
nsstd::auto_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory