RTK
2.6.0
Reconstruction Toolkit
|
#include <rtkHilbertImageFilter.h>
Public Types | |
using | ConstPointer = itk::SmartPointer< const Self > |
using | Pointer = itk::SmartPointer< Self > |
using | Self = HilbertImageFilter |
using | Superclass = itk::ImageToImageFilter< TInputImage, TOutputImage > |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother () const |
virtual const char * | GetNameOfClass () const |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
void | GenerateData () override |
HilbertImageFilter ()=default | |
~HilbertImageFilter () override=default | |
Computes the complex analytic signal of a 1D signal.
The function reproduces the Matlab function "hilbert" which computes the analytic signal using the Hilbert transform. In Matlab's code, references are made to: [Oppenheim and Schafer, Discrete-Time signal processing, 1998] [Marple, IEEE Trans Sig Proc, 1999]
Definition at line 44 of file rtkHilbertImageFilter.h.
using rtk::HilbertImageFilter< TInputImage, TOutputImage >::ConstPointer = itk::SmartPointer<const Self> |
Definition at line 53 of file rtkHilbertImageFilter.h.
using rtk::HilbertImageFilter< TInputImage, TOutputImage >::Pointer = itk::SmartPointer<Self> |
Definition at line 52 of file rtkHilbertImageFilter.h.
using rtk::HilbertImageFilter< TInputImage, TOutputImage >::Self = HilbertImageFilter |
Standard class type alias.
Definition at line 50 of file rtkHilbertImageFilter.h.
using rtk::HilbertImageFilter< TInputImage, TOutputImage >::Superclass = itk::ImageToImageFilter<TInputImage, TOutputImage> |
Definition at line 51 of file rtkHilbertImageFilter.h.
|
protecteddefault |
|
overrideprotecteddefault |
|
virtual |
Reimplemented from itk::Object.
|
overrideprotectedvirtual |
Reimplemented from itk::ImageSource< TOutputImage >.
|
virtual |
Runtime information support.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
static |
Standard New method.