]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/commit
Do not use virtual methods in FFT class
authorMichal Sojka <michal.sojka@cvut.cz>
Sat, 1 Dec 2018 23:02:58 +0000 (00:02 +0100)
committerMichal Sojka <michal.sojka@cvut.cz>
Sat, 1 Dec 2018 23:03:00 +0000 (00:03 +0100)
commit87b7b7429bc2d4e7bf7aa278b2a6e5c6afc08d45
tree45863f943a3e89f330b9a7e9d3ddc6ce1ae6c182
parentc86842736562522396746779fd2bf38b01225458
Do not use virtual methods in FFT class

This will become useful in next commit, where we will try to make
ComplexMat sizes constexpr. ComplexMat will become a template class
and therefore Fft classes will need to have template methods. Since it
is not possible to have virtual template methods, we are removing
virtual methods here.
src/fft.cpp
src/fft.h
src/fft_cufft.h
src/fft_fftw.h
src/fft_opencv.h
src/kcf.cpp
src/kcf.h