ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkNoiseImageFilter.h>
Calculate the local noise in an image.
Computes an image where a given pixel is the standard deviation of the pixels in a neighborhood about the corresponding input pixel. This serves as an estimate of the local noise (or texture) in an image. Currently, this noise estimate assume a piecewise constant image. This filter should be extended to fitting a (hyper) plane to the neighborhood and calculating the standard deviation of the residuals to this (hyper) plane.
Definition at line 51 of file itkNoiseImageFilter.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::BoxImageFilter< TInputImage, TOutputImage > | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::BoxImageFilter< TInputImage, TOutputImage > | |
static const unsigned int | ImageDimension = TInputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > | |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Private Member Functions | |
NoiseImageFilter (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
Protected Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(OutputImageDimension), itkGetStaticConstMacro(InputImageDimension) > | InputToOutputRegionCopierType |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension) > | OutputToInputRegionCopierType |
Static Protected Member Functions inherited from itk::ImageSource< TOutputImage > | |
static ITK_THREAD_RETURN_TYPE | ThreaderCallback (void *arg) |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
typedef SmartPointer< const Self > itk::NoiseImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 70 of file itkNoiseImageFilter.h.
typedef InputImageType::RegionType itk::NoiseImageFilter< TInputImage, TOutputImage >::InputImageRegionType |
Definition at line 83 of file itkNoiseImageFilter.h.
typedef TInputImage itk::NoiseImageFilter< TInputImage, TOutputImage >::InputImageType |
Convenient typedefs for simplifying declarations.
Definition at line 63 of file itkNoiseImageFilter.h.
typedef InputImageType::PixelType itk::NoiseImageFilter< TInputImage, TOutputImage >::InputPixelType |
Image typedef support.
Definition at line 76 of file itkNoiseImageFilter.h.
typedef NumericTraits< InputPixelType >::RealType itk::NoiseImageFilter< TInputImage, TOutputImage >::InputRealType |
Definition at line 81 of file itkNoiseImageFilter.h.
typedef InputImageType::SizeType itk::NoiseImageFilter< TInputImage, TOutputImage >::InputSizeType |
Definition at line 86 of file itkNoiseImageFilter.h.
typedef OutputImageType::RegionType itk::NoiseImageFilter< TInputImage, TOutputImage >::OutputImageRegionType |
Definition at line 84 of file itkNoiseImageFilter.h.
typedef TOutputImage itk::NoiseImageFilter< TInputImage, TOutputImage >::OutputImageType |
Definition at line 64 of file itkNoiseImageFilter.h.
typedef OutputImageType::PixelType itk::NoiseImageFilter< TInputImage, TOutputImage >::OutputPixelType |
Definition at line 80 of file itkNoiseImageFilter.h.
typedef SmartPointer< Self > itk::NoiseImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 69 of file itkNoiseImageFilter.h.
typedef NoiseImageFilter itk::NoiseImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 67 of file itkNoiseImageFilter.h.
typedef BoxImageFilter< InputImageType, OutputImageType > itk::NoiseImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 68 of file itkNoiseImageFilter.h.
|
protected |
End concept checking
|
inlineprotectedvirtual |
Definition at line 98 of file itkNoiseImageFilter.h.
|
private |
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.
|
static |
Method for creation through the object factory.
|
private |
|
protectedvirtual |
NoiseImageFilter 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"
Reimplemented from itk::ImageSource< TOutputImage >.
itk::NoiseImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::HasNumericTraits< InputPixelType > | ) |
Begin concept checking This class requires InputHasNumericTraitsCheck in the form of ( Concept::HasNumericTraits< InputPixelType > )
|
static |
Extract dimension from input and output image.
Definition at line 57 of file itkNoiseImageFilter.h.
|
static |
Extract dimension from input and output image.
Definition at line 59 of file itkNoiseImageFilter.h.