]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/history - src/kcf.cpp
Allow specifying visual debug mode from command line
[hercules2020/kcf.git] / src / kcf.cpp
2018-09-11 Michal SojkaImprove error message
2018-09-11 Michal SojkaMerge branch 'cuda-streams'
2018-09-10 ShanigenAdded comments to variables in ThreadCtx + renamed...
2018-09-10 ShanigenCorrection for CUFFT Big batch OpenMP
2018-09-10 ShanigenCorrected warnings and errors in CUFFT version
2018-09-10 ShanigenStreamlined ThreadCtx
2018-09-10 ShanigenAdded DynMem class
2018-09-07 ShanigenChanged p_windows_size and windows_size type to cv...
2018-09-07 ShanigenRenamed Scale_Vars to ThreadCtx
2018-09-07 ShanigenFormatted files with Clang Format.
2018-09-05 Michal SojkaReformat some parts with clang-format
2018-09-05 ShanigenBig Batch mode now support OpenMP
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 OpenCV version
2018-09-05 ShanigenCleaned FFTW version
2018-09-05 ShanigenRemove memory copying from host to device
2018-09-05 ShanigenSmaller FFT API
2018-09-05 ShanigenKCF_Tracker::init now uses Scale_vars FFT API
2018-09-05 ShanigenCuFFT uses only inverse(Scale_vars & vars)
2018-09-05 ShanigenAll versions now use same FFT API
2018-09-05 ShanigenAdded CUFFT support
2018-09-05 ShanigenAdded KCF_Tracker::init_scale_vars method
2018-09-05 ShanigenScale_vars version now supports FFTW
2018-09-05 ShanigenAdded support for std::async and OpenMP
2018-09-05 ShanigenRemoved memory allocation in tracker update
2018-09-05 ShanigenAdded linear kernel support
2018-09-05 ShanigenCorrected the tracking issue
2018-09-05 ShanigenWork done so far on making Scale_var struct
2018-07-26 ShanigenAddition of Scale_var structure.
2018-07-25 ShanigenChanges that should correct some race conditions
2018-07-24 Michal SojkaAdd clang-format configuration
2018-07-24 ShanigenCorrected small mistake with terminating character
2018-07-24 ShanigenMade an error message easier to read.
2018-07-23 ShanigenMerge branch 'master' of https://github.com/Shanigen/kcf
2018-07-23 ShanigenAdded better error messages for checking window size...
2018-07-18 ShanigenChanged long string to multiline.
2018-07-18 ShanigenMerge branch 'master' of https://github.com/Shanigen/kcf
2018-07-18 ShanigenAdded more verbose error message, when checking window...
2018-07-03 ShanigenRemoved cudaDeviceSynchronize in Gaussian correlation.
2018-05-15 ShanigenCorrected small mistake in scaling.
2018-05-15 ShanigenModified custom size window. You can now select both...
2018-05-09 ShanigenAddde warning, when using linear kernel with cufft...
2018-05-07 ShanigenMerge branch 'master' of https://github.com/Shanigen/kcf
2018-05-07 ShanigenAdded custom scaling size option. The final window...
2018-04-23 ShanigenChanged scaling of window to be always 128x128 resultin...
2018-04-23 ShanigenGaussian correlation for CUFFT version is now on GPU...
2018-04-19 ShanigenSome minor corrections to variable in kcf.
2018-04-19 ShanigenAdded check in complexmat to prevent double freeing...
2018-04-19 ShanigenAdded error cheking for CUDA API calls and CUDA kernels.
2018-04-16 Michal SojkaMerge branch 'master' of github.com:Shanigen/kcf
2018-04-16 Michal SojkaFix indentation and whitespace
2018-04-10 ShanigenMerge branch 'master' of https://github.com/Shanigen/kcf
2018-04-10 ShanigenRemoved zero copy for complexmat now it is using normal...
2018-04-04 ShanigenCompleted implementation of cufft and complexmat cuda...
2018-03-29 ShanigenSqr norm in complexmat now returns array.
2018-03-26 ShanigenAdded cmake support for cufft, also copied fftw functio...
2018-03-26 ShanigenCorrected small mistake with OpenMP support for big...
2018-03-26 ShanigenAdded support for OMP in big batch mode.
2018-03-25 ShanigenBig batch mode is now working correctly.
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-16 ShanigenAdded Big Batch mode for forward_window, which enables...
2018-03-11 Michal SojkaAdd DEBUG_PRINTF macro
2018-03-11 Michal SojkaDo not expect that size of fourier transform input...
2018-03-11 Michal SojkaAdd fftw-based FFT implementation
2018-03-11 Michal SojkaIntroduce FFT abstraction and move implementation to...
2018-03-11 Michal SojkaMake downscaling configurable
2018-03-09 Michal SojkaRemove profiling code
2018-03-06 ShanigenMerge branch 'master' of https://github.com/Shanigen/kcf
2018-03-06 ShanigenCorrected "corrected" fftw implementation, also made...
2018-03-06 Michal SojkaRemove wrong call to cv::dft in fftw version
2018-03-06 Michal SojkaMake debug run-time option rather than compile time
2018-03-06 ShanigenCorrected scaling issue in inverse fftw.
2018-03-05 ShanigenAdded support for cuFFTW and corrected wrong usage...
2018-03-04 ShanigenAdded profiling option to the project using perf_event_...
2018-03-02 ShanigenAdded async support to fftw and deleted some obsolete...
2018-03-02 Michal SojkaPrepare for using cuFFTW
2018-03-02 Michal SojkaFix placement of omp critical
2018-03-02 Michal SojkaBetter way to not warn about omp pragmas when compiling...
2018-02-27 Michal SojkaSilence warnings when compiled without OpenMP
2018-02-24 ShanigenAdde support for OpenMP now original OpenCV implementat...
2018-02-22 Michal SojkaReindent and replace tabs with spaces
2018-02-22 Michal SojkaWhitespace cleanup
2018-02-20 ShanigenAdded some basic compability for FFTW with OpenMP....
2018-02-19 ShanigenMerge pull request #1 from Shanigen/FFTW
2018-01-07 ShanigenAdded FFTW support
2017-12-31 ShanigenFFTs are working but IFFT is not. Also added some more...
2017-12-15 ShanigenUpdated cmake. Now you can enable visualization of...
2017-12-14 ShanigenShould be able to compile the program everywhere now...
2017-12-01 Michal SojkaLast changes from @Shanigen
2017-11-26 ShanigenWork I have done so far
2017-03-07 Tomas Vojirlinear kernel model computation update
2017-03-07 Tomas Vojiradded linear kernel for filter learning and tracking
2016-09-19 Tomas Vojirposition shift take into account current window scale
2016-09-05 Tomas Vojirgrayscale features removed; they in all tests reduces...
next