SourceXtractorPlusPlus  0.16
Please provide a description of the project.
Namespaces | Functions
FFTHelper.h File Reference
#include "SEFramework/Image/Image.h"
#include <cassert>
#include <vector>
Include dependency graph for FFTHelper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 SourceXtractor
 

Functions

template<typename T , template< typename > class Img>
static void SourceXtractor::copyImageToFFTWorkArea (Img< T > &origin, std::vector< T > &buffer)
 
template<typename T , template< typename > class Img>
static void SourceXtractor::copyFFTWorkAreaToImage (std::vector< T > &buffer, Img< T > &dest, int rpad=0, int lpad=0, int tpad=0, int bpad=0, bool normalize=true)