]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/commit
FFT does not take whole Scale_vars struct
authorShanigen <vkaraf@gmail.com>
Tue, 7 Aug 2018 08:26:35 +0000 (10:26 +0200)
committerMichal Sojka <michal.sojka@cvut.cz>
Wed, 5 Sep 2018 06:38:52 +0000 (08:38 +0200)
commit20251c9f54db3b0f56c8497a2a9f5d93c007d953
tree5f1034fce8aa581cde6fb10d50ca27b2c25ab603
parent29b077f44588098f1067c85e538c6c358fee4f6e
FFT does not take whole Scale_vars struct

FFT class now does not need to know anything about the tracker. It only gets as
input parameters objects and variables on which to perform FFT. Also Scale_vars
constructor was added, which allocates memory for variables.
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/scale_vars.hpp