18#ifndef sitkGradientRecursiveGaussianImageFilter_h
19#define sitkGradientRecursiveGaussianImageFilter_h
57 using PixelIDTypeList = typelist2::append<BasicPixelIDTypeList, VectorPixelIDTypeList>::type;
124 std::string
GetName()
const {
return std::string(
"GradientRecursiveGaussianImageFilter"); }
166 const Image &image1,
double sigma = 1.0,
bool normalizeAcrossScale =
false,
bool useImageDirection =
false
static const detail::MemberFunctionFactory< MemberFunctionType > & GetMemberFunctionFactory()
bool m_NormalizeAcrossScale
Image Execute(const Image &image1)
GradientRecursiveGaussianImageFilter Self
void SetUseImageDirection(bool UseImageDirection)
void NormalizeAcrossScaleOff()
void SetSigma(double Sigma)
std::string ToString() const
std::string GetName() const
void UseImageDirectionOn()
bool GetUseImageDirection() const
Image(Self::*)(const Image &image1) MemberFunctionType
bool GetNormalizeAcrossScale() const
void SetNormalizeAcrossScale(bool NormalizeAcrossScale)
void NormalizeAcrossScaleOn()
typelist2::append< BasicPixelIDTypeList, VectorPixelIDTypeList >::type PixelIDTypeList
Image ExecuteInternal(const Image &image1)
virtual ~GradientRecursiveGaussianImageFilter()
void UseImageDirectionOff()
GradientRecursiveGaussianImageFilter()
The Image class for SimpleITK.
A class used to instantiate and generate function object to templated member functions.
Image GradientRecursiveGaussian(const Image &image1, double sigma=1.0, bool normalizeAcrossScale=false, bool useImageDirection=false)
Computes the gradient of an image by convolution with the first derivative of a Gaussian.
#define SITKBasicFilters_EXPORT