|
GOFIGURE2
0.9.0
|
Denoise images - remove median noise and perform morphological reconstruction. Makes it easier to segment and prevents formation of holes in the segmentation. More...
#include <Code/Filters/itkPreprocessImageFilter.h>
Public Types | |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef GrayscaleFillholeImageFilter < ImageType, ImageType > | GrayscaleFillholeFilterType |
| typedef GrayscaleFillholeFilterType::Pointer | GrayscaleFillholePointer |
| typedef ImageType::ConstPointer | ImageConstPointer |
| typedef ImageType::IndexType | ImageIndexType |
| typedef ImageType::PixelType | ImagePixelType |
| typedef ImageType::Pointer | ImagePointer |
| typedef ImageType::PointType | ImagePointType |
| typedef ImageType::RegionType | ImageRegionType |
| typedef ImageType::SizeType | ImageSizeType |
| typedef ImageSizeType::SizeValueType | ImageSizeValueType |
| typedef ImageType::SpacingType | ImageSpacingType |
| typedef Image< float, ImageDimension > | ImageType |
| typedef InputCastType::Pointer | InputCastPointer |
| typedef CastImageFilter < TInputImage, ImageType > | InputCastType |
| typedef MedianFilterType::Pointer | MedianFilterPointer |
| typedef MedianImageFilter < ImageType, ImageType > | MedianFilterType |
| typedef OutputCastType::Pointer | OutputCastPointer |
| typedef CastImageFilter < ImageType, TOutputImage > | OutputCastType |
| typedef SmartPointer< Self > | Pointer |
| typedef PreprocessImageFilter | Self |
| typedef SmoothingFilterType::Pointer | SmoothingFilterPointer |
| typedef RecursiveGaussianImageFilter < ImageType, ImageType > | SmoothingFilterType |
| typedef ImageToImageFilter < TInputImage, TOutputImage > | Superclass |
Public Member Functions | |
| itkGetConstMacro (LargestCellRadius, double) | |
| itkNewMacro (Self) | |
| itkSetMacro (LargestCellRadius, double) | |
| itkStaticConstMacro (ImageDimension, unsigned int, TInputImage::ImageDimension) | |
| itkTypeMacro (PreprocessImageFilter, ImageToImageFilter) | |
| void | PrintSelf (std::ostream &os, Indent indent) const |
Protected Member Functions | |
| void | GenerateData () |
| PreprocessImageFilter () | |
| ~PreprocessImageFilter () | |
Protected Attributes | |
| double | m_LargestCellRadius |
Private Member Functions | |
| void | operator= (const Self &) |
| PreprocessImageFilter (Self &) | |
Denoise images - remove median noise and perform morphological reconstruction. Makes it easier to segment and prevents formation of holes in the segmentation.
Definition at line 59 of file itkPreprocessImageFilter.h.
| typedef SmartPointer< const Self > itk::PreprocessImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 67 of file itkPreprocessImageFilter.h.
| typedef GrayscaleFillholeImageFilter< ImageType, ImageType > itk::PreprocessImageFilter< TInputImage, TOutputImage >::GrayscaleFillholeFilterType |
Definition at line 101 of file itkPreprocessImageFilter.h.
| typedef GrayscaleFillholeFilterType::Pointer itk::PreprocessImageFilter< TInputImage, TOutputImage >::GrayscaleFillholePointer |
Definition at line 102 of file itkPreprocessImageFilter.h.
| typedef ImageType::ConstPointer itk::PreprocessImageFilter< TInputImage, TOutputImage >::ImageConstPointer |
Definition at line 83 of file itkPreprocessImageFilter.h.
| typedef ImageType::IndexType itk::PreprocessImageFilter< TInputImage, TOutputImage >::ImageIndexType |
Definition at line 90 of file itkPreprocessImageFilter.h.
| typedef ImageType::PixelType itk::PreprocessImageFilter< TInputImage, TOutputImage >::ImagePixelType |
Definition at line 84 of file itkPreprocessImageFilter.h.
| typedef ImageType::Pointer itk::PreprocessImageFilter< TInputImage, TOutputImage >::ImagePointer |
Definition at line 82 of file itkPreprocessImageFilter.h.
| typedef ImageType::PointType itk::PreprocessImageFilter< TInputImage, TOutputImage >::ImagePointType |
Definition at line 91 of file itkPreprocessImageFilter.h.
| typedef ImageType::RegionType itk::PreprocessImageFilter< TInputImage, TOutputImage >::ImageRegionType |
Definition at line 85 of file itkPreprocessImageFilter.h.
| typedef ImageType::SizeType itk::PreprocessImageFilter< TInputImage, TOutputImage >::ImageSizeType |
Definition at line 86 of file itkPreprocessImageFilter.h.
| typedef ImageSizeType::SizeValueType itk::PreprocessImageFilter< TInputImage, TOutputImage >::ImageSizeValueType |
Definition at line 87 of file itkPreprocessImageFilter.h.
| typedef ImageType::SpacingType itk::PreprocessImageFilter< TInputImage, TOutputImage >::ImageSpacingType |
Definition at line 89 of file itkPreprocessImageFilter.h.
| typedef Image< float, ImageDimension > itk::PreprocessImageFilter< TInputImage, TOutputImage >::ImageType |
Definition at line 81 of file itkPreprocessImageFilter.h.
| typedef InputCastType::Pointer itk::PreprocessImageFilter< TInputImage, TOutputImage >::InputCastPointer |
Definition at line 94 of file itkPreprocessImageFilter.h.
| typedef CastImageFilter< TInputImage, ImageType > itk::PreprocessImageFilter< TInputImage, TOutputImage >::InputCastType |
Definition at line 93 of file itkPreprocessImageFilter.h.
| typedef MedianFilterType::Pointer itk::PreprocessImageFilter< TInputImage, TOutputImage >::MedianFilterPointer |
Definition at line 97 of file itkPreprocessImageFilter.h.
| typedef MedianImageFilter< ImageType, ImageType > itk::PreprocessImageFilter< TInputImage, TOutputImage >::MedianFilterType |
Definition at line 96 of file itkPreprocessImageFilter.h.
| typedef OutputCastType::Pointer itk::PreprocessImageFilter< TInputImage, TOutputImage >::OutputCastPointer |
Definition at line 104 of file itkPreprocessImageFilter.h.
| typedef CastImageFilter< ImageType, TOutputImage > itk::PreprocessImageFilter< TInputImage, TOutputImage >::OutputCastType |
Definition at line 103 of file itkPreprocessImageFilter.h.
| typedef SmartPointer< Self > itk::PreprocessImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 66 of file itkPreprocessImageFilter.h.
| typedef PreprocessImageFilter itk::PreprocessImageFilter< TInputImage, TOutputImage >::Self |
Definition at line 64 of file itkPreprocessImageFilter.h.
| typedef SmoothingFilterType::Pointer itk::PreprocessImageFilter< TInputImage, TOutputImage >::SmoothingFilterPointer |
Definition at line 100 of file itkPreprocessImageFilter.h.
| typedef RecursiveGaussianImageFilter< ImageType, ImageType > itk::PreprocessImageFilter< TInputImage, TOutputImage >::SmoothingFilterType |
Definition at line 99 of file itkPreprocessImageFilter.h.
| typedef ImageToImageFilter< TInputImage, TOutputImage > itk::PreprocessImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 65 of file itkPreprocessImageFilter.h.
|
protected |
|
inlineprotected |
Definition at line 111 of file itkPreprocessImageFilter.h.
|
private |
|
protected |
| itk::PreprocessImageFilter< TInputImage, TOutputImage >::itkGetConstMacro | ( | LargestCellRadius | , |
| double | |||
| ) |
| itk::PreprocessImageFilter< TInputImage, TOutputImage >::itkNewMacro | ( | Self | ) |
Method for creation through object factory
| itk::PreprocessImageFilter< TInputImage, TOutputImage >::itkSetMacro | ( | LargestCellRadius | , |
| double | |||
| ) |
| itk::PreprocessImageFilter< TInputImage, TOutputImage >::itkStaticConstMacro | ( | ImageDimension | , |
| unsigned | int, | ||
| TInputImage::ImageDimension | |||
| ) |
| itk::PreprocessImageFilter< TInputImage, TOutputImage >::itkTypeMacro | ( | PreprocessImageFilter< TInputImage, TOutputImage > | , |
| ImageToImageFilter | |||
| ) |
Run-time type information
|
private |
| void itk::PreprocessImageFilter< TInputImage, TOutputImage >::PrintSelf | ( | std::ostream & | os, |
| Indent | indent | ||
| ) | const |
Display
|
protected |
Definition at line 115 of file itkPreprocessImageFilter.h.
1.8.5