#include <itkRecursiveSeparableImageFilter.h>
Inheritance diagram for itk::RecursiveSeparableImageFilter< TInputImage, TOutputImage >:
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. |
|
Type of the input image Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 61 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 64 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 87 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 >.
|
|
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.
|
|
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 >.
|
|
RecursiveSeparableImageFilter needs all of the input to produce an output. Therefore, RecursiveSeparableImageFilter needs to provide an implementation for GenerateInputRequestedRegion in order to inform the pipeline execution model. Reimplemented from itk::ImageToImageFilter< TInputImage, 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 136 of file itkRecursiveSeparableImageFilter.h. |
|
Definition at line 137 of file itkRecursiveSeparableImageFilter.h. |
|
Definition at line 138 of file itkRecursiveSeparableImageFilter.h. |
|
Definition at line 139 of file itkRecursiveSeparableImageFilter.h. |
|
Definition at line 170 of file itkRecursiveSeparableImageFilter.h. |
|
Definition at line 171 of file itkRecursiveSeparableImageFilter.h. |
|
Definition at line 172 of file itkRecursiveSeparableImageFilter.h. |
|
Definition at line 173 of file itkRecursiveSeparableImageFilter.h. |
|
Recursive coefficients to be used at the boundaries to prevent border effects Definition at line 165 of file itkRecursiveSeparableImageFilter.h. |
|
Definition at line 166 of file itkRecursiveSeparableImageFilter.h. |
|
Definition at line 167 of file itkRecursiveSeparableImageFilter.h. |
|
Definition at line 168 of file itkRecursiveSeparableImageFilter.h. |
|
Definition at line 140 of file itkRecursiveSeparableImageFilter.h. |
|
Definition at line 141 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 153 of file itkRecursiveSeparableImageFilter.h. |
|
Definition at line 154 of file itkRecursiveSeparableImageFilter.h. |
|
Definition at line 155 of file itkRecursiveSeparableImageFilter.h. |
|
Definition at line 156 of file itkRecursiveSeparableImageFilter.h. |
|
Normalization factor. Definition at line 130 of file itkRecursiveSeparableImageFilter.h. |
|
Anti-Causal coefficients (symmetric case). that multiply the input data Definition at line 159 of file itkRecursiveSeparableImageFilter.h. |
|
Definition at line 160 of file itkRecursiveSeparableImageFilter.h. |
|
Definition at line 161 of file itkRecursiveSeparableImageFilter.h. |
|
Definition at line 162 of file itkRecursiveSeparableImageFilter.h. |
|
Causal coefficients 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. |
|
Spacing along the direction of filtering. Definition at line 133 of file itkRecursiveSeparableImageFilter.h. |
|
Definition at line 142 of file itkRecursiveSeparableImageFilter.h. |
|
Definition at line 143 of file itkRecursiveSeparableImageFilter.h. |