]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/commit
fft: Do not pass big_batch_mode as a parameter
authorMichal Sojka <michal.sojka@cvut.cz>
Thu, 13 Sep 2018 22:44:03 +0000 (00:44 +0200)
committerMichal Sojka <michal.sojka@cvut.cz>
Fri, 14 Sep 2018 07:14:00 +0000 (09:14 +0200)
commit6196cc1ebe8290589f7e36bb8e7260cb3c1a21c0
tree8d8d40306396424a5455ba4a68eabac1e2770cfb
parent169236cb75d0206b75dafe0498756c3f003e55d2
fft: Do not pass big_batch_mode as a parameter

One can determine the mode from the BIG_BATCH preprocessor symbol even
without the parameter.
src/fft.h
src/fft_cufft.cpp
src/fft_cufft.h
src/fft_fftw.cpp
src/fft_fftw.h
src/fft_opencv.cpp
src/fft_opencv.h
src/kcf.cpp