]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/commit
Introduce new Mat types and use them in the code
authorMichal Sojka <michal.sojka@cvut.cz>
Fri, 21 Sep 2018 11:48:24 +0000 (13:48 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 21 Sep 2018 19:46:16 +0000 (21:46 +0200)
commit3021047cc4d4c47eb1cabf8fb7da6d39d9d15923
treefb44cb60e5cb490d4867d31582899eaff32f1b1d
parentb5348d7b5abf76a11b1a4d6e750c09a2417cc78c
Introduce new Mat types and use them in the code

This unifies matrix layout in memory and makes it easier to think about
code correctness.
12 files changed:
src/dynmem.hpp
src/fft.cpp
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
src/threadctx.hpp