18 #ifndef sitkGradientRecursiveGaussianImageFilter_h
19 #define sitkGradientRecursiveGaussianImageFilter_h
55 using PixelIDTypeList = typelist2::append<BasicPixelIDTypeList, VectorPixelIDTypeList>::type;
61 SITK_RETURN_SELF_TYPE_HEADER
SetSigma (
double Sigma ) { this->m_Sigma = Sigma;
return *
this; }
66 double GetSigma()
const {
return this->m_Sigma; }\
71 SITK_RETURN_SELF_TYPE_HEADER
SetNormalizeAcrossScale (
bool NormalizeAcrossScale ) { this->m_NormalizeAcrossScale = NormalizeAcrossScale;
return *
this; }
85 SITK_RETURN_SELF_TYPE_HEADER
SetUseImageDirection (
bool UseImageDirection ) { this->m_UseImageDirection = UseImageDirection;
return *
this; }
97 std::string
GetName()
const {
return std::string (
"GradientRecursiveGaussianImageFilter"); }
100 std::string ToString()
const;
112 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );
124 bool m_NormalizeAcrossScale{
false};
126 bool m_UseImageDirection{
false};