]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/history - src/kcf.cpp
Make KCF member variables constexpr where possible
[hercules2020/kcf.git] / src / kcf.cpp
2018-11-26 Michal SojkaMake KCF member variables constexpr where possible
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 SojkaMerge rotation branch
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 SojkaLeave 1px borders in visual debug window
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-12 Michal SojkaRemove unused functions
2018-10-11 Michal SojkaDo not allocate and free temporary matrices for every...
2018-10-08 Michal SojkaAdd more debug prints
2018-10-08 Michal SojkaEnsure that bbox angle is set to zero
2018-10-04 Michal SojkaSimplify other ComplexMat CUDA methods
2018-10-04 Michal SojkaFix and simplify CUDA version of ComplexMat::sqr_norm
2018-10-02 Michal SojkaDo not execute CUDA version of gausian correlation
2018-09-30 Michal SojkaConvert ComplexMat to use DynMem class
2018-09-30 Michal SojkaRemove unnecessary DEBUG_PRINT
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 SojkaSimplify creation of complexmat variables
2018-09-30 Michal SojkaAdd assertion about found maximum response
2018-09-28 Michal SojkaMake visual debug mode to work properly
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 SojkaRework patch fitting to specific dimensions
2018-09-26 Michal SojkaRename p_roi to feature_size
2018-09-26 Michal SojkaRefactor p_pose and related variables
2018-09-26 Michal SojkaRename scale_factor to fit_factor
2018-09-26 Michal SojkaReformat, remove stale comments
2018-09-26 Michal SojkaFix -f argument parsing
2018-09-26 Michal SojkaSimplify scale initialization
2018-09-25 Michal SojkaCUDA: Set device flags before first cuda operation
2018-09-24 Michal SojkaAttempt to fix big_batch mode
2018-09-23 Michal SojkaChange order of gaussian_correlation arguments
2018-09-23 Michal SojkaUpdate KCF_Tracker::max_response
2018-09-23 Michal SojkaUpdate debugging messages
2018-09-23 Michal SojkaFix incorrect order of train() arguments
2018-09-23 Michal SojkaSpeedup gaussian correlation
2018-09-23 Michal SojkaMove debug support to separate file
2018-09-23 Michal SojkaRename MatScaleFeatures.features() to .scale()
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 SojkaAdd simple tracing facility
2018-09-21 Michal SojkaFix FFT functions to use the correct new Mat* types
2018-09-21 Michal SojkaIntroduce new Mat types and use them in the code
2018-09-21 Michal SojkaSimplify code
2018-09-20 Michal SojkaDo not leave KCF_Tracker::gaussian_correlation unset
2018-09-20 ShanigenCorrected memory copying
2018-09-20 Michal SojkaFix feature matrix dimensions
2018-09-20 Michal SojkaRework maxresponse-related data structure
2018-09-20 Michal SojkaMove scale_track method from KCF to ThreadCtx
2018-09-20 Michal SojkaFix compilation errors in gaussian correlation
2018-09-20 Michal SojkaMake debug prints work outside of KCF_Tracker class
2018-09-20 Michal SojkaFactor finding of maximum response to a function
2018-09-20 Michal Sojkacufft big batch compiles
2018-09-20 ShanigenCorrecting CUFFT compilation errors.
2018-09-20 Michal SojkaAdd convenience ComplexMat constructors + code updates
2018-09-20 Michal SojkaRefactor image resizing out of ::track to make it shorter
2018-09-20 Michal SojkaAllow copying DynMem
2018-09-20 Michal SojkaStart cleaning up cufft implementation
2018-09-20 Michal Sojka(Mat)DynMem updates and related changes
2018-09-20 Michal SojkaIntroduce GaussianCorrelation class
2018-09-20 Michal SojkaStart fixing big batch mode
2018-09-20 Michal SojkaRestrict access to ThreadCtx variables
2018-09-20 Michal SojkaMove thread context to class-private data structure
2018-09-20 Michal SojkaCUDA: Use per-thread default streams rather than explic...
2018-09-17 ShanigenMerge remote-tracking branch 'upstream/master' into...
2018-09-14 ShanigenMerge branch 'rotation' of https://github.com/Shanigen...
2018-09-14 ShanigenMerge remote-tracking branch 'upstream/master' into...
2018-09-14 Michal SojkaDefine big_batch variables only in BIG_BATCH mode
2018-09-14 Michal SojkaReplace Kcf::m_use_big_batch with a preprocessor symbol
2018-09-14 Michal SojkaRemove patch_feats from ThreadCtx
2018-09-14 Michal Sojkafft: Do not pass big_batch_mode as a parameter
2018-09-14 Michal SojkaRemove unnecessary typecasting
2018-09-14 Michal SojkaShorten code by using ctx instead of p_htreadctxs.front()
2018-09-13 Michal SojkaUse clamp function to clamp variables to a range
2018-09-13 ShanigenMerge branch 'master' into rotation
2018-09-13 ShanigenMerge remote-tracking branch 'upstream/master' into...
2018-09-13 Michal SojkaUnify init messages and add FFT size message
2018-09-13 Michal SojkaDo not require ifdefs when using sqr_norm()
2018-09-12 Michal SojkaRevert FHoG::extract changes
2018-09-12 Michal SojkaSimpify init
next