Go to the documentation of this file.
18 #ifndef sitkLaplacianRecursiveGaussianImageFilter_h
19 #define sitkLaplacianRecursiveGaussianImageFilter_h
59 SITK_RETURN_SELF_TYPE_HEADER
SetSigma (
double Sigma ) { this->m_Sigma = Sigma;
return *
this; }
64 double GetSigma()
const {
return this->m_Sigma; }\
69 SITK_RETURN_SELF_TYPE_HEADER
SetNormalizeAcrossScale (
bool NormalizeAcrossScale ) { this->m_NormalizeAcrossScale = NormalizeAcrossScale;
return *
this; }
81 std::string
GetName()
const {
return std::string (
"LaplacianRecursiveGaussianImageFilter"); }
84 std::string ToString()
const;
96 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );
108 bool m_NormalizeAcrossScale{
false};
The Image class for SimpleITK.
Self & SetNormalizeAcrossScale(bool NormalizeAcrossScale)
bool GetNormalizeAcrossScale() const
typelist2::typelist< BasicPixelID< int8_t >, BasicPixelID< uint8_t >, BasicPixelID< int16_t >, BasicPixelID< uint16_t >, BasicPixelID< int32_t >, BasicPixelID< uint32_t >, BasicPixelID< float >, BasicPixelID< double > > BasicPixelIDTypeList
std::unique_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
Self & SetSigma(double Sigma)
BasicPixelIDTypeList PixelIDTypeList
#define SITKBasicFilters_EXPORT
Self & NormalizeAcrossScaleOff()
The base interface for SimpleITK filters that take one input image.
Image LaplacianRecursiveGaussian(const Image &image1, double sigma=1.0, bool normalizeAcrossScale=false)
Computes the Laplacian of Gaussian (LoG) of an image.
Self & NormalizeAcrossScaleOn()
std::string GetName() const
Computes the Laplacian of Gaussian (LoG) of an image.
Image(Self::*)(const Image &image1) MemberFunctionType