#include <itkAnisotropicDiffusionImageFilter.h>
Inheritance diagram for itk::AnisotropicDiffusionImageFilter< TInputImage, TOutputImage >:
VectorGradientAnisotropicDiffusionImageFilter
Definition at line 72 of file itkAnisotropicDiffusionImageFilter.h.
|
|
Capture information from the superclass. Reimplemented from itk::DenseFiniteDifferenceImageFilter< TInputImage, TOutputImage >. Definition at line 88 of file itkAnisotropicDiffusionImageFilter.h. |
|
Superclass typedefs. Reimplemented from itk::DenseFiniteDifferenceImageFilter< TInputImage, TOutputImage >. Definition at line 89 of file itkAnisotropicDiffusionImageFilter.h. |
|
The pixel type of the output image will be used in computations. Inherited from the superclass. Reimplemented from itk::DenseFiniteDifferenceImageFilter< TInputImage, TOutputImage >. Definition at line 98 of file itkAnisotropicDiffusionImageFilter.h. |
|
|
|
|
The value type of a time step. Inherited from the superclass. Reimplemented from itk::DenseFiniteDifferenceImageFilter< TInputImage, TOutputImage >. Definition at line 99 of file itkAnisotropicDiffusionImageFilter.h. |
|
The container type for the update buffer. Reimplemented from itk::DenseFiniteDifferenceImageFilter< TInputImage, TOutputImage >. Reimplemented in itk::CurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >, itk::GradientAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >, itk::VectorCurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >, and itk::VectorGradientAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >. Definition at line 90 of file itkAnisotropicDiffusionImageFilter.h. |
|
|
|
Definition at line 142 of file itkAnisotropicDiffusionImageFilter.h. References itk::AnisotropicDiffusionImageFilter< TInputImage, TOutputImage >::Self. |
|
Set/Get the conductance parameter governing sensitivity of the conductance equation. |
|
The following parameters are not used at this time. Setting them will have no effect on the output |
|
Set/Get the interval at which a new scaling for the conductance term is calculated. |
|
Supplies a fixed value for the average gradient magnitude of the image to the AnisotropicDiffusionFunction at each iteration. The average gradient magnitude is normally calculated over the entire image before each iteration and is used as a scaling factor in the calculations of change at a pixel. This method is useful in streaming applications to avoid block artifacts by overriding the normal gradient magnitude calculation (i.e. all image chunks are scaled uniformly). |
|
|
Set/Get the time step for each iteration |
|
Prepare for the iteration process. Reimplemented from itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage >. Reimplemented in itk::CurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >, and itk::VectorCurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >. |
|
Dimensionality of input and output data is assumed to be the same. It is inherited from the superclass. Reimplemented from itk::DenseFiniteDifferenceImageFilter< TInputImage, TOutputImage >. Reimplemented in itk::CurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >, itk::GradientAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >, itk::VectorCurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >, and itk::VectorGradientAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >. |
|
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::DenseFiniteDifferenceImageFilter< TInputImage, TOutputImage >. Reimplemented in itk::VectorCurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >. |
|
Set/Get the conductance parameter governing sensitivity of the conductance equation. |
|
The following parameters are not used at this time. Setting them will have no effect on the output |
|
Set/Get the interval at which a new scaling for the conductance term is calculated. |
|
Supplies a fixed value for the average gradient magnitude of the image to the AnisotropicDiffusionFunction at each iteration. The average gradient magnitude is normally calculated over the entire image before each iteration and is used as a scaling factor in the calculations of change at a pixel. This method is useful in streaming applications to avoid block artifacts by overriding the normal gradient magnitude calculation (i.e. all image chunks are scaled uniformly). Definition at line 131 of file itkAnisotropicDiffusionImageFilter.h. |
|
Set/Get the time step for each iteration |
|
Definition at line 152 of file itkAnisotropicDiffusionImageFilter.h. |