![]() |
ITK
5.4.0
Insight Toolkit
|
#include <itkNoiseImageFilter.h>
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static Pointer | New () |
![]() | |
static double | GetGlobalDefaultCoordinateTolerance () |
static double | GetGlobalDefaultDirectionTolerance () |
static void | SetGlobalDefaultCoordinateTolerance (double) |
static void | SetGlobalDefaultDirectionTolerance (double) |
![]() | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
![]() | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static constexpr unsigned int | InputImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
![]() | |
static constexpr unsigned int | ImageDimension = TInputImage::ImageDimension |
![]() | |
static constexpr unsigned int | InputImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
![]() | |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
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.
using itk::NoiseImageFilter< TInputImage, TOutputImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 68 of file itkNoiseImageFilter.h.
using itk::NoiseImageFilter< TInputImage, TOutputImage >::InputImageRegionType = typename InputImageType::RegionType |
Definition at line 81 of file itkNoiseImageFilter.h.
using itk::NoiseImageFilter< TInputImage, TOutputImage >::InputImageType = TInputImage |
Convenient type alias for simplifying declarations.
Definition at line 61 of file itkNoiseImageFilter.h.
using itk::NoiseImageFilter< TInputImage, TOutputImage >::InputPixelType = typename InputImageType::PixelType |
Image type alias support
Definition at line 77 of file itkNoiseImageFilter.h.
using itk::NoiseImageFilter< TInputImage, TOutputImage >::InputRealType = typename NumericTraits<InputPixelType>::RealType |
Definition at line 79 of file itkNoiseImageFilter.h.
using itk::NoiseImageFilter< TInputImage, TOutputImage >::InputSizeType = typename InputImageType::SizeType |
Definition at line 84 of file itkNoiseImageFilter.h.
using itk::NoiseImageFilter< TInputImage, TOutputImage >::OutputImageRegionType = typename OutputImageType::RegionType |
Definition at line 82 of file itkNoiseImageFilter.h.
using itk::NoiseImageFilter< TInputImage, TOutputImage >::OutputImageType = TOutputImage |
Definition at line 62 of file itkNoiseImageFilter.h.
using itk::NoiseImageFilter< TInputImage, TOutputImage >::OutputPixelType = typename OutputImageType::PixelType |
Definition at line 78 of file itkNoiseImageFilter.h.
using itk::NoiseImageFilter< TInputImage, TOutputImage >::Pointer = SmartPointer<Self> |
Definition at line 67 of file itkNoiseImageFilter.h.
using itk::NoiseImageFilter< TInputImage, TOutputImage >::Self = NoiseImageFilter |
Standard class type aliases.
Definition at line 65 of file itkNoiseImageFilter.h.
using itk::NoiseImageFilter< TInputImage, TOutputImage >::Superclass = BoxImageFilter<InputImageType, OutputImageType> |
Definition at line 66 of file itkNoiseImageFilter.h.
|
protected |
|
overrideprotecteddefault |
|
overrideprotectedvirtual |
NoiseImageFilter can be implemented as a multithreaded filter. Therefore, this implementation provides a DynamicThreadedGenerateData() routine which is called for each processing thread. The output image data is allocated automatically by the superclass prior to calling DynamicThreadedGenerateData(). DynamicThreadedGenerateData can only write to the portion of the output image specified by the parameter "outputRegionForThread"
Reimplemented from itk::ImageSource< TOutputImage >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.
|
static |
Method for creation through the object factory.
|
staticconstexpr |
Extract dimension from input and output image.
Definition at line 57 of file itkNoiseImageFilter.h.
|
staticconstexpr |
Definition at line 58 of file itkNoiseImageFilter.h.