![]() |
ITK
5.4.0
Insight Toolkit
|
#include <itkProjectedIterativeDeconvolutionImageFilter.h>
Public Types | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = ProjectedIterativeDeconvolutionImageFilter |
using | Superclass = TSuperclass |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
void | Initialize (ProgressAccumulator *progress, float progressWeight, float iterationProgressWeight) override |
void | Iteration (ProgressAccumulator *progress, float iterationProgressWeight) override |
ProjectedIterativeDeconvolutionImageFilter () | |
~ProjectedIterativeDeconvolutionImageFilter () override | |
Private Types | |
using | ProjectionFilterType = ThresholdImageFilter< InternalImageType > |
Private Attributes | |
ProjectionFilterType::Pointer | m_ProjectionFilter {} |
Mix-in class that adds a projection step after each iteration.
This filter follows the mix-in design pattern. When templated over an IterativeDeconvolutionImageFilter, this class will inherit the members of that filter, and it will override the definition of Iteration() to first call the superclass's Iteration() method followed by projecting all negative voxel values of each intermediate estimate image to 0.
This code was adapted from the Insight Journal contribution:
Definition at line 46 of file itkProjectedIterativeDeconvolutionImageFilter.h.
using itk::ProjectedIterativeDeconvolutionImageFilter< TSuperclass >::ConstPointer = SmartPointer<const Self> |
Definition at line 55 of file itkProjectedIterativeDeconvolutionImageFilter.h.
using itk::ProjectedIterativeDeconvolutionImageFilter< TSuperclass >::Pointer = SmartPointer<Self> |
Definition at line 54 of file itkProjectedIterativeDeconvolutionImageFilter.h.
|
private |
Definition at line 86 of file itkProjectedIterativeDeconvolutionImageFilter.h.
using itk::ProjectedIterativeDeconvolutionImageFilter< TSuperclass >::Self = ProjectedIterativeDeconvolutionImageFilter |
Standard type alias.
Definition at line 52 of file itkProjectedIterativeDeconvolutionImageFilter.h.
using itk::ProjectedIterativeDeconvolutionImageFilter< TSuperclass >::Superclass = TSuperclass |
Definition at line 53 of file itkProjectedIterativeDeconvolutionImageFilter.h.
|
protected |
|
overrideprotected |
|
virtual |
Runtime information support.
Reimplemented in itk::ProjectedLandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >.
|
overrideprotected |
|
overrideprotected |
|
static |
Method for creation through the object factory.
|
private |
Definition at line 88 of file itkProjectedIterativeDeconvolutionImageFilter.h.