]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/history - src/fft_fftw.cpp
test: Decrease accuracy limit
[hercules2020/kcf.git] / src / fft_fftw.cpp
2018-10-01 Michal SojkaDo not destroy fftw plans if they were not created
2018-09-25 Michal Sojkafftw: More meaningul threading configuration
2018-09-25 Michal Sojkafftw: Make create_plan method const
2018-09-25 Michal Sojkafftw: Make everything related to BIG_BATCH conditionall...
2018-09-25 Michal SojkaSimplify Fftw::init()
2018-09-24 ShanigenRepaired the big batch mode for FFTW.
2018-09-24 Michal SojkaAttempt to fix big_batch mode
2018-09-23 Michal SojkaFix fftw bug
2018-09-23 Michal SojkaFix bugs in some FFT classes
2018-09-21 Michal SojkaGet rid of warnings from the last commit
2018-09-21 Michal SojkaFix FFT functions to use the correct new Mat* types
2018-09-21 ShanigenCorrected plans in FFTW and CUFFT for big batch mode.
2018-09-21 Michal SojkaIntroduce new Mat types and use them in the code
2018-09-20 Michal SojkaQuick fix to compile fftw even without m_num_of_scales
2018-09-20 Michal SojkaSimplify access to 3D Mat planes
2018-09-20 Michal SojkaFix FFT classes compilation errors
2018-09-20 Michal Sojkafft: Implement assertions in the base class
2018-09-20 Michal SojkaStart cleaning up cufft implementation
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-10 ShanigenFix clang warnings
2018-09-07 ShanigenFormatted files with Clang Format.
2018-09-05 ShanigenCUDA streams works
2018-09-05 ShanigenWork done so far on CUDA streams
2018-09-05 ShanigenBig batch mode now works for all versions
2018-09-05 ShanigenFFT does not take whole Scale_vars struct
2018-09-05 ShanigenCleaned FFTW version
2018-09-05 ShanigenKCF_Tracker::init now uses Scale_vars FFT API
2018-09-05 ShanigenAdded CUFFT support
2018-09-05 ShanigenScale_vars version now supports FFTW
2018-09-05 ShanigenWork done so far on making Scale_var struct
2018-07-25 ShanigenChanges that should correct some race conditions
2018-07-11 ShanigenModified Fftw version to correctly use OpenMP.
2018-05-14 ShanigenMerge branch 'master' of https://github.com/Shanigen/kcf
2018-05-14 ShanigenCorrected flags used during initialization of Fftw...
2018-05-12 ShanigenModified parallel version of Fftw use POSIX threads...
2018-05-09 ShanigenGit corrected some issue, with destruction of fftw...
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-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-25 ShanigenBig batch update 2 (not finished)
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 plans use FFTW_MEASURE now
2018-03-20 ShanigenFFTW cleanup version 1. done.
2018-03-19 Michal Sojkafftw cleanup (not finished)
2018-03-19 ShanigenRemoved debug couts.
2018-03-19 ShanigenComplexMat is now output of forward_window fft.
2018-03-18 ShanigenChanged p_data in ComplexMat to mutable so it can be...
2018-03-16 ShanigenAdded Big Batch mode for forward_window, which enables...
2018-03-15 ShanigenAdded simpler cufftw fix also to the 1 channel iFFT.
2018-03-15 ShanigenMerge branch 'master' of github.com:Shanigen/kcf
2018-03-15 ShanigenChanged ComplexMat p_data from vector of vectors of...
2018-03-14 Michal SojkaMerge branch 'master' of github.com:Shanigen/kcf
2018-03-13 ShanigenCorrected small mistake.
2018-03-13 ShanigenAdded New-array Execute function support for FFTW.
2018-03-13 ShanigenFFTW OpenMP support restored.
2018-03-12 Michal SojkaSimplify cufftw fix
2018-03-12 ShanigenFFTW async support with multi threaded plans restored.
2018-03-12 ShanigenCorrected cuFFTW inverse FFT.
2018-03-12 Michal SojkaFinish conversion
2018-03-11 Michal SojkaStart converting fftw version to "plan_many"
2018-03-11 Michal SojkaAdd fftw-based FFT implementation