ITK  4.2.0
Insight Segmentation and Registration Toolkit
Classes | Namespaces | Macros
itkPatchBasedDenoisingImageFilter.h File Reference

Go to the source code of this file.

Classes

class  itk::PatchBasedDenoisingImageFilter< TInputImage, TOutputImage >
 Derived class implementing a specific patch-based denoising algorithm, as detailed below. More...
struct  itk::PatchBasedDenoisingImageFilter< TInputImage, TOutputImage >::ThreadDataStruct
struct  itk::PatchBasedDenoisingImageFilter< TInputImage, TOutputImage >::ThreadFilterStruct

Namespaces

namespace  itk

Macros

#define ITK_TEMPLATE_PatchBasedDenoisingImageFilter(_, EXPORT, x, y)

Macro Definition Documentation

#define ITK_TEMPLATE_PatchBasedDenoisingImageFilter (   _,
  EXPORT,
  x,
 
)
Value:
namespace itk { \
_(2(class EXPORT PatchBasedDenoisingImageFilter< ITK_TEMPLATE_2 x >)) | \
namespace Templates { typedef PatchBasedDenoisingImageFilter< ITK_TEMPLATE_2 x > \
PatchBasedDenoisingImageFilter##y; } \
}

Definition at line 465 of file itkPatchBasedDenoisingImageFilter.h.