]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/shortlog
hercules2020/kcf.git
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
2018-09-26 Michal SojkaKCF: Mark constants as const
2018-09-26 Michal SojkaFormatting changes
2018-09-25 Michal Sojkatest: Ignore OpenCV FFT problems
2018-09-25 Michal SojkaCUDA: Set device flags before first cuda operation
2018-09-25 Michal SojkaMove and rename cuda_error_check
2018-09-25 Michal SojkaPrint better CUDA error messages
2018-09-25 Michal SojkaSimplify OpenCV FFT
2018-09-25 Michal Sojkatest: Add expected results for new sequences
2018-09-25 Michal Sojkatest: Fix accuracy evaluation
2018-09-25 Michal SojkaSelect shorter default test sequences
2018-09-25 Michal Sojkafftw: More meaningul threading configuration
2018-09-25 Michal SojkaMakefile: Do not put "-G Ninja" to CMAKE_OPTS
2018-09-25 Michal Sojkafftw: Make create_plan method const
2018-09-25 Michal SojkaSimplify cuFFT class
2018-09-25 Michal SojkaTravis: Hardcode libomp path
2018-09-25 Michal SojkaReally ignore test failures
2018-09-25 Michal SojkaFix OpenMP linking
2018-09-25 Michal Sojkafftw: Make everything related to BIG_BATCH conditionall...
2018-09-25 Michal SojkaSimplify Fftw::init()
2018-09-25 Michal SojkaTravis: Install CUDA only in builds where we need them
2018-09-25 Michal SojkaRemove unused header
2018-09-25 Michal Sojkacmake: Do not use deprecated feature
2018-09-25 Michal SojkaImprove CMake option description
2018-09-25 Michal SojkaAdd Makefile target to print make variable values
2018-09-24 Michal SojkaAdd plot targets to ninja
2018-09-24 Michal SojkaPlot graphs from zero and add grid
2018-09-24 Michal Sojkatest: Report bad accuracy as ACCURACY rather than BAD
2018-09-24 Michal SojkaTravis: Suppress libdc1394 error
2018-09-24 Michal SojkaTravis: Fix (and simplify) cache cleanup command
2018-09-24 Michal SojkaTravis: Move before_script before script :)
2018-09-24 Michal SojkaTravis: Cleanup cache before uploading
2018-09-24 Michal SojkaRevert "Travis: Temporarily ignore test failures"
2018-09-24 Michal SojkaFix CUFFT compilation
2018-09-24 ShanigenRepaired the big batch mode for FFTW.
2018-09-24 Michal SojkaAttempt to fix big_batch mode
2018-09-24 Michal SojkaIgnore clang warning about __VA_ARGS__ in all kcf library
2018-09-24 Michal SojkaAllow using debug functions in other files than kcf.cpp
2018-09-23 Michal SojkaChange order of gaussian_correlation arguments
2018-09-23 Michal SojkaFFT interface fixes for BIG_BATCH mode
2018-09-23 Michal SojkaUpdate KCF_Tracker::max_response
2018-09-23 Michal SojkaUpdate debugging messages
2018-09-23 Michal SojkaFix fftw bug
2018-09-23 Michal SojkaFix incorrect order of train() arguments
2018-09-23 Michal SojkaSpeedup gaussian correlation
2018-09-23 Michal SojkaFix bugs in some FFT classes
2018-09-23 Michal SojkaMove debug support to separate file
2018-09-23 Michal SojkaRename MatScaleFeatures.features() to .scale()
2018-09-22 Michal SojkaUpdate clang-format config
2018-09-22 Michal SojkaPrint Mat data with smaller precision (3 digits)
2018-09-22 Michal SojkaMake debug messages contain first 10 elements of matrix...
2018-09-22 Michal SojkaAvoid Mat allocation in track()
2018-09-22 Michal SojkaImprove debug prints
2018-09-22 Michal SojkaFix out of bound error
2018-09-22 Michal SojkaMat3d: Add const plane() method
2018-09-22 Michal SojkaAdd simple tracing facility
2018-09-21 Michal SojkaTravis: Temporarily ignore test failures
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-21 Michal SojkaSimplify code
2018-09-21 Michal SojkaEnsure that MatDynMem.plane() returns standard 2D matrix
2018-09-21 Michal SojkaUpdate ninja generator
2018-09-20 Michal SojkaDo not leave KCF_Tracker::gaussian_correlation unset
2018-09-20 ShanigenCorrected memory copying
2018-09-20 Michal SojkaRemove mutable qualifier ComplexMat.p_data
2018-09-20 Michal SojkaFix feature matrix dimensions
2018-09-20 Michal SojkaQuick fix to compile fftw even without m_num_of_scales
2018-09-20 Michal SojkaFftw: Do not hide member variables inherited from Fft
next