Go to the documentation of this file.
18 #ifndef sitkLaplacianImageFilter_h
19 #define sitkLaplacianImageFilter_h
84 SITK_RETURN_SELF_TYPE_HEADER
SetUseImageSpacing (
bool UseImageSpacing ) { this->m_UseImageSpacing = UseImageSpacing;
return *
this; }
96 std::string
GetName()
const {
return std::string (
"LaplacianImageFilter"); }
99 std::string ToString()
const;
111 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );
119 bool m_UseImageSpacing{
true};
The Image class for SimpleITK.
RealPixelIDTypeList PixelIDTypeList
typelist2::typelist< BasicPixelID< float >, BasicPixelID< double > > RealPixelIDTypeList
Self & UseImageSpacingOn()
Self & UseImageSpacingOff()
This filter computes the Laplacian of a scalar-valued image.
std::string GetName() const
Image Laplacian(const Image &image1, bool useImageSpacing=true)
This filter computes the Laplacian of a scalar-valued image.
#define SITKBasicFilters_EXPORT
The base interface for SimpleITK filters that take one input image.
Self & SetUseImageSpacing(bool UseImageSpacing)
std::unique_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
bool GetUseImageSpacing() const
Image(Self::*)(const Image &image1) MemberFunctionType