ITK  5.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Attributes | List of all members
itk::WienerDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision > Class Template Reference

#include <itkWienerDeconvolutionImageFilter.h>

+ Inheritance diagram for itk::WienerDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >:
+ Collaboration diagram for itk::WienerDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >:

Detailed Description

template<typename TInputImage, typename TKernelImage = TInputImage, typename TOutputImage = TInputImage, typename TInternalPrecision = double>
class itk::WienerDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >

The Wiener deconvolution image filter is designed to restore an image convolved with a blurring kernel while keeping noise enhancement to a minimum.

The Wiener filter aims to minimize noise enhancement induced by frequencies with low signal-to-noise ratio. The Wiener filter kernel is defined in the frequency domain as $W(\omega) = H^*(\omega) / (|H(\omega)|^2 + (1 / SNR(\omega)))$ where $H(\omega)$ is the Fourier transform of the blurring kernel with which the original image was convolved and the signal-to-noise ratio $SNR(\omega)$. $SNR(\omega)$ is defined by $P_f(\omega) / P_n(\omega)$ where $P_f(\omega)$ is the power spectral density of the uncorrupted signal and $P_n(\omega)$ is the power spectral density of the noise. When applied to the input blurred image, this filter produces an estimate $\hat{f}(x)$ of the true underlying signal $f(x)$ that minimizes the expected error between $\hat{f}(x)$ and $f(x)$.

This filter requires two inputs, the image to be deconvolved and the blurring kernel. These two inputs can be set using the methods SetInput() and SetKernelImage(), respectively.

The power spectral densities of the signal and noise are typically unavailable for a given problem. In particular, $P_f(\omega)$ cannot be computed from $f(x)$ because this unknown signal is precisely the signal that this filter aims to recover. Nevertheless, it is common for the noise to have a power spectral density that is flat or decreasing significantly more slowly than the power spectral density of a typical image as the frequency $\omega$ increases. Hence, $P_n(\omega)$ can typically be approximated with a constant, and this filter makes this assumption (see the NoiseVariance member variable). $P_f(\omega)$, on the other hand, will vary with input. This filter computes the power spectral density of the input blurred image, subtracts the power spectral density of the noise, and uses the result as the estimate of $P_f(\omega)$.

For further information on the Wiener deconvolution filter, please see "Digital Signal Processing" by Kenneth R. Castleman, Prentice Hall, 1995

Author
Gaetan Lehmann, Biologie du Developpement et de la Reproduction, INRA de Jouy-en-Josas, France
Chris Mullins, The University of North Carolina at Chapel Hill
Cory Quammen, The University of North Carolina at Chapel Hill

Definition at line 75 of file itkWienerDeconvolutionImageFilter.h.

Public Types

using ConstPointer = SmartPointer< const Self >
 
using InputImageType = TInputImage
 
using InputIndexType = typename Superclass::InputIndexType
 
using InputPixelType = typename Superclass::InputPixelType
 
using InputRegionType = typename Superclass::InputRegionType
 
using InputSizeType = typename Superclass::InputSizeType
 
using InternalComplexImagePointerType = typename Superclass::InternalComplexImagePointerType
 
using InternalComplexImageType = typename Superclass::InternalComplexImageType
 
using InternalComplexType = typename Superclass::InternalComplexType
 
using InternalImagePointerType = typename Superclass::InternalImagePointerType
 
using InternalImageType = typename Superclass::InternalImageType
 
using KernelImageType = TKernelImage
 
using KernelIndexType = typename Superclass::KernelIndexType
 
using KernelPixelType = typename Superclass::KernelPixelType
 
using KernelRegionType = typename Superclass::KernelRegionType
 
using KernelSizeType = typename Superclass::KernelSizeType
 
using OutputImageType = TOutputImage
 
using OutputIndexType = typename Superclass::OutputIndexType
 
using OutputPixelType = typename Superclass::OutputPixelType
 
using OutputRegionType = typename Superclass::OutputRegionType
 
using OutputSizeType = typename Superclass::OutputSizeType
 
using Pointer = SmartPointer< Self >
 
using Self = WienerDeconvolutionImageFilter
 
using SizeValueType = typename Superclass::SizeValueType
 
using Superclass = InverseDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >
 
- Public Types inherited from itk::InverseDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >
using ConstPointer = SmartPointer< const Self >
 
using InputImageType = TInputImage
 
using InputIndexType = typename Superclass::InputIndexType
 
using InputPixelType = typename Superclass::InputPixelType
 
using InputRegionType = typename Superclass::InputRegionType
 
using InputSizeType = typename Superclass::InputSizeType
 
using InternalComplexImagePointerType = typename Superclass::InternalComplexImagePointerType
 
using InternalComplexImageType = typename Superclass::InternalComplexImageType
 
using InternalComplexType = typename Superclass::InternalComplexType
 
using InternalImagePointerType = typename Superclass::InternalImagePointerType
 
using InternalImageType = typename Superclass::InternalImageType
 
using KernelImageType = TKernelImage
 
using KernelIndexType = typename Superclass::KernelIndexType
 
using KernelPixelType = typename Superclass::KernelPixelType
 
using KernelRegionType = typename Superclass::KernelRegionType
 
using KernelSizeType = typename Superclass::KernelSizeType
 
using OutputImageType = TOutputImage
 
using OutputIndexType = typename Superclass::OutputIndexType
 
using OutputPixelType = typename Superclass::OutputPixelType
 
using OutputRegionType = typename Superclass::OutputRegionType
 
using OutputSizeType = typename Superclass::OutputSizeType
 
using Pointer = SmartPointer< Self >
 
using Self = InverseDeconvolutionImageFilter
 
using SizeValueType = typename Superclass::SizeValueType
 
using Superclass = FFTConvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >
 
- Public Types inherited from itk::FFTConvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >
using BoundaryConditionPointerType = typename Superclass::BoundaryConditionPointerType
 
using BoundaryConditionType = typename Superclass::BoundaryConditionType
 
using ConstPointer = SmartPointer< const Self >
 
using InputImageType = TInputImage
 
using InputIndexType = typename InputImageType::IndexType
 
using InputPixelType = typename InputImageType::PixelType
 
using InputRegionType = typename InputImageType::RegionType
 
using InputSizeType = typename InputImageType::SizeType
 
using InternalComplexImagePointerType = typename InternalComplexImageType::Pointer
 
using InternalComplexImageType = Image< InternalComplexType, TInputImage::ImageDimension >
 
using InternalComplexType = std::complex< TInternalPrecision >
 
using InternalImagePointerType = typename InternalImageType::Pointer
 
using InternalImageType = Image< TInternalPrecision, TInputImage::ImageDimension >
 
using KernelImageType = TKernelImage
 
using KernelIndexType = typename KernelImageType::IndexType
 
using KernelPixelType = typename KernelImageType::PixelType
 
using KernelRegionType = typename KernelImageType::RegionType
 
using KernelSizeType = typename KernelImageType::SizeType
 
using OutputImageType = TOutputImage
 
using OutputIndexType = typename OutputImageType::IndexType
 
using OutputPixelType = typename OutputImageType::PixelType
 
using OutputRegionType = typename OutputImageType::RegionType
 
using OutputSizeType = typename OutputImageType::SizeType
 
using Pointer = SmartPointer< Self >
 
using Self = FFTConvolutionImageFilter
 
using SizeValueType = typename InputSizeType::SizeValueType
 
using Superclass = ConvolutionImageFilterBase< TInputImage, TKernelImage, TOutputImage >
 
- Public Types inherited from itk::ConvolutionImageFilterBase< TInputImage, TKernelImage, TOutputImage >
using BoundaryConditionPointerType = BoundaryConditionType *
 
using BoundaryConditionType = ImageBoundaryCondition< TInputImage >
 
using ConstPointer = SmartPointer< const Self >
 
using DefaultBoundaryConditionType = ZeroFluxNeumannBoundaryCondition< TInputImage >
 
using InputImageType = TInputImage
 
using InputIndexType = typename InputImageType::IndexType
 
using InputPixelType = typename InputImageType::PixelType
 
using InputRegionType = typename InputImageType::RegionType
 
using InputSizeType = typename InputImageType::SizeType
 
using KernelImageType = TKernelImage
 
using KernelIndexType = typename KernelImageType::IndexType
 
using KernelPixelType = typename KernelImageType::PixelType
 
using KernelRegionType = typename KernelImageType::RegionType
 
using KernelSizeType = typename KernelImageType::SizeType
 
using OutputImageType = TOutputImage
 
using OutputIndexType = typename OutputImageType::IndexType
 
using OutputPixelType = typename OutputImageType::PixelType
 
enum  OutputRegionModeType {
  SAME = 0,
  VALID
}
 
using OutputRegionType = typename OutputImageType::RegionType
 
using OutputSizeType = typename OutputImageType::SizeType
 
using Pointer = SmartPointer< Self >
 
using Self = ConvolutionImageFilterBase
 
using SizeValueType = typename InputSizeType::SizeValueType
 
using Superclass = ImageToImageFilter< TInputImage, TOutputImage >
 
- Public Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage >
using ConstPointer = SmartPointer< const Self >
 
using InputImageConstPointer = typename InputImageType::ConstPointer
 
using InputImagePixelType = typename InputImageType::PixelType
 
using InputImagePointer = typename InputImageType::Pointer
 
using InputImageRegionType = typename InputImageType::RegionType
 
using InputImageType = TInputImage
 
using OutputImagePixelType = typename Superclass::OutputImagePixelType
 
using OutputImageRegionType = typename Superclass::OutputImageRegionType
 
using Pointer = SmartPointer< Self >
 
using Self = ImageToImageFilter
 
using Superclass = ImageSource< TOutputImage >
 
- Public Types inherited from itk::ImageSource< TOutputImage >
using ConstPointer = SmartPointer< const Self >
 
using DataObjectIdentifierType = Superclass::DataObjectIdentifierType
 
using DataObjectPointer = DataObject::Pointer
 
using DataObjectPointerArraySizeType = Superclass::DataObjectPointerArraySizeType
 
using OutputImagePixelType = typename OutputImageType::PixelType
 
using OutputImagePointer = typename OutputImageType::Pointer
 
using OutputImageRegionType = typename OutputImageType::RegionType
 
using OutputImageType = TOutputImage
 
using Pointer = SmartPointer< Self >
 
using Self = ImageSource
 
using Superclass = ProcessObject
 
- Public Types inherited from itk::ProcessObject
using ConstPointer = SmartPointer< const Self >
 
using DataObjectIdentifierType = DataObject::DataObjectIdentifierType
 
using DataObjectPointer = DataObject::Pointer
 
using DataObjectPointerArray = std::vector< DataObjectPointer >
 
using DataObjectPointerArraySizeType = DataObjectPointerArray::size_type
 
using MultiThreaderType = MultiThreaderBase
 
using NameArray = std::vector< DataObjectIdentifierType >
 
using Pointer = SmartPointer< Self >
 
using Self = ProcessObject
 
using Superclass = Object
 
- Public Types inherited from itk::Object
using ConstPointer = SmartPointer< const Self >
 
using Pointer = SmartPointer< Self >
 
using Self = Object
 
using Superclass = LightObject
 
- Public Types inherited from itk::LightObject
using ConstPointer = SmartPointer< const Self >
 
using Pointer = SmartPointer< Self >
 
using Self = LightObject
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother () const
 
virtual const char * GetNameOfClass () const
 
virtual void SetNoiseVariance (double _arg)
 
virtual double GetNoiseVariance () const
 
- Public Member Functions inherited from itk::InverseDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >
virtual void SetKernelZeroMagnitudeThreshold (double _arg)
 
virtual double GetKernelZeroMagnitudeThreshold () const
 
- Public Member Functions inherited from itk::FFTConvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >
virtual SizeValueType GetSizeGreatestPrimeFactor ()
 
virtual void SetSizeGreatestPrimeFactor (SizeValueType _arg)
 
- Public Member Functions inherited from itk::ConvolutionImageFilterBase< TInputImage, TKernelImage, TOutputImage >
virtual void SetBoundaryCondition (BoundaryConditionPointerType _arg)
 
virtual
BoundaryConditionPointerType 
GetBoundaryCondition () const
 
virtual void SetKernelImage (const KernelImageType *input)
 
virtual const KernelImageTypeGetKernelImage () const
 
virtual void SetNormalize (bool _arg)
 
virtual bool GetNormalize () const
 
virtual void NormalizeOn ()
 
virtual void NormalizeOff ()
 
virtual void SetOutputRegionMode (const OutputRegionModeType _arg)
 
virtual OutputRegionModeType GetOutputRegionMode () const
 
virtual void SetOutputRegionModeToSame ()
 
virtual void SetOutputRegionModeToValid ()
 
- Public Member Functions inherited from itk::ImageToImageFilter< TInputImage, TOutputImage >
const InputImageTypeGetInput () const
 
const InputImageTypeGetInput (unsigned int idx) const
 
void PopBackInput () override
 
void PopFrontInput () override
 
virtual void PushBackInput (const InputImageType *image)
 
virtual void PushFrontInput (const InputImageType *image)
 
virtual void SetInput (const InputImageType *image)
 
virtual void SetInput (unsigned int, const TInputImage *image)
 
virtual void SetCoordinateTolerance (double _arg)
 
virtual double GetCoordinateTolerance () const
 
virtual void SetDirectionTolerance (double _arg)
 
virtual double GetDirectionTolerance () const
 
- Public Member Functions inherited from itk::ImageSource< TOutputImage >
OutputImageTypeGetOutput (unsigned int idx)
 
OutputImageTypeGetOutput ()
 
const OutputImageTypeGetOutput () const
 
virtual void GraftOutput (DataObject *output)
 
virtual void GraftOutput (const DataObjectIdentifierType &key, DataObject *output)
 
virtual void GraftNthOutput (unsigned int idx, DataObject *output)
 
ProcessObject::DataObjectPointer MakeOutput (ProcessObject::DataObjectPointerArraySizeType idx) override
 
ProcessObject::DataObjectPointer MakeOutput (const ProcessObject::DataObjectIdentifierType &) override
 
- Public Member Functions inherited from itk::ProcessObject
virtual void AbortGenerateDataOff ()
 
virtual void AbortGenerateDataOn ()
 
virtual void EnlargeOutputRequestedRegion (DataObject *)
 
virtual const bool & GetAbortGenerateData () const
 
DataObjectPointerArray GetIndexedInputs ()
 
DataObjectPointerArray GetIndexedOutputs ()
 
NameArray GetInputNames () const
 
DataObjectPointerArray GetInputs ()
 
MultiThreaderTypeGetMultiThreader () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedInputs () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedOutputs () const
 
DataObjectPointerArraySizeType GetNumberOfInputs () const
 
DataObjectPointerArraySizeType GetNumberOfOutputs () const
 
virtual
DataObjectPointerArraySizeType 
GetNumberOfValidRequiredInputs () const
 
NameArray GetOutputNames () const
 
DataObjectPointerArray GetOutputs ()
 
virtual const float & GetProgress () const
 
NameArray GetRequiredInputNames () const
 
bool HasInput (const DataObjectIdentifierType &key) const
 
bool HasOutput (const DataObjectIdentifierType &key) const
 
virtual void PrepareOutputs ()
 
virtual void PropagateRequestedRegion (DataObject *output)
 
virtual void ResetPipeline ()
 
virtual void SetAbortGenerateData (bool _arg)
 
void SetMultiThreader (MultiThreaderType *threader)
 
virtual void Update ()
 
virtual void UpdateLargestPossibleRegion ()
 
virtual void UpdateOutputData (DataObject *output)
 
virtual void UpdateOutputInformation ()
 
void UpdateProgress (float progress)
 
virtual void SetReleaseDataFlag (bool flag)
 
virtual bool GetReleaseDataFlag () const
 
void ReleaseDataFlagOn ()
 
void ReleaseDataFlagOff ()
 
virtual void SetReleaseDataBeforeUpdateFlag (bool _arg)
 
virtual const bool & GetReleaseDataBeforeUpdateFlag () const
 
virtual void ReleaseDataBeforeUpdateFlagOn ()
 
virtual void ReleaseDataBeforeUpdateFlagOff ()
 
virtual void SetNumberOfWorkUnits (ThreadIdType _arg)
 
virtual const ThreadIdTypeGetNumberOfWorkUnits () const
 
- Public Member Functions inherited from itk::Object
unsigned long AddObserver (const EventObject &event, Command *)
 
unsigned long AddObserver (const EventObject &event, Command *) const
 
virtual void DebugOff () const
 
virtual void DebugOn () const
 
CommandGetCommand (unsigned long tag)
 
bool GetDebug () const
 
MetaDataDictionaryGetMetaDataDictionary ()
 
const MetaDataDictionaryGetMetaDataDictionary () const
 
virtual ModifiedTimeType GetMTime () const
 
virtual const TimeStampGetTimeStamp () const
 
bool HasObserver (const EventObject &event) const
 
void InvokeEvent (const EventObject &)
 
void InvokeEvent (const EventObject &) const
 
virtual void Modified () const
 
void Register () const override
 
void RemoveAllObservers ()
 
void RemoveObserver (unsigned long tag)
 
void SetDebug (bool debugFlag) const
 
void SetReferenceCount (int) override
 
void UnRegister () const noexceptoverride
 
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
 
void SetMetaDataDictionary (MetaDataDictionary &&rrhs)
 
virtual void SetObjectName (std::string _arg)
 
virtual const std::string & GetObjectName () const
 
- Public Member Functions inherited from itk::LightObject
virtual void Delete ()
 
virtual int GetReferenceCount () const
 
 itkCloneMacro (Self)
 
void Print (std::ostream &os, Indent indent=0) const
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from itk::InverseDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >
static Pointer New ()
 
- Static Public Member Functions inherited from itk::FFTConvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >
static Pointer New ()
 
- Static Public Member Functions inherited from itk::Object
static bool GetGlobalWarningDisplay ()
 
static void GlobalWarningDisplayOff ()
 
static void GlobalWarningDisplayOn ()
 
static Pointer New ()
 
static void SetGlobalWarningDisplay (bool flag)
 
- Static Public Member Functions inherited from itk::LightObject
static void BreakOnError ()
 
static Pointer New ()
 

Static Public Attributes

static constexpr unsigned int ImageDimension = TInputImage::ImageDimension
 
- Static Public Attributes inherited from itk::InverseDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >
static constexpr unsigned int ImageDimension = TInputImage::ImageDimension
 
- Static Public Attributes inherited from itk::FFTConvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >
static constexpr unsigned int ImageDimension = TInputImage::ImageDimension
 
- Static Public Attributes inherited from itk::ConvolutionImageFilterBase< TInputImage, TKernelImage, TOutputImage >
static constexpr unsigned int ImageDimension = TInputImage::ImageDimension
 
- Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage >
static constexpr unsigned int InputImageDimension = TInputImage::ImageDimension
 
static constexpr unsigned int OutputImageDimension = TOutputImage::ImageDimension
 
- Static Public Attributes inherited from itk::ImageSource< TOutputImage >
static constexpr unsigned int OutputImageDimension = TOutputImage::ImageDimension
 

Protected Member Functions

void GenerateData () override
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
 WienerDeconvolutionImageFilter ()
 
 ~WienerDeconvolutionImageFilter () override=default
 
- Protected Member Functions inherited from itk::InverseDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >
 InverseDeconvolutionImageFilter ()
 
 ~InverseDeconvolutionImageFilter () override=default
 
- Protected Member Functions inherited from itk::FFTConvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >
void CropOutput (InternalImageType *paddedOutput, ProgressAccumulator *progress, float progressWeight)
 
 FFTConvolutionImageFilter ()
 
void GenerateInputRequestedRegion () override
 
InputSizeType GetPadLowerBound () const
 
InputSizeType GetPadSize () const
 
bool GetXDimensionIsOdd () const
 
void PadInput (const InputImageType *input, InternalImagePointerType &paddedInput, ProgressAccumulator *progress, float progressWeight)
 
void PrepareInput (const InputImageType *input, InternalComplexImagePointerType &preparedInput, ProgressAccumulator *progress, float progressWeight)
 
void PrepareInputs (const InputImageType *input, const KernelImageType *kernel, InternalComplexImagePointerType &preparedInput, InternalComplexImagePointerType &preparedKernel, ProgressAccumulator *progress, float progressWeight)
 
void PrepareKernel (const KernelImageType *kernel, InternalComplexImagePointerType &preparedKernel, ProgressAccumulator *progress, float progressWeight)
 
void ProduceOutput (InternalComplexImageType *paddedOutput, ProgressAccumulator *progress, float progressWeight)
 
void TransformPaddedInput (const InternalImageType *paddedInput, InternalComplexImagePointerType &transformedInput, ProgressAccumulator *progress, float progressWeight)
 
 ~FFTConvolutionImageFilter () override=default
 
- Protected Member Functions inherited from itk::ConvolutionImageFilterBase< TInputImage, TKernelImage, TOutputImage >
 ConvolutionImageFilterBase ()
 
void GenerateOutputInformation () override
 
OutputRegionType GetValidRegion () const
 
void VerifyInputInformation () ITKv5_CONST override
 
 ~ConvolutionImageFilterBase () override=default
 
- Protected Member Functions inherited from itk::ImageToImageFilter< TInputImage, TOutputImage >
virtual void CallCopyInputRegionToOutputRegion (OutputImageRegionType &destRegion, const InputImageRegionType &srcRegion)
 
virtual void CallCopyOutputRegionToInputRegion (InputImageRegionType &destRegion, const OutputImageRegionType &srcRegion)
 
 ImageToImageFilter ()
 
 ~ImageToImageFilter () override
 
void PushBackInput (const DataObject *input) override
 
void PushFrontInput (const DataObject *input) override
 
- Protected Member Functions inherited from itk::ImageSource< TOutputImage >
virtual void AfterThreadedGenerateData ()
 
virtual void AllocateOutputs ()
 
virtual void BeforeThreadedGenerateData ()
 
void ClassicMultiThread (ThreadFunctionType callbackFunction)
 
virtual const
ImageRegionSplitterBase
GetImageRegionSplitter () const
 
 ImageSource ()
 
virtual unsigned int SplitRequestedRegion (unsigned int i, unsigned int pieces, OutputImageRegionType &splitRegion)
 
 ~ImageSource () override=default
 
virtual void ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId)
 
virtual void DynamicThreadedGenerateData (const OutputImageRegionType &outputRegionForThread)
 
virtual bool GetDynamicMultiThreading () const
 
virtual void SetDynamicMultiThreading (bool _arg)
 
virtual void DynamicMultiThreadingOn ()
 
virtual void DynamicMultiThreadingOff ()
 
- Protected Member Functions inherited from itk::ProcessObject
virtual void AddInput (DataObject *input)
 
void AddOptionalInputName (const DataObjectIdentifierType &)
 
void AddOptionalInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
virtual void AddOutput (DataObject *output)
 
bool AddRequiredInputName (const DataObjectIdentifierType &)
 
bool AddRequiredInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
virtual void CacheInputReleaseDataFlags ()
 
virtual void GenerateOutputRequestedRegion (DataObject *output)
 
DataObjectGetInput (const DataObjectIdentifierType &key)
 
const DataObjectGetInput (const DataObjectIdentifierType &key) const
 
virtual const
DataObjectPointerArraySizeType
GetNumberOfRequiredInputs () const
 
virtual const
DataObjectPointerArraySizeType
GetNumberOfRequiredOutputs () const
 
bool IsIndexedInputName (const DataObjectIdentifierType &) const
 
bool IsIndexedOutputName (const DataObjectIdentifierType &) const
 
bool IsRequiredInputName (const DataObjectIdentifierType &) const
 
DataObjectPointerArraySizeType MakeIndexFromInputName (const DataObjectIdentifierType &name) const
 
DataObjectPointerArraySizeType MakeIndexFromOutputName (const DataObjectIdentifierType &name) const
 
DataObjectIdentifierType MakeNameFromInputIndex (DataObjectPointerArraySizeType idx) const
 
DataObjectIdentifierType MakeNameFromOutputIndex (DataObjectPointerArraySizeType idx) const
 
 ProcessObject ()
 
virtual void PropagateResetPipeline ()
 
virtual void ReleaseInputs ()
 
virtual void RemoveInput (const DataObjectIdentifierType &key)
 
virtual void RemoveInput (DataObjectPointerArraySizeType)
 
virtual void RemoveOutput (const DataObjectIdentifierType &key)
 
virtual void RemoveOutput (DataObjectPointerArraySizeType idx)
 
bool RemoveRequiredInputName (const DataObjectIdentifierType &)
 
virtual void RestoreInputReleaseDataFlags ()
 
virtual void SetInput (const DataObjectIdentifierType &key, DataObject *input)
 
virtual void SetNthInput (DataObjectPointerArraySizeType num, DataObject *input)
 
virtual void SetNthOutput (DataObjectPointerArraySizeType num, DataObject *output)
 
void SetNumberOfIndexedInputs (DataObjectPointerArraySizeType num)
 
void SetNumberOfIndexedOutputs (DataObjectPointerArraySizeType num)
 
virtual void SetNumberOfRequiredInputs (DataObjectPointerArraySizeType)
 
virtual void SetNumberOfRequiredOutputs (DataObjectPointerArraySizeType _arg)
 
virtual void SetOutput (const DataObjectIdentifierType &key, DataObject *output)
 
virtual void SetPrimaryInput (DataObject *input)
 
virtual void SetPrimaryOutput (DataObject *output)
 
void SetRequiredInputNames (const NameArray &)
 
virtual void VerifyPreconditions () ITKv5_CONST
 
 ~ProcessObject () override
 
DataObjectGetInput (DataObjectPointerArraySizeType idx)
 
const DataObjectGetInput (DataObjectPointerArraySizeType idx) const
 
DataObjectGetPrimaryInput ()
 
const DataObjectGetPrimaryInput () const
 
virtual void SetPrimaryInputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryInputName () const
 
DataObjectGetOutput (const DataObjectIdentifierType &key)
 
const DataObjectGetOutput (const DataObjectIdentifierType &key) const
 
virtual void SetPrimaryOutputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryOutputName () const
 
DataObjectGetOutput (DataObjectPointerArraySizeType idx)
 
const DataObjectGetOutput (DataObjectPointerArraySizeType idx) const
 
DataObjectGetPrimaryOutput ()
 
const DataObjectGetPrimaryOutput () const
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void SetTimeStamp (const TimeStamp &time)
 
 ~Object () override
 
- Protected Member Functions inherited from itk::LightObject
virtual LightObject::Pointer InternalClone () const
 
 LightObject ()
 
virtual void PrintHeader (std::ostream &os, Indent indent) const
 
virtual void PrintTrailer (std::ostream &os, Indent indent) const
 
virtual ~LightObject ()
 

Private Attributes

double m_NoiseVariance
 

Additional Inherited Members

- Protected Types inherited from itk::FFTConvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >
using FFTFilterType = RealToHalfHermitianForwardFFTImageFilter< InternalImageType, InternalComplexImageType >
 
using IFFTFilterType = HalfHermitianToRealInverseFFTImageFilter< InternalComplexImageType, InternalImageType >
 
- Protected Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage >
using InputToOutputRegionCopierType = ImageToImageFilterDetail::ImageRegionCopier< Self::OutputImageDimension, Self::InputImageDimension >
 
using OutputToInputRegionCopierType = ImageToImageFilterDetail::ImageRegionCopier< Self::InputImageDimension, Self::OutputImageDimension >
 
- Static Protected Member Functions inherited from itk::ImageSource< TOutputImage >
static const
ImageRegionSplitterBase
GetGlobalDefaultSplitter ()
 
static
ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION 
ThreaderCallback (void *arg)
 
- Protected Attributes inherited from itk::ImageSource< TOutputImage >
bool m_DynamicMultiThreading
 
- Protected Attributes inherited from itk::ProcessObject
TimeStamp m_OutputInformationMTime
 
bool m_Updating
 
- Protected Attributes inherited from itk::LightObject
std::atomic< int > m_ReferenceCount
 

Member Typedef Documentation

template<typename TInputImage , typename TKernelImage = TInputImage, typename TOutputImage = TInputImage, typename TInternalPrecision = double>
using itk::WienerDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >::ConstPointer = SmartPointer< const Self >

Definition at line 87 of file itkWienerDeconvolutionImageFilter.h.

template<typename TInputImage , typename TKernelImage = TInputImage, typename TOutputImage = TInputImage, typename TInternalPrecision = double>
using itk::WienerDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >::InputImageType = TInputImage

Definition at line 98 of file itkWienerDeconvolutionImageFilter.h.

template<typename TInputImage , typename TKernelImage = TInputImage, typename TOutputImage = TInputImage, typename TInternalPrecision = double>
using itk::WienerDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >::InputIndexType = typename Superclass::InputIndexType

Definition at line 104 of file itkWienerDeconvolutionImageFilter.h.

template<typename TInputImage , typename TKernelImage = TInputImage, typename TOutputImage = TInputImage, typename TInternalPrecision = double>
using itk::WienerDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >::InputPixelType = typename Superclass::InputPixelType

Definition at line 101 of file itkWienerDeconvolutionImageFilter.h.

template<typename TInputImage , typename TKernelImage = TInputImage, typename TOutputImage = TInputImage, typename TInternalPrecision = double>
using itk::WienerDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >::InputRegionType = typename Superclass::InputRegionType

Definition at line 111 of file itkWienerDeconvolutionImageFilter.h.

template<typename TInputImage , typename TKernelImage = TInputImage, typename TOutputImage = TInputImage, typename TInternalPrecision = double>
using itk::WienerDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >::InputSizeType = typename Superclass::InputSizeType

Definition at line 107 of file itkWienerDeconvolutionImageFilter.h.

template<typename TInputImage , typename TKernelImage = TInputImage, typename TOutputImage = TInputImage, typename TInternalPrecision = double>
using itk::WienerDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >::InternalComplexImagePointerType = typename Superclass::InternalComplexImagePointerType

Definition at line 120 of file itkWienerDeconvolutionImageFilter.h.

template<typename TInputImage , typename TKernelImage = TInputImage, typename TOutputImage = TInputImage, typename TInternalPrecision = double>
using itk::WienerDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >::InternalComplexImageType = typename Superclass::InternalComplexImageType

Definition at line 119 of file itkWienerDeconvolutionImageFilter.h.

template<typename TInputImage , typename TKernelImage = TInputImage, typename TOutputImage = TInputImage, typename TInternalPrecision = double>
using itk::WienerDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >::InternalComplexType = typename Superclass::InternalComplexType

Definition at line 118 of file itkWienerDeconvolutionImageFilter.h.

template<typename TInputImage , typename TKernelImage = TInputImage, typename TOutputImage = TInputImage, typename TInternalPrecision = double>
using itk::WienerDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >::InternalImagePointerType = typename Superclass::InternalImagePointerType

Definition at line 117 of file itkWienerDeconvolutionImageFilter.h.

template<typename TInputImage , typename TKernelImage = TInputImage, typename TOutputImage = TInputImage, typename TInternalPrecision = double>
using itk::WienerDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >::InternalImageType = typename Superclass::InternalImageType

Internal image types.

Definition at line 116 of file itkWienerDeconvolutionImageFilter.h.

template<typename TInputImage , typename TKernelImage = TInputImage, typename TOutputImage = TInputImage, typename TInternalPrecision = double>
using itk::WienerDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >::KernelImageType = TKernelImage

Definition at line 100 of file itkWienerDeconvolutionImageFilter.h.

template<typename TInputImage , typename TKernelImage = TInputImage, typename TOutputImage = TInputImage, typename TInternalPrecision = double>
using itk::WienerDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >::KernelIndexType = typename Superclass::KernelIndexType

Definition at line 106 of file itkWienerDeconvolutionImageFilter.h.

template<typename TInputImage , typename TKernelImage = TInputImage, typename TOutputImage = TInputImage, typename TInternalPrecision = double>
using itk::WienerDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >::KernelPixelType = typename Superclass::KernelPixelType

Definition at line 103 of file itkWienerDeconvolutionImageFilter.h.

template<typename TInputImage , typename TKernelImage = TInputImage, typename TOutputImage = TInputImage, typename TInternalPrecision = double>
using itk::WienerDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >::KernelRegionType = typename Superclass::KernelRegionType

Definition at line 113 of file itkWienerDeconvolutionImageFilter.h.

template<typename TInputImage , typename TKernelImage = TInputImage, typename TOutputImage = TInputImage, typename TInternalPrecision = double>
using itk::WienerDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >::KernelSizeType = typename Superclass::KernelSizeType

Definition at line 109 of file itkWienerDeconvolutionImageFilter.h.

template<typename TInputImage , typename TKernelImage = TInputImage, typename TOutputImage = TInputImage, typename TInternalPrecision = double>
using itk::WienerDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >::OutputImageType = TOutputImage

Definition at line 99 of file itkWienerDeconvolutionImageFilter.h.

template<typename TInputImage , typename TKernelImage = TInputImage, typename TOutputImage = TInputImage, typename TInternalPrecision = double>
using itk::WienerDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >::OutputIndexType = typename Superclass::OutputIndexType

Definition at line 105 of file itkWienerDeconvolutionImageFilter.h.

template<typename TInputImage , typename TKernelImage = TInputImage, typename TOutputImage = TInputImage, typename TInternalPrecision = double>
using itk::WienerDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >::OutputPixelType = typename Superclass::OutputPixelType

Definition at line 102 of file itkWienerDeconvolutionImageFilter.h.

template<typename TInputImage , typename TKernelImage = TInputImage, typename TOutputImage = TInputImage, typename TInternalPrecision = double>
using itk::WienerDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >::OutputRegionType = typename Superclass::OutputRegionType

Definition at line 112 of file itkWienerDeconvolutionImageFilter.h.

template<typename TInputImage , typename TKernelImage = TInputImage, typename TOutputImage = TInputImage, typename TInternalPrecision = double>
using itk::WienerDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >::OutputSizeType = typename Superclass::OutputSizeType

Definition at line 108 of file itkWienerDeconvolutionImageFilter.h.

template<typename TInputImage , typename TKernelImage = TInputImage, typename TOutputImage = TInputImage, typename TInternalPrecision = double>
using itk::WienerDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >::Pointer = SmartPointer< Self >

Definition at line 86 of file itkWienerDeconvolutionImageFilter.h.

template<typename TInputImage , typename TKernelImage = TInputImage, typename TOutputImage = TInputImage, typename TInternalPrecision = double>
using itk::WienerDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >::Self = WienerDeconvolutionImageFilter

Definition at line 81 of file itkWienerDeconvolutionImageFilter.h.

template<typename TInputImage , typename TKernelImage = TInputImage, typename TOutputImage = TInputImage, typename TInternalPrecision = double>
using itk::WienerDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >::SizeValueType = typename Superclass::SizeValueType

Definition at line 110 of file itkWienerDeconvolutionImageFilter.h.

template<typename TInputImage , typename TKernelImage = TInputImage, typename TOutputImage = TInputImage, typename TInternalPrecision = double>
using itk::WienerDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >::Superclass = InverseDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >

Definition at line 85 of file itkWienerDeconvolutionImageFilter.h.

Constructor & Destructor Documentation

template<typename TInputImage , typename TKernelImage = TInputImage, typename TOutputImage = TInputImage, typename TInternalPrecision = double>
itk::WienerDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >::WienerDeconvolutionImageFilter ( )
protected
template<typename TInputImage , typename TKernelImage = TInputImage, typename TOutputImage = TInputImage, typename TInternalPrecision = double>
itk::WienerDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >::~WienerDeconvolutionImageFilter ( )
overrideprotecteddefault

Member Function Documentation

template<typename TInputImage , typename TKernelImage = TInputImage, typename TOutputImage = TInputImage, typename TInternalPrecision = double>
virtual::itk::LightObject::Pointer itk::WienerDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >::CreateAnother ( ) const
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::InverseDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >.

template<typename TInputImage , typename TKernelImage = TInputImage, typename TOutputImage = TInputImage, typename TInternalPrecision = double>
void itk::WienerDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >::GenerateData ( )
overrideprotectedvirtual

This filter uses a minipipeline to compute the output.

Reimplemented from itk::InverseDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >.

template<typename TInputImage , typename TKernelImage = TInputImage, typename TOutputImage = TInputImage, typename TInternalPrecision = double>
virtual const char* itk::WienerDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >::GetNameOfClass ( ) const
virtual

Run-time type information ( and related methods )

Reimplemented from itk::InverseDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >.

template<typename TInputImage , typename TKernelImage = TInputImage, typename TOutputImage = TInputImage, typename TInternalPrecision = double>
virtual double itk::WienerDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >::GetNoiseVariance ( ) const
virtual

Set/get the variance of the zero-mean Gaussian white noise assumed to be added to the input.

template<typename TInputImage , typename TKernelImage = TInputImage, typename TOutputImage = TInputImage, typename TInternalPrecision = double>
static Pointer itk::WienerDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >::New ( )
static

Method for creation through the object factory.

template<typename TInputImage , typename TKernelImage = TInputImage, typename TOutputImage = TInputImage, typename TInternalPrecision = double>
void itk::WienerDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
overrideprotectedvirtual

Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from itk::InverseDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >.

template<typename TInputImage , typename TKernelImage = TInputImage, typename TOutputImage = TInputImage, typename TInternalPrecision = double>
virtual void itk::WienerDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >::SetNoiseVariance ( double  _arg)
virtual

Set/get the variance of the zero-mean Gaussian white noise assumed to be added to the input.

Member Data Documentation

template<typename TInputImage , typename TKernelImage = TInputImage, typename TOutputImage = TInputImage, typename TInternalPrecision = double>
constexpr unsigned int itk::WienerDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >::ImageDimension = TInputImage::ImageDimension
static

Dimensionality of input and output data is assumed to be the same.

Definition at line 96 of file itkWienerDeconvolutionImageFilter.h.

template<typename TInputImage , typename TKernelImage = TInputImage, typename TOutputImage = TInputImage, typename TInternalPrecision = double>
double itk::WienerDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision >::m_NoiseVariance
private

Definition at line 138 of file itkWienerDeconvolutionImageFilter.h.


The documentation for this class was generated from the following file: