#include <itkHessianRecursiveGaussianImageFilter.h>
Inheritance diagram for itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >:
This filter is implemented using the recursive gaussian filters
Definition at line 51 of file itkHessianRecursiveGaussianImageFilter.h.
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 59 of file itkHessianRecursiveGaussianImageFilter.h. |
|
Pointer to a derivative filter. Definition at line 117 of file itkHessianRecursiveGaussianImageFilter.h. Referenced by itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::~HessianRecursiveGaussianImageFilter(). |
|
Derivative filter type, it will be the first in the pipeline Definition at line 105 of file itkHessianRecursiveGaussianImageFilter.h. |
|
Definition at line 118 of file itkHessianRecursiveGaussianImageFilter.h. Referenced by itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::~HessianRecursiveGaussianImageFilter(). |
|
Definition at line 110 of file itkHessianRecursiveGaussianImageFilter.h. |
|
Pointer to a gaussian filter. Definition at line 113 of file itkHessianRecursiveGaussianImageFilter.h. |
|
Definition at line 114 of file itkHessianRecursiveGaussianImageFilter.h. Referenced by itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::~HessianRecursiveGaussianImageFilter(). |
|
Smoothing filter type Definition at line 99 of file itkHessianRecursiveGaussianImageFilter.h. |
|
Pixel Type of the input image Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 63 of file itkHessianRecursiveGaussianImageFilter.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 80 of file itkHessianRecursiveGaussianImageFilter.h. |
|
Definition at line 127 of file itkHessianRecursiveGaussianImageFilter.h. |
|
Definition at line 93 of file itkHessianRecursiveGaussianImageFilter.h. Referenced by itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::~HessianRecursiveGaussianImageFilter(). |
|
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 92 of file itkHessianRecursiveGaussianImageFilter.h. |
|
Pointer to the Output Image Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 121 of file itkHessianRecursiveGaussianImageFilter.h. |
|
Type of the output Image Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 125 of file itkHessianRecursiveGaussianImageFilter.h. |
|
Definition at line 126 of file itkHessianRecursiveGaussianImageFilter.h. |
|
Definition at line 64 of file itkHessianRecursiveGaussianImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 58 of file itkHessianRecursiveGaussianImageFilter.h. |
|
Definition at line 82 of file itkHessianRecursiveGaussianImageFilter.h. |
|
Definition at line 65 of file itkHessianRecursiveGaussianImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 56 of file itkHessianRecursiveGaussianImageFilter.h. Referenced by itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::~HessianRecursiveGaussianImageFilter(). |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 57 of file itkHessianRecursiveGaussianImageFilter.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 >. |
|
HessianRecursiveGaussianImageFilter needs all of the input to produce an output. Therefore, HessianRecursiveGaussianImageFilter 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 |
|
Number of smoothing filters. |
|
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. |