Go to the documentation of this file.
18 #ifndef sitkLaplacianRecursiveGaussianImageFilter_h
19 #define sitkLaplacianRecursiveGaussianImageFilter_h
60 SITK_RETURN_SELF_TYPE_HEADER
SetSigma (
double Sigma ) { this->m_Sigma = Sigma;
return *
this; }
65 double GetSigma()
const {
return this->m_Sigma; }\
70 SITK_RETURN_SELF_TYPE_HEADER
SetNormalizeAcrossScale (
bool NormalizeAcrossScale ) { this->m_NormalizeAcrossScale = NormalizeAcrossScale;
return *
this; }
82 std::string
GetName()
const {
return std::string (
"LaplacianRecursiveGaussianImageFilter"); }
85 std::string ToString()
const;
97 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );
109 bool m_NormalizeAcrossScale{
false};
The Image class for SimpleITK.
Self & SetNormalizeAcrossScale(bool NormalizeAcrossScale)
bool GetNormalizeAcrossScale() const
std::unique_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
Self & SetSigma(double Sigma)
typelist::MakeTypeList< BasicPixelID< int8_t >, BasicPixelID< uint8_t >, BasicPixelID< int16_t >, BasicPixelID< uint16_t >, BasicPixelID< int32_t >, BasicPixelID< uint32_t >, BasicPixelID< float >, BasicPixelID< double > >::Type BasicPixelIDTypeList
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