]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/commit
Completed implementation of cufft and complexmat cuda implementation with custom...
authorShanigen <vkaraf@gmail.com>
Wed, 4 Apr 2018 18:12:44 +0000 (20:12 +0200)
committerShanigen <vkaraf@gmail.com>
Wed, 4 Apr 2018 18:12:44 +0000 (20:12 +0200)
commit7395eb5c7f17df50f7bf14617f183d693999b573
tree6a1e6be2843ac93a31f4d1990d3113ffd1a36ed7
parente11873aaf659bbb7577d2717192ef2af1a6139c7
Completed implementation of cufft and complexmat cuda implementation with custom kernels. Also added big batch variable to ffts.
13 files changed:
src/CMakeLists.txt
src/complexmat.cu [new file with mode: 0644]
src/complexmat.cuh [new file with mode: 0644]
src/complexmat.hpp
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
src/kcf.h