18#ifndef sitkSobelEdgeDetectionImageFilter_h
19#define sitkSobelEdgeDetectionImageFilter_h
93 std::string
GetName()
const {
return std::string(
"SobelEdgeDetectionImageFilter"); }
132 const Image &image1,
bool useLegacyOperatorCoefficients =
false
The Image class for SimpleITK.
SobelEdgeDetectionImageFilter()
void SetUseLegacyOperatorCoefficients(bool UseLegacyOperatorCoefficients)
Image(Self::*)(const Image &image1) MemberFunctionType
SobelEdgeDetectionImageFilter Self
bool m_UseLegacyOperatorCoefficients
virtual ~SobelEdgeDetectionImageFilter()
void UseLegacyOperatorCoefficientsOn()
RealPixelIDTypeList PixelIDTypeList
std::string GetName() const
std::string ToString() const
void UseLegacyOperatorCoefficientsOff()
static const detail::MemberFunctionFactory< MemberFunctionType > & GetMemberFunctionFactory()
Image Execute(const Image &image1)
bool GetUseLegacyOperatorCoefficients() const
Image ExecuteInternal(const Image &image1)
A class used to instantiate and generate function object to templated member functions.
Image SobelEdgeDetection(const Image &image1, bool useLegacyOperatorCoefficients=false)
A 2D or 3D edge detection using the Sobel operator.
typelist2::typelist< BasicPixelID< float >, BasicPixelID< double > > RealPixelIDTypeList
#define SITKBasicFilters_EXPORT