ITK  5.0.0
Insight Segmentation and Registration Toolkit
Classes | Static Public Member Functions | Static Public Attributes | List of all members
itk::VnlFFTCommon Class Reference

#include <itkVnlFFTCommon.h>

Detailed Description

Common routines related to Vnl's FFT implementation.

Definition at line 33 of file itkVnlFFTCommon.h.

Classes

struct  VnlFFTTransform
 

Static Public Member Functions

template<typename TSizeValue >
static bool IsDimensionSizeLegal (TSizeValue n)
 

Static Public Attributes

static constexpr SizeValueType GREATEST_PRIME_FACTOR = 5
 

Member Function Documentation

template<typename TSizeValue >
static bool itk::VnlFFTCommon::IsDimensionSizeLegal ( TSizeValue  n)
static

Vnl's FFT supports discrete Fourier transforms for images whose sizes have a prime factorization consisting of 2's, 3's, and 5's.

Member Data Documentation

constexpr SizeValueType itk::VnlFFTCommon::GREATEST_PRIME_FACTOR = 5
static

Definition at line 41 of file itkVnlFFTCommon.h.


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