|
ANIMA
4.0
|
#include <animaNonLocalMeansTemporalImageFilter.h>
Inheritance diagram for anima::NonLocalMeansTemporalImageFilter< TInputImage >:
Collaboration diagram for anima::NonLocalMeansTemporalImageFilter< TInputImage >:Public Types | |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef InputImageType::IndexType | InputImageIndexType |
| typedef InputImageType::Pointer | InputImagePointer |
| typedef InputImageType::RegionType | InputImageRegionType |
| typedef TInputImage | InputImageType |
| typedef TInputImage::PixelType | InputPixelType |
| typedef OutputImageType::Pointer | OutputImagePointer |
| typedef OutputImageType::RegionType | OutputImageRegionType |
| typedef InputImageType | OutputImageType |
| typedef double | OutputPixelType |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef NonLocalMeansTemporalImageFilter | Self |
| typedef itk::ImageToImageFilter< InputImageType, OutputImageType > | Superclass |
| enum | WEIGHT { EXP, RICIAN } |
Public Member Functions | |
| virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
| virtual const char * | GetNameOfClass () const |
| virtual void | SetBetaParameter (double _arg) |
| virtual void | SetMeanMinThreshold (double _arg) |
| virtual void | SetPatchHalfSize (unsigned int _arg) |
| virtual void | SetSearchNeighborhood (unsigned int _arg) |
| virtual void | SetSearchStepSize (unsigned int _arg) |
| virtual void | SetVarMinThreshold (double _arg) |
| virtual void | SetWeightMethod (WEIGHT _arg) |
| virtual void | SetWeightThreshold (double _arg) |
Static Public Member Functions | |
| static Pointer | New () |
Static Public Attributes | |
| static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
| static const unsigned int | OutputImageDimension = TInputImage::ImageDimension |
Protected Member Functions | |
| void | GenerateData () ITK_OVERRIDE |
| NonLocalMeansTemporalImageFilter () | |
| virtual | ~NonLocalMeansTemporalImageFilter () |
Definition at line 15 of file animaNonLocalMeansTemporalImageFilter.h.
| typedef itk::SmartPointer<const Self> anima::NonLocalMeansTemporalImageFilter< TInputImage >::ConstPointer |
Definition at line 40 of file animaNonLocalMeansTemporalImageFilter.h.
| typedef InputImageType::IndexType anima::NonLocalMeansTemporalImageFilter< TInputImage >::InputImageIndexType |
Definition at line 28 of file animaNonLocalMeansTemporalImageFilter.h.
| typedef InputImageType::Pointer anima::NonLocalMeansTemporalImageFilter< TInputImage >::InputImagePointer |
Definition at line 26 of file animaNonLocalMeansTemporalImageFilter.h.
| typedef InputImageType::RegionType anima::NonLocalMeansTemporalImageFilter< TInputImage >::InputImageRegionType |
Definition at line 27 of file animaNonLocalMeansTemporalImageFilter.h.
| typedef TInputImage anima::NonLocalMeansTemporalImageFilter< TInputImage >::InputImageType |
Convenient typedefs for simplifying declarations.
Definition at line 25 of file animaNonLocalMeansTemporalImageFilter.h.
| typedef TInputImage::PixelType anima::NonLocalMeansTemporalImageFilter< TInputImage >::InputPixelType |
Define pixel types
Definition at line 21 of file animaNonLocalMeansTemporalImageFilter.h.
| typedef OutputImageType::Pointer anima::NonLocalMeansTemporalImageFilter< TInputImage >::OutputImagePointer |
Definition at line 31 of file animaNonLocalMeansTemporalImageFilter.h.
| typedef OutputImageType::RegionType anima::NonLocalMeansTemporalImageFilter< TInputImage >::OutputImageRegionType |
Definition at line 32 of file animaNonLocalMeansTemporalImageFilter.h.
| typedef InputImageType anima::NonLocalMeansTemporalImageFilter< TInputImage >::OutputImageType |
Definition at line 30 of file animaNonLocalMeansTemporalImageFilter.h.
| typedef double anima::NonLocalMeansTemporalImageFilter< TInputImage >::OutputPixelType |
Definition at line 22 of file animaNonLocalMeansTemporalImageFilter.h.
| typedef itk::SmartPointer<Self> anima::NonLocalMeansTemporalImageFilter< TInputImage >::Pointer |
SmartPointer typedef support
Definition at line 39 of file animaNonLocalMeansTemporalImageFilter.h.
| typedef NonLocalMeansTemporalImageFilter anima::NonLocalMeansTemporalImageFilter< TInputImage >::Self |
Standard "Self" & Superclass typedef.
Definition at line 35 of file animaNonLocalMeansTemporalImageFilter.h.
| typedef itk::ImageToImageFilter< InputImageType, OutputImageType> anima::NonLocalMeansTemporalImageFilter< TInputImage >::Superclass |
Definition at line 36 of file animaNonLocalMeansTemporalImageFilter.h.
| enum anima::NonLocalMeansTemporalImageFilter::WEIGHT |
Noise used to determine weightes
| Enumerator | |
|---|---|
| EXP | |
| RICIAN | |
Definition at line 55 of file animaNonLocalMeansTemporalImageFilter.h.
|
inlineprotected |
Definition at line 70 of file animaNonLocalMeansTemporalImageFilter.h.
|
inlineprotectedvirtual |
Definition at line 81 of file animaNonLocalMeansTemporalImageFilter.h.
References anima::NonLocalMeansTemporalImageFilter< TInputImage >::GenerateData().
| virtual::itk::LightObject::Pointer anima::NonLocalMeansTemporalImageFilter< TInputImage >::CreateAnother | ( | void | ) | const |
|
protected |
Definition at line 19 of file animaNonLocalMeansTemporalImageFilter.hxx.
Referenced by anima::NonLocalMeansTemporalImageFilter< TInputImage >::~NonLocalMeansTemporalImageFilter().
|
virtual |
Run-time type information (and related methods).
|
static |
Method for creation through the object factory.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
static |
Extract dimension from input image.
Definition at line 50 of file animaNonLocalMeansTemporalImageFilter.h.
|
static |
Definition at line 52 of file animaNonLocalMeansTemporalImageFilter.h.
1.8.13