Skip to content
Snippets Groups Projects
Commit 395e38ae authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

rm unused fct

parent 0c250353
No related branches found
No related tags found
1 merge request!2196preparing for #864/865
Pipeline #122368 passed
......@@ -65,9 +65,6 @@ public:
//! prepare arrays for 2D convolution of given vectors
void init(int h_src, int w_src, int h_kernel, int w_kernel);
//! Sets convolution mode
void setMode(ConvolutionMode mode) { m_mode = mode; }
private:
//! compute circual convolution of source and kernel using fast Fourier transformation
void fftw_circular_convolution(const double2d_t& src, const double2d_t& kernel);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment