|
SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
|
#include <DFT.h>

Public Member Functions | |
| ConvolutionContext ()=default | |
Private Attributes | |
| int | m_padded_width |
| int | m_padded_height |
| int | m_transform_padding |
| std::vector< real_t > | m_kernel_transform |
| std::vector< real_t > | m_work_area |
| 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)
|
default |
|
friend |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |