SourceXtractorPlusPlus
0.8
Please provide a description of the project.
|
#include <DFT.h>
Private Attributes | |
int | m_padded_width |
int | m_padded_height |
int | m_total_size |
std::vector< complex_t > | m_kernel_transform |
std::vector< complex_t > | m_complex_buffer |
std::vector< real_t > | m_real_buffer |
FFT< T >::plan_ptr_t | m_fwd_plan |
FFT< T >::plan_ptr_t | m_inv_plan |
Friends | |
class | DFTConvolution< T, TPadding > |
This strategy has the concept of a "context": things that can be precomputed only once and reused afterwards. This is useful, for instance, when the image is convolved multiple times with the same kernel (i.e. ModelFitting)
|
friend |
|
private |
Definition at line 59 of file DFT.h.
Referenced by SourceXtractor::DFTConvolution< DetectionImage::PixelType, PaddedType >::convolve().
|
private |
Definition at line 61 of file DFT.h.
Referenced by SourceXtractor::DFTConvolution< DetectionImage::PixelType, PaddedType >::convolve().
|
private |
Definition at line 61 of file DFT.h.
Referenced by SourceXtractor::DFTConvolution< DetectionImage::PixelType, PaddedType >::convolve().
|
private |
Definition at line 59 of file DFT.h.
Referenced by SourceXtractor::DFTConvolution< DetectionImage::PixelType, PaddedType >::convolve().
|
private |
Definition at line 58 of file DFT.h.
Referenced by SourceXtractor::DFTConvolution< DetectionImage::PixelType, PaddedType >::convolve().
|
private |
Definition at line 58 of file DFT.h.
Referenced by SourceXtractor::DFTConvolution< DetectionImage::PixelType, PaddedType >::convolve().
|
private |
Definition at line 60 of file DFT.h.
Referenced by SourceXtractor::DFTConvolution< DetectionImage::PixelType, PaddedType >::convolve().
|
private |
Definition at line 58 of file DFT.h.
Referenced by SourceXtractor::DFTConvolution< DetectionImage::PixelType, PaddedType >::convolve().