]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/shortlog
hercules2020/kcf.git
2018-04-06 ShanigenModified Makefile to build all the current working...
2018-04-04 ShanigenCompleted implementation of cufft and complexmat cuda...
2018-03-29 ShanigenSqr norm in complexmat now returns array.
2018-03-28 ShanigenDeleted obsolete code.
2018-03-28 ShanigenRemoved custom allocator in favor of thrust.
2018-03-28 ShanigenAdded custom allocator for vectors in ComplexMat when...
2018-03-28 ShanigenCorrected init in OpenCV FFT version
2018-03-26 ShanigenAdded compatibility for Opencv 3 in cuFFT.
2018-03-26 ShanigenAdded cmake support for cufft, also copied fftw functio...
2018-03-26 ShanigencuFFT use preparation correction
2018-03-26 ShanigenPrepare using cuFFT
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-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 ShanigenAdded cmake modification for fftw async.
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 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-11 Michal Sojkacmake: Make it easy to override -O3 with CMAKE_BUILD_TYPE
2018-03-09 Michal SojkaRemove profiling code
2018-03-07 Michal Sojkacmake: Use Ninja generator rather than Makefile
2018-03-07 Michal Sojkacmake: Move big part of cmake logic to src/
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-06 Michal Sojkacmake: Find CUDA before OpenCV
2018-03-06 Michal SojkaMakefile: Add shortcut targets
2018-03-06 Michal Sojkacmake: Find CUDA before going into src
2018-03-05 ShanigenAdded support for cuFFTW and corrected wrong usage...
2018-03-05 Michal SojkaFix linking of cufftw library
2018-03-05 Michal SojkaPass proper compiler options for cufftw compilation
2018-03-05 Michal SojkaDo not use external project for libpfm
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-03-02 Michal SojkaAdd --output parameter
2018-03-02 Michal SojkaAutomatically use groundtruth.txt when it exists (with...
2018-02-27 Michal SojkaSilence warnings when compiled without OpenMP
2018-02-27 Michal SojkaUpdate README to include -v option
2018-02-27 Michal SojkaSimplify CMake configuration - use just one variable...
2018-02-27 Michal SojkaAdd example CMAKE option to set OpenCV location
2018-02-27 Michal SojkaMake visualization configurable at run-time rather...
2018-02-24 ShanigenAdde support for OpenMP now original OpenCV implementat...
2018-02-22 Michal SojkaVisualize result by default and do not wait for a key
2018-02-22 Michal SojkaAdd Makefile that compiles all the available variants
2018-02-22 Michal SojkaAdd simple command line argument parsing
2018-02-22 Michal Sojkaprofiling: Remove absolute paths
2018-02-22 Michal SojkaFix "misleading indentation" warnings
2018-02-22 Michal SojkaFixes in README
2018-02-22 Michal SojkaReindent and replace tabs with spaces
2018-02-22 Michal SojkaWhitespace cleanup
2018-02-20 ShanigenUpdate README.md
2018-02-20 ShanigenUpdate README.md
2018-02-20 ShanigenAdded some basic compability for FFTW with OpenMP....
2018-02-19 ShanigenUpdate README.md
2018-02-19 ShanigenMerge pull request #1 from Shanigen/FFTW
2018-02-19 ShanigenUpdate README.md
2018-02-19 ShanigenUpdate README.md
2018-02-19 ShanigenUpdate README.md
2018-02-18 ShanigenUpdate README.md
2018-01-07 ShanigenAdded FFTW support
2017-12-31 ShanigenFFTs are working but IFFT is not. Also added some more...
2017-12-17 ShanigenAdded some control macros.
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-10 ShanigenDeleting automaticaly generated files by TEX
2017-12-01 Michal SojkaAttempt to compile it on my computer
2017-12-01 Michal SojkaAdd sse2neon submodule
2017-12-01 Michal SojkaLast changes from @Shanigen
2017-11-26 ShanigenWork I have done so far
2017-05-16 Tomas Vojirsupport for the trax v1
next