ITK
5.2.0
Insight Toolkit
|
#include <itkFFTWRealToHalfHermitianForwardFFTImageFilter.h>
Public Types | |
using | ConstPointer = SmartPointer< const Self > |
using | FFTWProxyType = typename fftw::Proxy< InputPixelType > |
using | InputImageType = TInputImage |
using | InputPixelType = typename InputImageType::PixelType |
using | InputSizeType = typename InputImageType::SizeType |
using | OutputImageType = TOutputImage |
using | OutputPixelType = typename OutputImageType::PixelType |
using | OutputSizeType = typename OutputImageType::SizeType |
using | Pointer = SmartPointer< Self > |
using | Self = FFTWRealToHalfHermitianForwardFFTImageFilter |
using | Superclass = RealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage > |
Public Types inherited from itk::RealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage > | |
using | ConstPointer = SmartPointer< const Self > |
using | InputImageType = TInputImage |
using | InputIndexType = typename InputImageType::IndexType |
using | InputPixelType = typename InputImageType::PixelType |
using | InputSizeType = typename InputImageType::SizeType |
using | OutputImageType = TOutputImage |
using | OutputIndexType = typename OutputImageType::IndexType |
using | OutputPixelType = typename OutputImageType::PixelType |
using | OutputSizeType = typename OutputIndexType::SizeType |
using | Pointer = SmartPointer< Self > |
using | Self = RealToHalfHermitianForwardFFTImageFilter |
using | Superclass = ImageToImageFilter< InputImageType, OutputImageType > |
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 |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::RealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
static void | SetGlobalDefaultDirectionTolerance (double) |
static double | GetGlobalDefaultDirectionTolerance () |
static void | SetGlobalDefaultCoordinateTolerance (double) |
static double | GetGlobalDefaultCoordinateTolerance () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static constexpr unsigned int | ImageDimension = InputImageType::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 |
bool | m_CanUseDestructiveAlgorithm |
int | m_PlanRigor |
virtual void | SetPlanRigor (const int &value) |
virtual const int & | GetPlanRigor () const |
SizeValueType | GetSizeGreatestPrimeFactor () const override |
FFTWRealToHalfHermitianForwardFFTImageFilter () | |
~FFTWRealToHalfHermitianForwardFFTImageFilter () override=default | |
void | GenerateData () override |
void | UpdateOutputData (DataObject *output) override |
void | PrintSelf (std::ostream &os, Indent indent) const override |
FFTW-based forward Fast Fourier Transform.
This filter computes the forward Fourier transform of an image. The implementation is based on the FFTW library.
This filter is multithreaded and supports input images of any size.
In order to use this class, ITK_USE_FFTWF must be set to ON in the CMake configuration to support float images, and ITK_USE_FFTWD must set to ON to support double images.
This implementation was taken from the Insight Journal paper: https://www.insight-journal.org/browse/publication/717
Definition at line 55 of file itkFFTWRealToHalfHermitianForwardFFTImageFilter.h.
using itk::FFTWRealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 72 of file itkFFTWRealToHalfHermitianForwardFFTImageFilter.h.
using itk::FFTWRealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >::FFTWProxyType = typename fftw::Proxy<InputPixelType> |
The proxy type is a wrapper for the FFTW API. Because the proxy is defined only for double and float, trying to use any other pixel type is unsupported, as is trying to use double if only the float FFTW version is configured in, or float if only double is configured.
Definition at line 79 of file itkFFTWRealToHalfHermitianForwardFFTImageFilter.h.
using itk::FFTWRealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >::InputImageType = TInputImage |
Standard class type aliases.
Definition at line 62 of file itkFFTWRealToHalfHermitianForwardFFTImageFilter.h.
using itk::FFTWRealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >::InputPixelType = typename InputImageType::PixelType |
Definition at line 63 of file itkFFTWRealToHalfHermitianForwardFFTImageFilter.h.
using itk::FFTWRealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >::InputSizeType = typename InputImageType::SizeType |
Definition at line 64 of file itkFFTWRealToHalfHermitianForwardFFTImageFilter.h.
using itk::FFTWRealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >::OutputImageType = TOutputImage |
Definition at line 65 of file itkFFTWRealToHalfHermitianForwardFFTImageFilter.h.
using itk::FFTWRealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >::OutputPixelType = typename OutputImageType::PixelType |
Definition at line 66 of file itkFFTWRealToHalfHermitianForwardFFTImageFilter.h.
using itk::FFTWRealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >::OutputSizeType = typename OutputImageType::SizeType |
Definition at line 67 of file itkFFTWRealToHalfHermitianForwardFFTImageFilter.h.
using itk::FFTWRealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >::Pointer = SmartPointer<Self> |
Definition at line 71 of file itkFFTWRealToHalfHermitianForwardFFTImageFilter.h.
using itk::FFTWRealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >::Self = FFTWRealToHalfHermitianForwardFFTImageFilter |
Definition at line 69 of file itkFFTWRealToHalfHermitianForwardFFTImageFilter.h.
using itk::FFTWRealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >::Superclass = RealToHalfHermitianForwardFFTImageFilter<TInputImage, TOutputImage> |
Definition at line 70 of file itkFFTWRealToHalfHermitianForwardFFTImageFilter.h.
|
protected |
Set/Get the behavior of wisdom plan creation. The default is provided by FFTWGlobalConfiguration::GetPlanRigor().
The parameter is one of the FFTW planner rigor flags FFTW_ESTIMATE, FFTW_MEASURE, FFTW_PATIENT, FFTW_EXHAUSTIVE provided by FFTWGlobalConfiguration.
This has no effect when ITK_USE_CUFFTW is enabled. /sa FFTWGlobalConfiguration
|
overrideprotecteddefault |
Set/Get the behavior of wisdom plan creation. The default is provided by FFTWGlobalConfiguration::GetPlanRigor().
The parameter is one of the FFTW planner rigor flags FFTW_ESTIMATE, FFTW_MEASURE, FFTW_PATIENT, FFTW_EXHAUSTIVE provided by FFTWGlobalConfiguration.
This has no effect when ITK_USE_CUFFTW is enabled. /sa FFTWGlobalConfiguration
|
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::Object.
|
overrideprotectedvirtual |
Set/Get the behavior of wisdom plan creation. The default is provided by FFTWGlobalConfiguration::GetPlanRigor().
The parameter is one of the FFTW planner rigor flags FFTW_ESTIMATE, FFTW_MEASURE, FFTW_PATIENT, FFTW_EXHAUSTIVE provided by FFTWGlobalConfiguration.
This has no effect when ITK_USE_CUFFTW is enabled. /sa FFTWGlobalConfiguration
Reimplemented from itk::ImageSource< TOutputImage >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
virtual |
Set/Get the behavior of wisdom plan creation. The default is provided by FFTWGlobalConfiguration::GetPlanRigor().
The parameter is one of the FFTW planner rigor flags FFTW_ESTIMATE, FFTW_MEASURE, FFTW_PATIENT, FFTW_EXHAUSTIVE provided by FFTWGlobalConfiguration.
This has no effect when ITK_USE_CUFFTW is enabled. /sa FFTWGlobalConfiguration
|
overridevirtual |
Set/Get the behavior of wisdom plan creation. The default is provided by FFTWGlobalConfiguration::GetPlanRigor().
The parameter is one of the FFTW planner rigor flags FFTW_ESTIMATE, FFTW_MEASURE, FFTW_PATIENT, FFTW_EXHAUSTIVE provided by FFTWGlobalConfiguration.
This has no effect when ITK_USE_CUFFTW is enabled. /sa FFTWGlobalConfiguration
Reimplemented from itk::RealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >.
|
static |
Method for creation through the object factory.
|
overrideprotectedvirtual |
Set/Get the behavior of wisdom plan creation. The default is provided by FFTWGlobalConfiguration::GetPlanRigor().
The parameter is one of the FFTW planner rigor flags FFTW_ESTIMATE, FFTW_MEASURE, FFTW_PATIENT, FFTW_EXHAUSTIVE provided by FFTWGlobalConfiguration.
This has no effect when ITK_USE_CUFFTW is enabled. /sa FFTWGlobalConfiguration
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
inlinevirtual |
Set/Get the behavior of wisdom plan creation. The default is provided by FFTWGlobalConfiguration::GetPlanRigor().
The parameter is one of the FFTW planner rigor flags FFTW_ESTIMATE, FFTW_MEASURE, FFTW_PATIENT, FFTW_EXHAUSTIVE provided by FFTWGlobalConfiguration.
This has no effect when ITK_USE_CUFFTW is enabled. /sa FFTWGlobalConfiguration
Definition at line 100 of file itkFFTWRealToHalfHermitianForwardFFTImageFilter.h.
References itk::FFTWGlobalConfiguration::GetPlanRigorName().
|
overrideprotectedvirtual |
Set/Get the behavior of wisdom plan creation. The default is provided by FFTWGlobalConfiguration::GetPlanRigor().
The parameter is one of the FFTW planner rigor flags FFTW_ESTIMATE, FFTW_MEASURE, FFTW_PATIENT, FFTW_EXHAUSTIVE provided by FFTWGlobalConfiguration.
This has no effect when ITK_USE_CUFFTW is enabled. /sa FFTWGlobalConfiguration
Reimplemented from itk::ProcessObject.
|
staticconstexpr |
Define the image dimension.
Definition at line 88 of file itkFFTWRealToHalfHermitianForwardFFTImageFilter.h.
|
private |
Set/Get the behavior of wisdom plan creation. The default is provided by FFTWGlobalConfiguration::GetPlanRigor().
The parameter is one of the FFTW planner rigor flags FFTW_ESTIMATE, FFTW_MEASURE, FFTW_PATIENT, FFTW_EXHAUSTIVE provided by FFTWGlobalConfiguration.
This has no effect when ITK_USE_CUFFTW is enabled. /sa FFTWGlobalConfiguration
Definition at line 132 of file itkFFTWRealToHalfHermitianForwardFFTImageFilter.h.
|
private |
Set/Get the behavior of wisdom plan creation. The default is provided by FFTWGlobalConfiguration::GetPlanRigor().
The parameter is one of the FFTW planner rigor flags FFTW_ESTIMATE, FFTW_MEASURE, FFTW_PATIENT, FFTW_EXHAUSTIVE provided by FFTWGlobalConfiguration.
This has no effect when ITK_USE_CUFFTW is enabled. /sa FFTWGlobalConfiguration
Definition at line 134 of file itkFFTWRealToHalfHermitianForwardFFTImageFilter.h.