]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/history - src/kcf.h
Reduce the number of evaluated scales
[hercules2020/kcf.git] / src / kcf.h
2018-10-19 Michal SojkaReduce the number of evaluated scales
2018-10-19 Michal SojkaMerge rotation branch
2018-10-18 Michal SojkaAllow specifying visual debug mode from command line
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-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-05 ShanigenExtracted rotated output rectangle from rotation
2018-10-02 Michal SojkaUnify CPU and GPU implementations of ComplexMat
2018-09-30 Michal SojkaConvert ComplexMat to use DynMem class
2018-09-30 Michal SojkaDo not allow creation of ComplexMat with unknown size
2018-09-28 Michal SojkaMake visual debug mode to work properly
2018-09-27 Michal SojkaMerge branch 'visual-debug'
2018-09-27 ShanigenIntegration of the visual debug, with zero changes...
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 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-25 Michal SojkaMove and rename cuda_error_check
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 SojkaFix incorrect order of train() arguments
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-20 Michal SojkaMove scale_track method from KCF to ThreadCtx
2018-09-20 Michal SojkaFixes
2018-09-20 Michal SojkaRemove unused bool switches that correspond to CMake...
2018-09-20 Michal SojkaWork around clang < 6 bug
2018-09-20 Michal SojkaFix clang 3.8 errors/warnings
2018-09-20 Michal SojkaFactor finding of maximum response to a function
2018-09-20 Michal SojkaUnify GaussianCorrelation constructor
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 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 SojkaRestrict access to ThreadCtx variables
2018-09-20 Michal SojkaMove thread context to class-private data structure
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 ShanigenCorrecting clang error in Travis CL
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-13 ShanigenMerge branch 'master' into rotation
2018-09-13 ShanigenMerge remote-tracking branch 'upstream/master' into...
2018-09-12 Michal SojkaSimplify sub_grid_scale
2018-09-12 Michal SojkaRemove unnecessary typecasting
2018-09-12 Michal SojkaUse cv::Size for p_roi
2018-09-12 Michal SojkaSimplify fit scale computation, cleanup
2018-09-12 Michal SojkaAllow getting filter response
2018-09-12 Michal SojkaMerge README update
2018-09-12 Michal SojkaMove scale and async_res variables to ThreadCtx
2018-09-12 Michal SojkaChange p_threadctxs from list to vector
2018-09-12 Michal SojkaUse list of thread contexts rather than list of pointer...
2018-09-11 Michal SojkaMerge branch 'cuda-streams'
2018-09-11 ShanigenMerge branch 'rotation' of https://github.com/Shanigen...
2018-09-11 ShanigenChange the float to text to be more clean and easier...
2018-09-11 ShanigenRemoved scale parameter from KCF_Tracker::geometric_tra...
2018-09-11 ShanigenRenamed search parameter in KCF_Tracker::geometric_tran...
2018-09-11 ShanigenIntegration of ThredCTX to rotation.
2018-09-10 ShanigenFix clang warnings
2018-09-10 ShanigenAdded comments to variables in ThreadCtx + renamed...
2018-09-10 ShanigenStreamlined ThreadCtx
2018-09-10 ShanigenAdded geometric_transformations function
2018-09-10 ShanigenAddded visual debug mode and also modified the rotation...
2018-09-10 ShanigenAdded visual debug output.
2018-09-10 ShanigenCommiting work done so far on rotation
2018-09-10 ShanigenSaving work done so far on rotation.
2018-09-09 ShanigenFirst error of Clang 3.8 on Travis CL
2018-09-09 ShanigenAdded comments to variables in ThreadCtx + renamed...
2018-09-07 ShanigenStreamlined ThreadCtx
2018-09-07 ShanigenChanged p_windows_size and windows_size type to cv...
2018-09-07 ShanigenRenamed Scale_Vars to ThreadCtx
2018-09-07 ShanigenMoved omp pragmas declaration to seperate file
2018-09-07 ShanigenFormatted files with Clang Format.
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 ShanigenRemoved obsolete variable
2018-09-05 ShanigenKCF_Tracker::init now uses Scale_vars FFT API
2018-09-05 ShanigenAdded KCF_Tracker::init_scale_vars method
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-25 ShanigenChange the float to text to be more clean and easier...
2018-07-25 ShanigenRemoved scale parameter from KCF_Tracker::geometric_tra...
2018-07-25 ShanigenRenamed search parameter in KCF_Tracker::geometric_tran...
2018-07-25 Shanigenget_features now does not contain scaling and rotation...
2018-07-25 ShanigenAdded geometric_transformations function
2018-07-25 ShanigenAddded visual debug mode and also modified the rotation...
2018-07-25 ShanigenAdded visual debug output.
next