]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/commit
Introduce FFT abstraction and move implementation to separate files
authorMichal Sojka <michal.sojka@cvut.cz>
Sun, 11 Mar 2018 12:15:09 +0000 (13:15 +0100)
committerMichal Sojka <michal.sojka@cvut.cz>
Sun, 11 Mar 2018 12:47:32 +0000 (13:47 +0100)
commite77cac153cca1f1f7a6d55c43b95b1424f9d5ae0
tree05e3d91cdac9801ca0e4b8e90399643dbc71c632
parented1a48a5e99b0cbfa7ec1c3ca53d76e05caaaf7d
Introduce FFT abstraction and move implementation to separate files

Also move cmake FFT logic from root directory to KCF library in src.
CMakeLists.txt
src/CMakeLists.txt
src/fft.cpp [new file with mode: 0644]
src/fft.h [new file with mode: 0644]
src/fft_opencv.cpp [new file with mode: 0644]
src/fft_opencv.h [new file with mode: 0644]
src/kcf.cpp
src/kcf.h