]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/history - src/kcf.h
Do not allocate and free temporary matrices for every frame
[hercules2020/kcf.git] / src / kcf.h
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-14 Michal SojkaReplace Kcf::m_use_big_batch with a preprocessor symbol
2018-09-14 Michal SojkaRemove patch_feats from ThreadCtx
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-10 ShanigenFix clang warnings
2018-09-10 ShanigenAdded comments to variables in ThreadCtx + renamed...
2018-09-10 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-05-15 ShanigenModified custom size window. You can now select both...
2018-05-07 ShanigenMerge branch 'master' of https://github.com/Shanigen/kcf
2018-05-07 ShanigenAdded custom scaling size option. The final window...
2018-04-23 ShanigenGaussian correlation for CUFFT version is now on GPU...
2018-04-19 ShanigenAddition of inverse_raw in ftt for preparition of full...
2018-04-19 ShanigenSome minor corrections to variable in kcf.
2018-04-19 ShanigenAdded check in complexmat to prevent double freeing...
2018-04-19 ShanigenAdded error cheking for CUDA API calls and CUDA kernels.
2018-04-16 Michal SojkaMerge branch 'master' of github.com:Shanigen/kcf
2018-04-10 ShanigenMerge branch 'master' of https://github.com/Shanigen/kcf
2018-04-10 ShanigenRemoved zero copy for complexmat now it is using normal...
2018-04-04 ShanigenCompleted implementation of cufft and complexmat cuda...
2018-03-16 ShanigenAdded Big Batch mode for forward_window, which enables...
2018-03-11 Michal SojkaIntroduce FFT abstraction and move implementation to...
2018-03-11 Michal SojkaMake downscaling configurable
2018-03-06 ShanigenMerge branch 'master' of https://github.com/Shanigen/kcf
2018-03-06 Michal SojkaMake debug run-time option rather than compile time
2018-03-05 ShanigenAdded support for cuFFTW and corrected wrong usage...
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-02-24 ShanigenAdde support for OpenMP now original OpenCV implementat...
2018-02-22 Michal SojkaReindent and replace tabs with spaces
2018-02-22 Michal SojkaWhitespace cleanup
2018-02-20 ShanigenAdded some basic compability for FFTW with OpenMP....
2018-02-19 ShanigenMerge pull request #1 from Shanigen/FFTW
2018-01-07 ShanigenAdded FFTW support
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-01 Michal SojkaAttempt to compile it on my computer
2017-11-26 ShanigenWork I have done so far
2017-03-07 Tomas Vojiradded linear kernel for filter learning and tracking
2016-09-05 Tomas Vojirgrayscale features removed; they in all tests reduces...
next