]> 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>
Mon, 10 Sep 2018 14:52:24 +0000 (16:52 +0200)
commitc3b542f1a98a98a0fa98dace5e342d766f9696ce
treeb46bea705fe6f8578b9ac18250f1eb1eb46d199f
parent09118e41a8e8bb9748065a0d4ceeef1c17961c2a
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