ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkNoiseImageFilter.h>
Static Public Member Functions | |
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 Public Attributes inherited from itk::ImageSource< TOutputImage > |
Private Member Functions | |
NoiseImageFilter (const Self &) | |
void | operator= (const Self &) |
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.
typedef SmartPointer< const Self > itk::NoiseImageFilter< TInputImage, TOutputImage >::ConstPointer |
Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.
Definition at line 70 of file itkNoiseImageFilter.h.
typedef InputImageType::RegionType itk::NoiseImageFilter< TInputImage, TOutputImage >::InputImageRegionType |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 83 of file itkNoiseImageFilter.h.
typedef TInputImage itk::NoiseImageFilter< TInputImage, TOutputImage >::InputImageType |
Convenient typedefs for simplifying declarations.
Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.
Definition at line 63 of file itkNoiseImageFilter.h.
typedef InputImageType::PixelType itk::NoiseImageFilter< TInputImage, TOutputImage >::InputPixelType |
Image typedef support.
Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.
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 |
Superclass typedefs.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 84 of file itkNoiseImageFilter.h.
typedef TOutputImage itk::NoiseImageFilter< TInputImage, TOutputImage >::OutputImageType |
Some convenient typedefs.
Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.
Definition at line 64 of file itkNoiseImageFilter.h.
typedef OutputImageType::PixelType itk::NoiseImageFilter< TInputImage, TOutputImage >::OutputPixelType |
Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.
Definition at line 80 of file itkNoiseImageFilter.h.
typedef SmartPointer< Self > itk::NoiseImageFilter< TInputImage, TOutputImage >::Pointer |
Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.
Definition at line 69 of file itkNoiseImageFilter.h.
typedef NoiseImageFilter itk::NoiseImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.
Definition at line 67 of file itkNoiseImageFilter.h.
typedef BoxImageFilter< InputImageType, OutputImageType > itk::NoiseImageFilter< TInputImage, TOutputImage >::Superclass |
Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.
Definition at line 68 of file itkNoiseImageFilter.h.
|
protected |
End concept checking
|
inlineprotectedvirtual |
Definition at line 97 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.
Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.
|
private |
PushBackInput(), PushFronInput() in the public section force the input to be the type expected by an ImageToImageFilter. However, these methods end of "hiding" the versions from the superclass (ProcessObject) whose arguments are DataObjects. Here, we re-expose the versions from ProcessObject to avoid warnings about hiding methods from the superclass.
Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.
|
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.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 57 of file itkNoiseImageFilter.h.
|
static |
Extract dimension from input and output image.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 59 of file itkNoiseImageFilter.h.