Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Applies a total variation denoising filter to an image. More...
#include <itkTotalVariationDenoisingImageFilter.h>
Public Types | |
typedef TInputImage | InputImageType |
typedef TOutputImage | OutputImageType |
typedef TotalVariationDenoisingImageFilter | Self |
typedef ImageToImageFilter< InputImageType, OutputImageType > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef InputImageType::PixelType | InputPixelType |
typedef OutputImageType::PixelType | OutputPixelType |
typedef InputImageType::RegionType | InputImageRegionType |
typedef OutputImageType::RegionType | OutputImageRegionType |
typedef InputImageType::SizeType | InputSizeType |
typedef TotalVariationSingleIterationImageFilter< TOutputImage, TOutputImage > | SingleIterationFilterType |
typedef itk::CastImageFilter< TInputImage, TOutputImage > | CastType |
Public Member Functions | |
itkStaticConstMacro (InputImageDimension, unsigned int, TInputImage::ImageDimension) | |
itkStaticConstMacro (OutputImageDimension, unsigned int, TOutputImage::ImageDimension) | |
Pointer | Clone () const |
virtual const char * | GetClassName () const |
virtual void | SetLambda (double _arg) |
virtual double | GetLambda () |
virtual void | SetNumberIterations (int _arg) |
virtual int | GetNumberIterations () |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
TotalVariationDenoisingImageFilter () | |
~TotalVariationDenoisingImageFilter () override | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
void | GenerateData () override |
Protected Attributes | |
double | m_Lambda |
int | m_NumberIterations |
Applies a total variation denoising filter to an image.
Reference: Tony F. Chan et al., The digital TV filter and nonlinear denoising
Definition at line 36 of file itkTotalVariationDenoisingImageFilter.h.
typedef itk::CastImageFilter<TInputImage, TOutputImage> itk::TotalVariationDenoisingImageFilter< TInputImage, TOutputImage >::CastType |
Definition at line 71 of file itkTotalVariationDenoisingImageFilter.h.
typedef SmartPointer<const Self> itk::TotalVariationDenoisingImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 51 of file itkTotalVariationDenoisingImageFilter.h.
typedef InputImageType::RegionType itk::TotalVariationDenoisingImageFilter< TInputImage, TOutputImage >::InputImageRegionType |
Definition at line 64 of file itkTotalVariationDenoisingImageFilter.h.
typedef TInputImage itk::TotalVariationDenoisingImageFilter< TInputImage, TOutputImage >::InputImageType |
Convenient typedefs for simplifying declarations.
Definition at line 44 of file itkTotalVariationDenoisingImageFilter.h.
typedef InputImageType::PixelType itk::TotalVariationDenoisingImageFilter< TInputImage, TOutputImage >::InputPixelType |
Image typedef support.
Definition at line 58 of file itkTotalVariationDenoisingImageFilter.h.
typedef InputImageType::SizeType itk::TotalVariationDenoisingImageFilter< TInputImage, TOutputImage >::InputSizeType |
Definition at line 67 of file itkTotalVariationDenoisingImageFilter.h.
typedef OutputImageType::RegionType itk::TotalVariationDenoisingImageFilter< TInputImage, TOutputImage >::OutputImageRegionType |
Definition at line 65 of file itkTotalVariationDenoisingImageFilter.h.
typedef TOutputImage itk::TotalVariationDenoisingImageFilter< TInputImage, TOutputImage >::OutputImageType |
Definition at line 45 of file itkTotalVariationDenoisingImageFilter.h.
typedef OutputImageType::PixelType itk::TotalVariationDenoisingImageFilter< TInputImage, TOutputImage >::OutputPixelType |
Definition at line 62 of file itkTotalVariationDenoisingImageFilter.h.
typedef SmartPointer<Self> itk::TotalVariationDenoisingImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 50 of file itkTotalVariationDenoisingImageFilter.h.
typedef TotalVariationDenoisingImageFilter itk::TotalVariationDenoisingImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 48 of file itkTotalVariationDenoisingImageFilter.h.
typedef TotalVariationSingleIterationImageFilter<TOutputImage, TOutputImage> itk::TotalVariationDenoisingImageFilter< TInputImage, TOutputImage >::SingleIterationFilterType |
Definition at line 69 of file itkTotalVariationDenoisingImageFilter.h.
typedef ImageToImageFilter<InputImageType, OutputImageType> itk::TotalVariationDenoisingImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 49 of file itkTotalVariationDenoisingImageFilter.h.
|
protected |
|
inlineoverrideprotected |
Definition at line 81 of file itkTotalVariationDenoisingImageFilter.h.
Pointer itk::TotalVariationDenoisingImageFilter< TInputImage, TOutputImage >::Clone | ( | ) | const |
|
overrideprotected |
|
virtual |
Run-time type information (and related methods).
|
virtual |
|
virtual |
itk::TotalVariationDenoisingImageFilter< TInputImage, TOutputImage >::itkStaticConstMacro | ( | InputImageDimension | , |
unsigned int | , | ||
TInputImage::ImageDimension | |||
) |
Extract dimension from input and output image.
itk::TotalVariationDenoisingImageFilter< TInputImage, TOutputImage >::itkStaticConstMacro | ( | OutputImageDimension | , |
unsigned int | , | ||
TOutputImage::ImageDimension | |||
) |
|
static |
Method for creation through the object factory.
|
overrideprotected |
|
virtual |
|
virtual |
|
protected |
Definition at line 86 of file itkTotalVariationDenoisingImageFilter.h.
|
protected |
Definition at line 88 of file itkTotalVariationDenoisingImageFilter.h.