Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Calculates the local variation in each pixel. More...
#include <itkLocalVariationImageFilter.h>
Public Types | |
typedef TInputImage | InputImageType |
typedef TOutputImage | OutputImageType |
typedef LocalVariationImageFilter | 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 |
Public Member Functions | |
itkStaticConstMacro (InputImageDimension, unsigned int, TInputImage::ImageDimension) | |
itkStaticConstMacro (OutputImageDimension, unsigned int, TOutputImage::ImageDimension) | |
Pointer | Clone () const |
virtual const char * | GetClassName () const |
void | GenerateInputRequestedRegion () override |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
LocalVariationImageFilter () | |
~LocalVariationImageFilter () override | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
void | ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId) override |
Calculates the local variation in each pixel.
Reference: Tony F. Chan et al., The digital TV filter and nonlinear denoising
Definition at line 41 of file itkLocalVariationImageFilter.h.
typedef SmartPointer<const Self> itk::LocalVariationImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 56 of file itkLocalVariationImageFilter.h.
typedef InputImageType::RegionType itk::LocalVariationImageFilter< TInputImage, TOutputImage >::InputImageRegionType |
Definition at line 69 of file itkLocalVariationImageFilter.h.
typedef TInputImage itk::LocalVariationImageFilter< TInputImage, TOutputImage >::InputImageType |
Convenient typedefs for simplifying declarations.
Definition at line 49 of file itkLocalVariationImageFilter.h.
typedef InputImageType::PixelType itk::LocalVariationImageFilter< TInputImage, TOutputImage >::InputPixelType |
Image typedef support.
Definition at line 63 of file itkLocalVariationImageFilter.h.
typedef InputImageType::SizeType itk::LocalVariationImageFilter< TInputImage, TOutputImage >::InputSizeType |
Definition at line 72 of file itkLocalVariationImageFilter.h.
typedef OutputImageType::RegionType itk::LocalVariationImageFilter< TInputImage, TOutputImage >::OutputImageRegionType |
Definition at line 70 of file itkLocalVariationImageFilter.h.
typedef TOutputImage itk::LocalVariationImageFilter< TInputImage, TOutputImage >::OutputImageType |
Definition at line 50 of file itkLocalVariationImageFilter.h.
typedef OutputImageType::PixelType itk::LocalVariationImageFilter< TInputImage, TOutputImage >::OutputPixelType |
Definition at line 67 of file itkLocalVariationImageFilter.h.
typedef SmartPointer<Self> itk::LocalVariationImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 55 of file itkLocalVariationImageFilter.h.
typedef LocalVariationImageFilter itk::LocalVariationImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 53 of file itkLocalVariationImageFilter.h.
typedef ImageToImageFilter<InputImageType, OutputImageType> itk::LocalVariationImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 54 of file itkLocalVariationImageFilter.h.
|
protected |
|
inlineoverrideprotected |
Definition at line 84 of file itkLocalVariationImageFilter.h.
Pointer itk::LocalVariationImageFilter< TInputImage, TOutputImage >::Clone | ( | ) | const |
|
override |
MedianImageFilter needs a larger input requested region than the output requested region. As such, MedianImageFilter needs to provide an implementation for GenerateInputRequestedRegion() in order to inform the pipeline execution model.
|
virtual |
Run-time type information (and related methods).
itk::LocalVariationImageFilter< TInputImage, TOutputImage >::itkStaticConstMacro | ( | InputImageDimension | , |
unsigned int | , | ||
TInputImage::ImageDimension | |||
) |
Extract dimension from input and output image.
itk::LocalVariationImageFilter< TInputImage, TOutputImage >::itkStaticConstMacro | ( | OutputImageDimension | , |
unsigned int | , | ||
TOutputImage::ImageDimension | |||
) |
|
static |
Method for creation through the object factory.
|
overrideprotected |
|
overrideprotected |
MedianImageFilter can be implemented as a multithreaded filter. Therefore, this implementation provides a ThreadedGenerateData() routine which is called for each processing thread. The output image data is allocated automatically by the superclass prior to calling ThreadedGenerateData(). ThreadedGenerateData can only write to the portion of the output image specified by the parameter "outputRegionForThread"