SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
Convolution.h
Go to the documentation of this file.
1
17/*
18 * @file SEFramework/Convolution/Convolution.h
19 * @date 17/09/18
20 * @author aalvarez
21 */
22
23#ifndef _SEFRAMEWORK_CONVOLUTION_CONVOLUTION_H
24#define _SEFRAMEWORK_CONVOLUTION_CONVOLUTION_H
25
26#include "DirectConvolution.h"
27#include "DFT.h"
28
29namespace SourceXtractor {
30
35
36} // end SourceXtractor
37
38
39#endif // _SEFRAMEWORK_CONVOLUTION_CONVOLUTION_H
DFTConvolution< SeFloat, PaddedImage< SeFloat, Reflect101Coordinates > > DefaultConvolutionStrategy
Definition Convolution.h:34