Loading [MathJax]/extensions/tex2jax.js
SimpleITK  2.5.0.dev
sitkGradientMagnitudeRecursiveGaussianImageFilter.h File Reference
#include <memory>
#include "sitkBasicFilters.h"
#include "sitkImageFilter.h"
+ Include dependency graph for sitkGradientMagnitudeRecursiveGaussianImageFilter.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  itk::simple::GradientMagnitudeRecursiveGaussianImageFilter
 Computes the Magnitude of the Gradient of an image by convolution with the first derivative of a Gaussian. More...
 

Namespaces

namespace  itk
 
namespace  itk::simple
 

Functions

Image itk::simple::GradientMagnitudeRecursiveGaussian (const Image &image1, double sigma=1.0, bool normalizeAcrossScale=false)
 Computes the Magnitude of the Gradient of an image by convolution with the first derivative of a Gaussian.
 
Image itk::simple::GradientMagnitudeRecursiveGaussian (Image &&image1, double sigma=1.0, bool normalizeAcrossScale=false)
 Computes the Magnitude of the Gradient of an image by convolution with the first derivative of a Gaussian.