]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/history - src/fft_opencv.cpp
Simplify scale initialization
[hercules2020/kcf.git] / src / fft_opencv.cpp
2018-09-25 Michal SojkaSimplify OpenCV FFT
2018-09-23 Michal SojkaFix bugs in some FFT classes
2018-09-22 Michal SojkaMat3d: Add const plane() method
2018-09-21 Michal SojkaFix FFT functions to use the correct new Mat* types
2018-09-21 Michal SojkaIntroduce new Mat types and use them in the code
2018-09-20 Michal SojkaSimplify access to 3D Mat planes
2018-09-20 Michal SojkaTry to fix compilation error with OpenCV 2.4
2018-09-20 Michal SojkaFix FFT classes compilation errors
2018-09-20 Michal Sojkafft: Implement assertions in the base class
2018-09-20 Michal Sojka(Mat)DynMem updates and related changes
2018-09-20 Michal SojkaCUDA: Use per-thread default streams rather than explic...
2018-09-14 Michal Sojkafft: Do not pass big_batch_mode as a parameter
2018-09-12 Michal SojkaMerge README update
2018-09-11 Michal SojkaMerge branch 'cuda-streams'
2018-09-07 ShanigenFormatted files with Clang Format.
2018-09-05 ShanigenWork done so far on CUDA streams
2018-09-05 ShanigenFFT does not take whole Scale_vars struct
2018-09-05 ShanigenCleaned OpenCV version
2018-09-05 ShanigenKCF_Tracker::init now uses Scale_vars FFT API
2018-09-05 ShanigenRemoved memory allocation in tracker update
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 ShanigenCorrected small mistake with inverse raw in cufft.
2018-04-19 ShanigenAddition of inverse_raw in ftt for preparition of full...
2018-04-04 ShanigenCompleted implementation of cufft and complexmat cuda...
2018-03-28 ShanigenCorrected init in OpenCV FFT version
2018-03-26 ShanigenPrepare using cuFFT
2018-03-20 ShanigenAdded number of scales to FFT init.
2018-03-20 ShanigenAdded number of features to FFT init.
2018-03-11 Michal SojkaIntroduce FFT abstraction and move implementation to...