#include <itkRecursiveSeparableImageFilter.h>
Inheritance diagram for itk::RecursiveSeparableImageFilter:
RecursiveSeparableImageFilter is the base class for recursive filters that are applied in each dimension separatedly.
This class implements the recursive filtering method proposed by R.Deriche in IEEE-PAMI Vol.12, No.1, January 1990, pp 78-87.
Definition at line 39 of file itkRecursiveSeparableImageFilter.h.
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Reimplemented in itk::RecursiveGaussianImageFilter< TInputImage, TOutputImage >. Definition at line 47 of file itkRecursiveSeparableImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 54 of file itkRecursiveSeparableImageFilter.h. |
|
Smart pointer typedef support. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 53 of file itkRecursiveSeparableImageFilter.h. |
|
Real type to be used in internal computations Definition at line 57 of file itkRecursiveSeparableImageFilter.h. |
|
Type of the output image Reimplemented from itk::ImageSource< TOutputImage >. Reimplemented in itk::RecursiveGaussianImageFilter< TInputImage, TOutputImage >. Definition at line 61 of file itkRecursiveSeparableImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Reimplemented in itk::RecursiveGaussianImageFilter< TInputImage, TOutputImage >. Definition at line 46 of file itkRecursiveSeparableImageFilter.h. |
|
Reimplemented in itk::RecursiveGaussianImageFilter< TInputImage, TOutputImage >. Definition at line 58 of file itkRecursiveSeparableImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Reimplemented in itk::RecursiveGaussianImageFilter< TInputImage, TOutputImage >. Definition at line 44 of file itkRecursiveSeparableImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Reimplemented in itk::RecursiveGaussianImageFilter< TInputImage, TOutputImage >. Definition at line 45 of file itkRecursiveSeparableImageFilter.h. |
|
|
|
Definition at line 77 of file itkRecursiveSeparableImageFilter.h. |
|
Apply the recursive filter along one of the dimensions of the image. This allow to filter each one of the dimensions of an image separately. Sigma is given in length units so the spacing between pixels is taken into account. This is relevant for anisotropic images. |
|
Compute Recursive Filter Coefficients this method prepares the values of the coefficients used for filtering the image. The symmetric flag is used to enforce that the filter will be symmetric or antisymmetric. For example, the Gaussian kernel is symmetric, while its first derivative is antisymmetric. Implemented in itk::RecursiveGaussianImageFilter< TInputImage, TOutputImage >. |
|
Apply the Recursive Filter in an array of data. this method is called for each line of the volume from ApplyRecursiveFilter.
|
|
GenerateData (apply) the filter. Reimplemented from itk::ImageSource< TOutputImage >. |
|
Type macro that defines a name for this class. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Reimplemented in itk::RecursiveGaussianImageFilter< TInputImage, TOutputImage >. |
|
Get the direction in which the filter is to be applied. |
|
Get Input Image. |
|
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 >. Reimplemented in itk::RecursiveGaussianImageFilter< TInputImage, TOutputImage >. |
|
Set the direction in which the filter is to be applied. |
|
Set Input Image. |
|
Set up the coefficients of the filter to approximate a specific kernel. typically it can be used to approximate a gaussian or one of its derivatives. Implemented in itk::RecursiveGaussianImageFilter< TInputImage, TOutputImage >. |
|
Parameter of exponential series. Definition at line 123 of file itkRecursiveSeparableImageFilter.h. |
|
Definition at line 124 of file itkRecursiveSeparableImageFilter.h. |
|
Definition at line 125 of file itkRecursiveSeparableImageFilter.h. |
|
Definition at line 126 of file itkRecursiveSeparableImageFilter.h. |
|
Definition at line 157 of file itkRecursiveSeparableImageFilter.h. |
|
Definition at line 158 of file itkRecursiveSeparableImageFilter.h. |
|
Definition at line 159 of file itkRecursiveSeparableImageFilter.h. |
|
Definition at line 160 of file itkRecursiveSeparableImageFilter.h. |
|
Recursive coefficients to be used at the boundaries to prevent border effects Definition at line 152 of file itkRecursiveSeparableImageFilter.h. |
|
Definition at line 153 of file itkRecursiveSeparableImageFilter.h. |
|
Definition at line 154 of file itkRecursiveSeparableImageFilter.h. |
|
Definition at line 155 of file itkRecursiveSeparableImageFilter.h. |
|
Definition at line 127 of file itkRecursiveSeparableImageFilter.h. |
|
Definition at line 128 of file itkRecursiveSeparableImageFilter.h. |
|
Recursive coefficients that multiply previously computed values at the output. In this case the Causal coefficients == Anticausal coefficients. Definition at line 140 of file itkRecursiveSeparableImageFilter.h. |
|
Definition at line 141 of file itkRecursiveSeparableImageFilter.h. |
|
Definition at line 142 of file itkRecursiveSeparableImageFilter.h. |
|
Definition at line 143 of file itkRecursiveSeparableImageFilter.h. |
|
Normalization factor. Definition at line 117 of file itkRecursiveSeparableImageFilter.h. |
|
Anti-Causal coefficients (symmetric case). that multiply the input data Definition at line 146 of file itkRecursiveSeparableImageFilter.h. |
|
Definition at line 147 of file itkRecursiveSeparableImageFilter.h. |
|
Definition at line 148 of file itkRecursiveSeparableImageFilter.h. |
|
Definition at line 149 of file itkRecursiveSeparableImageFilter.h. |
|
Causal coefficients that multiply the input data. Definition at line 133 of file itkRecursiveSeparableImageFilter.h. |
|
Definition at line 134 of file itkRecursiveSeparableImageFilter.h. |
|
Definition at line 135 of file itkRecursiveSeparableImageFilter.h. |
|
Definition at line 136 of file itkRecursiveSeparableImageFilter.h. |
|
Spacing along the direction of filtering. Definition at line 120 of file itkRecursiveSeparableImageFilter.h. |
|
Definition at line 129 of file itkRecursiveSeparableImageFilter.h. |
|
Definition at line 130 of file itkRecursiveSeparableImageFilter.h. |