#include <itkGradientRecursiveGaussianImageFilter.h>
Inheritance diagram for itk::GradientRecursiveGaussianImageFilter< TInputImage, TOutputImage >:
This filter is implemented using the recursive gaussian filters
Definition at line 50 of file itkGradientRecursiveGaussianImageFilter.h.
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 58 of file itkGradientRecursiveGaussianImageFilter.h. |
|
Pointer to a derivative filter. Definition at line 107 of file itkGradientRecursiveGaussianImageFilter.h. Referenced by itk::GradientRecursiveGaussianImageFilter< TInputImage, TOutputImage >::~GradientRecursiveGaussianImageFilter(). |
|
Derivative filter type, it will be the first in the pipeline Definition at line 100 of file itkGradientRecursiveGaussianImageFilter.h. |
|
Pointer to a gaussian filter. Definition at line 104 of file itkGradientRecursiveGaussianImageFilter.h. Referenced by itk::GradientRecursiveGaussianImageFilter< TInputImage, TOutputImage >::~GradientRecursiveGaussianImageFilter(). |
|
Smoothing filter type Definition at line 94 of file itkGradientRecursiveGaussianImageFilter.h. |
|
Pixel Type of the input image Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 62 of file itkGradientRecursiveGaussianImageFilter.h. |
|
Define the image type for internal computations RealType is usually 'double' in NumericTraits. Here we prefer float in order to save memory. Definition at line 75 of file itkGradientRecursiveGaussianImageFilter.h. |
|
Definition at line 116 of file itkGradientRecursiveGaussianImageFilter.h. |
|
Definition at line 88 of file itkGradientRecursiveGaussianImageFilter.h. Referenced by itk::GradientRecursiveGaussianImageFilter< TInputImage, TOutputImage >::~GradientRecursiveGaussianImageFilter(). |
|
Output Image Nth Element Adaptor This adaptor allows to use conventional scalar smoothing filters to compute each one of the components of the gradient image pixels. Definition at line 87 of file itkGradientRecursiveGaussianImageFilter.h. |
|
Pointer to the Output Image Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 110 of file itkGradientRecursiveGaussianImageFilter.h. |
|
Type of the output Image Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 114 of file itkGradientRecursiveGaussianImageFilter.h. |
|
Definition at line 115 of file itkGradientRecursiveGaussianImageFilter.h. |
|
Definition at line 63 of file itkGradientRecursiveGaussianImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 57 of file itkGradientRecursiveGaussianImageFilter.h. |
|
Definition at line 77 of file itkGradientRecursiveGaussianImageFilter.h. |
|
Definition at line 64 of file itkGradientRecursiveGaussianImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 55 of file itkGradientRecursiveGaussianImageFilter.h. Referenced by itk::GradientRecursiveGaussianImageFilter< TInputImage, TOutputImage >::~GradientRecursiveGaussianImageFilter(). |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 56 of file itkGradientRecursiveGaussianImageFilter.h. |
|
|
|
|
Give the process object a chance to indictate that it will produce more output than it was requested to produce. For example, many imaging filters must compute the entire output at once or can only produce output in complete slices. Such filters cannot handle smaller requested regions. These filters must provide an implementation of this method, setting the output requested region to the size they will produce. By default, a process object does not modify the size of the output requested region. Reimplemented from itk::ProcessObject. |
|
Generate Data Reimplemented from itk::ImageSource< TOutputImage >. |
|
GradientRecursiveGaussianImageFilter needs all of the input to produce an output. Therefore, GradientRecursiveGaussianImageFilter needs to provide an implementation for GenerateInputRequestedRegion in order to inform the pipeline execution model. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. |
|
Define which normalization factor will be used for the Gaussian |
|
Image dimension. |
|
Method for creation through the object factory. Reimplemented from itk::Object. |
|
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. |
|
Define which normalization factor will be used for the Gaussian |
|
Set Sigma value. Sigma is measured in the units of image spacing. |