]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/commit
Smaller FFT API
authorShanigen <vkaraf@gmail.com>
Fri, 3 Aug 2018 11:00:12 +0000 (13:00 +0200)
committerMichal Sojka <michal.sojka@cvut.cz>
Wed, 5 Sep 2018 06:38:52 +0000 (08:38 +0200)
commitfe5041781f7f7231ab4a0ff1dbef61ab42876766
tree5e729e70bc30d001cec8cdfc9c4c560d08eb483b
parent9d6b9a879680be1e953c3099b2687d319e9cf6af
Smaller FFT API

FFT API now only consist these functions: forward, forward_window and inverse.
All of them take Scale_vars structure as the sole input parameter. This API
currently works only with CuFFT if I remember correctly. I will have to test it
with OpenCV and FFTW.
src/fft.h
src/fft_cufft.cpp
src/fft_cufft.h
src/kcf.cpp