18#ifndef sitkLaplacianImageFilter_h
19#define sitkLaplacianImageFilter_h
96 std::string
GetName()
const {
return std::string (
"LaplacianImageFilter"); }
The Image class for SimpleITK.
Self & UseImageSpacingOff()
Self & UseImageSpacingOn()
std::string GetName() const
Image ExecuteInternal(const Image &image1)
bool GetUseImageSpacing() const
RealPixelIDTypeList PixelIDTypeList
std::unique_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
virtual ~LaplacianImageFilter()
Self & SetUseImageSpacing(bool UseImageSpacing)
Image Execute(const Image &image1)
std::string ToString() const
Image(Self::*)(const Image &image1) MemberFunctionType
LaplacianImageFilter Self
Image Laplacian(const Image &image1, bool useImageSpacing=true)
This filter computes the Laplacian of a scalar-valued image.
typelist2::typelist< BasicPixelID< float >, BasicPixelID< double > > RealPixelIDTypeList
#define SITKBasicFilters_EXPORT