]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/commit
Added DynMem class
authorShanigen <vkaraf@gmail.com>
Thu, 6 Sep 2018 10:42:16 +0000 (12:42 +0200)
committerMichal Sojka <michal.sojka@cvut.cz>
Fri, 7 Sep 2018 15:31:08 +0000 (17:31 +0200)
commitb128bd96b1bf1b64a3063b0d3422508492c8b851
treeb46bea705fe6f8578b9ac18250f1eb1eb46d199f
parent9620bab2e517dec3fb2b27eae7100e6f8208fdb6
Added DynMem class

DynMem class streamlines dynamic memory allocation for both CUDA
and CPU version of the tracker. Also some minor changes in fft_cufft.hpp
were made, because there was a problem with order of header includes.
src/CMakeLists.txt
src/complexmat.hpp
src/dynmem.hpp [new file with mode: 0644]
src/fft_cufft.h
src/kcf.cpp
src/threadctx.hpp