]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/shortlog
hercules2020/kcf.git
2019-01-22 Michal SojkaRemove debug printf master
2019-01-21 Michal SojkaAdd simple CUDA memory manager
2019-01-21 Michal Sojkatest: Make tests pass on Travis
2019-01-21 Michal SojkaRefactor print-test-results
2018-12-13 Michal SojkaREADME: Describe the main differences from the original...
2018-12-13 Michal SojkaFix Markdown formating in README
2018-12-01 Michal SojkaDo not use virtual methods in FFT class
2018-11-26 Michal SojkaMakefile: Use absolute path when invoking ninja
2018-11-26 Michal SojkaMake KCF member variables constexpr where possible
2018-10-30 Michal SojkaREADME: Fix typos
2018-10-26 Michal SojkaMove patch capture for visual debug after scale step
2018-10-19 Michal SojkaImplement sub-gird angle estimation
2018-10-19 Michal SojkaReduce the number of evaluated scales
2018-10-19 Michal SojkaMerge rotation branch
2018-10-19 Michal Sojkamain: Add video stream output
2018-10-18 Michal Sojkatest: Decrease accuracy limit
2018-10-18 Michal SojkaFix scale weight calculation in big batch mode
2018-10-18 Michal SojkaFix numerical problems in sub_pixel_peak()
2018-10-18 Michal SojkaDraw maximum (cross) in the middle of pixels, not at...
2018-10-18 Michal SojkaFix sub_grid_scale calculation
2018-10-18 Michal SojkaAllow specifying visual debug mode from command line
2018-10-18 Michal SojkaTake current angle into account when updating tracked...
2018-10-18 Michal SojkaShow locations of detected maxima in visual debug mode
2018-10-18 Michal SojkaRefactor point wrapping in frequency domain to a function
2018-10-18 Michal SojkaMove visual debug after all calculations
2018-10-18 Michal SojkaAdd support for tracking of multiple angles
2018-10-18 Michal SojkaExtend to support not only multiple scales but also...
2018-10-18 Michal SojkaDo not set fixed delay for visual debug mode
2018-10-18 Michal SojkaLeave 1px borders in visual debug window
2018-10-18 Michal Sojkamain: Quit by 'q' or ESC if run with -v0
2018-10-18 Michal Sojkatravis: Print backtraces on crashes or assertion failures
2018-10-18 Michal SojkaGive windows more descriptive names
2018-10-15 Michal SojkaAllow odd number of scales and angles
2018-10-15 Michal SojkaInitialize angles vector dynamically
2018-10-14 Michal SojkaMake visual debug mode to show RGB patches
2018-10-14 Michal SojkaAdd more assertions about FFT arguments
2018-10-12 Michal SojkaRemove unnecessary calls to cudaStreamSynchronize()
2018-10-12 Michal SojkaFix ToC
2018-10-12 Michal SojkaUpdate README
2018-10-12 Michal SojkaRemove unused functions
2018-10-11 Michal SojkaDo not allocate and free temporary matrices for every...
2018-10-11 Michal SojkaAdd NVTX markers to the code
2018-10-11 Michal Sojkacufft: Use per-thread CUDA stream for cuBLAS calls
2018-10-08 Michal SojkaFix CUDA bugs that manifest themselves in BIG_BATCH...
2018-10-08 Michal SojkaAdd more debug prints
2018-10-08 Michal SojkaFix CUDA assertion failures in BIG_BATCH mode
2018-10-08 Michal SojkaEnsure that bbox angle is set to zero
2018-10-05 ShanigenExtracted rotated output rectangle from rotation
2018-10-04 Michal SojkaComplexMat: Add CUDA stream synchronization before...
2018-10-04 Michal SojkaAdd cudaStreamSynchronize after FFT
2018-10-04 Michal SojkaRevert "debug: Round low values to zero when printing...
2018-10-04 Michal SojkaFix CUDA kernel bounds
2018-10-04 Michal Sojkadebug: Add commented out expression to print the whole...
2018-10-04 Michal Sojkadebug: Don't print matrices as multiple lines
2018-10-04 Michal Sojkacomplexmat: Move CPU-only methods from .hpp to .cpp
2018-10-04 Michal Sojkadebug: Round low values to zero when printing them
2018-10-04 Michal SojkaSimplify other ComplexMat CUDA methods
2018-10-04 Michal SojkaFix and simplify CUDA version of ComplexMat::sqr_norm
2018-10-04 Michal Sojkadebug: Allow setting trace float precision globally
2018-10-02 Michal SojkaDo not execute CUDA version of gausian correlation
2018-10-02 Michal SojkaCall cudaStreamSynchronize before debug prints
2018-10-02 Michal SojkaAdd CUDA implementation for sum_channels
2018-10-02 Michal SojkaUnify CPU and GPU implementations of ComplexMat
2018-10-02 Michal SojkaMake test protocol more brief and allow different sorting
2018-10-02 Michal SojkaMake ComplexMat_ a non-template class
2018-10-02 Michal SojkaConvert leftovers from vector to DynMem conversion...
2018-10-01 Michal SojkaDo not destroy fftw plans if they were not created
2018-10-01 Michal SojkaGet rid of DynMem memory leaks
2018-09-30 Michal SojkaConvert ComplexMat to use DynMem class
2018-09-30 Michal SojkaRemove unnecessary DEBUG_PRINT
2018-09-30 Michal SojkaDynMem: Make num_elem const and public and add assertio...
2018-09-30 Michal Sojkatest: Show accuracy comparison only for non-failed...
2018-09-30 Michal SojkaDo not allow creation of ComplexMat with unknown size
2018-09-30 Michal SojkaDo not use local ComplexMat variables
2018-09-30 Michal SojkaFix bug in assertion
2018-09-30 Michal SojkaCompleMat: Having just one create() method is sufficient
2018-09-30 Michal SojkaSimplify creation of complexmat variables
2018-09-30 Michal Sojkacmake: Compile CUDA version without intermediate kcfcud...
2018-09-30 Michal Sojkacomplexmat.cu: Remove unused member foreign_data
2018-09-30 Michal SojkaAdd assertion about found maximum response
2018-09-28 Michal SojkaMake visual debug mode to work properly
2018-09-28 Michal SojkaRename DynMem type to value_type
2018-09-27 Michal SojkaMerge branch 'visual-debug'
2018-09-27 Michal SojkaMake OpenCV version checks to work correctly for both...
2018-09-27 ShanigenIntegration of the visual debug, with zero changes...
2018-09-27 Michal SojkaAdd backward compatibility code for OpenCV 2.4
2018-09-27 Michal SojkaRemove unnedded code
2018-09-27 Michal SojkaAdd PRINT macro to temporarily print a value of an...
2018-09-27 Michal SojkaRun --fit tests without arguments
2018-09-27 Michal SojkaRework patch fitting to specific dimensions
2018-09-26 Michal SojkaDo not exit when pressing just shift, control, etc.
2018-09-26 Michal SojkaRename p_roi to feature_size
2018-09-26 Michal SojkaRefactor p_pose and related variables
2018-09-26 Michal Sojkatest: Increase report width to not wrap result to multi...
2018-09-26 Michal SojkaRename scale_factor to fit_factor
2018-09-26 Michal SojkaReformat, remove stale comments
2018-09-26 Michal SojkaGive fit parameters default values
2018-09-26 Michal SojkaFix -f argument parsing
2018-09-26 Michal SojkaPrepare for rotation branch merge
2018-09-26 Michal SojkaSimplify scale initialization
next