]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/history - src/fft_fftw.h
FFT does not take whole Scale_vars struct
[hercules2020/kcf.git] / src / fft_fftw.h
2018-09-05 ShanigenFFT does not take whole Scale_vars struct
2018-09-05 ShanigenCleaned FFTW version
2018-09-05 ShanigenAdded CUFFT support
2018-09-05 ShanigenWork done so far on making Scale_var struct
2018-04-23 ShanigenGaussian correlation for CUFFT version is now on GPU...
2018-04-19 ShanigenAdded forward_raw function to ffts in preparation to...
2018-04-19 ShanigenAddition of inverse_raw in ftt for preparition of full...
2018-04-16 Michal SojkaMerge branch 'master' of github.com:Shanigen/kcf
2018-04-16 Michal SojkaFix indentation and whitespace
2018-04-04 ShanigenCompleted implementation of cufft and complexmat cuda...
2018-03-26 ShanigenAdded cmake support for cufft, also copied fftw functio...
2018-03-21 ShanigenBig batch update (not finished)
2018-03-20 ShanigenAdded number of scales to FFT init.
2018-03-20 ShanigenAdded number of features to FFT init.
2018-03-20 ShanigenFFTW cleanup version 1. done.
2018-03-19 Michal Sojkafftw cleanup (not finished)
2018-03-16 ShanigenAdded Big Batch mode for forward_window, which enables...
2018-03-14 Michal SojkaMerge branch 'master' of github.com:Shanigen/kcf
2018-03-13 ShanigenAdded New-array Execute function support for FFTW.
2018-03-12 ShanigenFFTW async support with multi threaded plans restored.
2018-03-11 Michal SojkaAdd fftw-based FFT implementation