Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
Applies a total variation denoising filter to an image. More...
#include <itkRegularizedIVIMReconstructionSingleIteration.h>
Public Types | |
typedef itk::Image< itk::Vector< TInputPixel, 3 >, 3 > | InputImageType |
typedef itk::Image< itk::Vector< TOutputPixel, 3 >, 3 > | OutputImageType |
typedef itk::VectorImage< TRefPixelType, 3 > | RefImageType |
typedef itk::Image< float, InputImageDimension > | LocalVariationImageType |
typedef RegularizedIVIMReconstructionSingleIteration | 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, InputImageType::ImageDimension) | |
itkStaticConstMacro (OutputImageDimension, unsigned int, OutputImageType::ImageDimension) | |
Pointer | Clone () const |
virtual const char * | GetClassName () const |
virtual void | GenerateInputRequestedRegion () throw (InvalidRequestedRegionError) |
virtual void | SetLambda (double _arg) |
virtual double | GetLambda () |
void | SetBValues (vnl_vector< double > bvals) |
vnl_vector< double > | GetBValues () |
void | SetOriginalImage (RefImageType *in) |
RefImageType::Pointer | GetOriginialImage () |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
RegularizedIVIMReconstructionSingleIteration () | |
virtual | ~RegularizedIVIMReconstructionSingleIteration () |
void | PrintSelf (std::ostream &os, Indent indent) const |
void | ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId) |
void | BeforeThreadedGenerateData () |
Protected Attributes | |
LocalVariationImageType::Pointer | m_LocalVariation |
RefImageType::Pointer | m_OriginalImage |
double | m_Lambda |
vnl_vector< double > | m_BValues |
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 39 of file itkRegularizedIVIMReconstructionSingleIteration.h.
typedef SmartPointer<const Self> itk::RegularizedIVIMReconstructionSingleIteration< TInputPixel, TOutputPixel, TRefPixelType >::ConstPointer |
Definition at line 60 of file itkRegularizedIVIMReconstructionSingleIteration.h.
typedef InputImageType::RegionType itk::RegularizedIVIMReconstructionSingleIteration< TInputPixel, TOutputPixel, TRefPixelType >::InputImageRegionType |
Definition at line 73 of file itkRegularizedIVIMReconstructionSingleIteration.h.
typedef itk::Image<itk::Vector<TInputPixel,3>, 3> itk::RegularizedIVIMReconstructionSingleIteration< TInputPixel, TOutputPixel, TRefPixelType >::InputImageType |
Convenient typedefs for simplifying declarations.
Definition at line 44 of file itkRegularizedIVIMReconstructionSingleIteration.h.
typedef InputImageType::PixelType itk::RegularizedIVIMReconstructionSingleIteration< TInputPixel, TOutputPixel, TRefPixelType >::InputPixelType |
Image typedef support.
Definition at line 67 of file itkRegularizedIVIMReconstructionSingleIteration.h.
typedef InputImageType::SizeType itk::RegularizedIVIMReconstructionSingleIteration< TInputPixel, TOutputPixel, TRefPixelType >::InputSizeType |
Definition at line 76 of file itkRegularizedIVIMReconstructionSingleIteration.h.
typedef itk::Image<float,InputImageDimension> itk::RegularizedIVIMReconstructionSingleIteration< TInputPixel, TOutputPixel, TRefPixelType >::LocalVariationImageType |
Definition at line 54 of file itkRegularizedIVIMReconstructionSingleIteration.h.
typedef OutputImageType::RegionType itk::RegularizedIVIMReconstructionSingleIteration< TInputPixel, TOutputPixel, TRefPixelType >::OutputImageRegionType |
Definition at line 74 of file itkRegularizedIVIMReconstructionSingleIteration.h.
typedef itk::Image<itk::Vector<TOutputPixel,3>, 3> itk::RegularizedIVIMReconstructionSingleIteration< TInputPixel, TOutputPixel, TRefPixelType >::OutputImageType |
Definition at line 45 of file itkRegularizedIVIMReconstructionSingleIteration.h.
typedef OutputImageType::PixelType itk::RegularizedIVIMReconstructionSingleIteration< TInputPixel, TOutputPixel, TRefPixelType >::OutputPixelType |
Definition at line 71 of file itkRegularizedIVIMReconstructionSingleIteration.h.
typedef SmartPointer<Self> itk::RegularizedIVIMReconstructionSingleIteration< TInputPixel, TOutputPixel, TRefPixelType >::Pointer |
Definition at line 59 of file itkRegularizedIVIMReconstructionSingleIteration.h.
typedef itk::VectorImage<TRefPixelType,3> itk::RegularizedIVIMReconstructionSingleIteration< TInputPixel, TOutputPixel, TRefPixelType >::RefImageType |
Definition at line 46 of file itkRegularizedIVIMReconstructionSingleIteration.h.
typedef RegularizedIVIMReconstructionSingleIteration itk::RegularizedIVIMReconstructionSingleIteration< TInputPixel, TOutputPixel, TRefPixelType >::Self |
Standard class typedefs.
Definition at line 57 of file itkRegularizedIVIMReconstructionSingleIteration.h.
typedef ImageToImageFilter< InputImageType, OutputImageType> itk::RegularizedIVIMReconstructionSingleIteration< TInputPixel, TOutputPixel, TRefPixelType >::Superclass |
Definition at line 58 of file itkRegularizedIVIMReconstructionSingleIteration.h.
|
protected |
|
inlineprotectedvirtual |
Definition at line 102 of file itkRegularizedIVIMReconstructionSingleIteration.h.
|
protected |
Pointer itk::RegularizedIVIMReconstructionSingleIteration< TInputPixel, TOutputPixel, TRefPixelType >::Clone | ( | ) | const |
|
virtual |
A larger input requested region than the output requested region is required. Therefore, an implementation for GenerateInputRequestedRegion() is provided.
|
inline |
Definition at line 92 of file itkRegularizedIVIMReconstructionSingleIteration.h.
References itk::RegularizedIVIMReconstructionSingleIteration< TInputPixel, TOutputPixel, TRefPixelType >::m_BValues.
|
virtual |
Run-time type information (and related methods).
|
virtual |
|
inline |
Definition at line 97 of file itkRegularizedIVIMReconstructionSingleIteration.h.
itk::RegularizedIVIMReconstructionSingleIteration< TInputPixel, TOutputPixel, TRefPixelType >::itkStaticConstMacro | ( | InputImageDimension | , |
unsigned | int, | ||
InputImageType::ImageDimension | |||
) |
Extract dimension from input and output image.
itk::RegularizedIVIMReconstructionSingleIteration< TInputPixel, TOutputPixel, TRefPixelType >::itkStaticConstMacro | ( | OutputImageDimension | , |
unsigned | int, | ||
OutputImageType::ImageDimension | |||
) |
|
static |
Method for creation through the object factory.
|
protected |
|
inline |
Definition at line 90 of file itkRegularizedIVIMReconstructionSingleIteration.h.
References itk::RegularizedIVIMReconstructionSingleIteration< TInputPixel, TOutputPixel, TRefPixelType >::m_BValues.
|
virtual |
|
inline |
Definition at line 95 of file itkRegularizedIVIMReconstructionSingleIteration.h.
References Json::in(), and itk::RegularizedIVIMReconstructionSingleIteration< TInputPixel, TOutputPixel, TRefPixelType >::m_OriginalImage.
|
protected |
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"
|
protected |
Definition at line 126 of file itkRegularizedIVIMReconstructionSingleIteration.h.
Referenced by itk::RegularizedIVIMReconstructionSingleIteration< TInputPixel, TOutputPixel, TRefPixelType >::GetBValues(), and itk::RegularizedIVIMReconstructionSingleIteration< TInputPixel, TOutputPixel, TRefPixelType >::SetBValues().
|
protected |
Definition at line 124 of file itkRegularizedIVIMReconstructionSingleIteration.h.
|
protected |
Definition at line 120 of file itkRegularizedIVIMReconstructionSingleIteration.h.
|
protected |
Definition at line 122 of file itkRegularizedIVIMReconstructionSingleIteration.h.
Referenced by itk::RegularizedIVIMReconstructionSingleIteration< TInputPixel, TOutputPixel, TRefPixelType >::GetOriginialImage(), and itk::RegularizedIVIMReconstructionSingleIteration< TInputPixel, TOutputPixel, TRefPixelType >::SetOriginalImage().