ITK  5.4.0
Insight Toolkit
Public Member Functions | Static Private Attributes | List of all members
itk::Function::BlackmanWindowFunction< VRadius, TInput, TOutput > Class Template Reference

#include <itkWindowedSincInterpolateImageFunction.h>

Detailed Description

template<unsigned int VRadius, typename TInput = double, typename TOutput = double>
class itk::Function::BlackmanWindowFunction< VRadius, TInput, TOutput >

Window function for sinc interpolation.

\[ w(x) = 0.42 + 0.5 cos(\frac{\pi x}{m}) + 0.08 cos(\frac{2 \pi x}{m}) \]

See also
WindowedSincInterpolateImageFunction

Definition at line 137 of file itkWindowedSincInterpolateImageFunction.h.

Public Member Functions

TOutput operator() (const TInput &A) const
 

Static Private Attributes

static const double m_Factor1
 
static const double m_Factor2
 

Member Function Documentation

◆ operator()()

template<unsigned int VRadius, typename TInput = double, typename TOutput = double>
TOutput itk::Function::BlackmanWindowFunction< VRadius, TInput, TOutput >::operator() ( const TInput &  A) const
inline

Definition at line 141 of file itkWindowedSincInterpolateImageFunction.h.

Member Data Documentation

◆ m_Factor1

template<unsigned int VRadius, typename TInput = double, typename TOutput = double>
const double itk::Function::BlackmanWindowFunction< VRadius, TInput, TOutput >::m_Factor1
staticprivate

Equal to \( \frac{\pi}{m} \)

Definition at line 149 of file itkWindowedSincInterpolateImageFunction.h.

◆ m_Factor2

template<unsigned int VRadius, typename TInput = double, typename TOutput = double>
const double itk::Function::BlackmanWindowFunction< VRadius, TInput, TOutput >::m_Factor2
staticprivate

Equal to \( \frac{2 \pi}{m} \)

Definition at line 152 of file itkWindowedSincInterpolateImageFunction.h.


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