]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/history - src/threadctx.hpp
Extend to support not only multiple scales but also multiple angles
[hercules2020/kcf.git] / src / threadctx.hpp
2018-10-18 Michal SojkaExtend to support not only multiple scales but also...
2018-10-14 Michal SojkaMake visual debug mode to show RGB patches
2018-10-02 Michal SojkaUnify CPU and GPU implementations of ComplexMat
2018-09-30 Michal SojkaConvert ComplexMat to use DynMem class
2018-09-24 Michal SojkaAttempt to fix big_batch mode
2018-09-22 Michal SojkaAvoid Mat allocation in track()
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 SojkaRework maxresponse-related data structure
2018-09-20 Michal SojkaMove scale_track method from KCF to ThreadCtx
2018-09-20 Michal SojkaFixes
2018-09-20 Michal SojkaFix clang 3.8 errors/warnings
2018-09-20 Michal SojkaAdd convenience ComplexMat constructors + code updates
2018-09-20 Michal Sojka(Mat)DynMem updates and related changes
2018-09-20 Michal SojkaUse new type MatDynMem combining cv::Mat and DynMem
2018-09-20 Michal SojkaAdd a method for calculation of FFT result size
2018-09-20 Michal SojkaRename num_of_feats to num_channels
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-14 Michal SojkaDefine big_batch variables only in BIG_BATCH mode
2018-09-14 Michal SojkaRemove patch_feats from ThreadCtx
2018-09-12 Michal SojkaReplace (p_windows_size.* / p_cell_size) with p_roi...
2018-09-12 Michal SojkaFix scale initialization
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-11 Michal SojkaMerge branch 'cuda-streams'
2018-09-10 ShanigenAdded comments to variables in ThreadCtx + renamed...
2018-09-10 ShanigenCorrection for CUFFT Big batch OpenMP
2018-09-10 ShanigenStreamlined ThreadCtx
2018-09-10 ShanigenAdded DynMem class
2018-09-10 ShanigenMade dynamic memory allocation more readable
2018-09-07 ShanigenChanged variables in ThreadCtx to uint
2018-09-07 ShanigenChanged p_windows_size and windows_size type to cv...
2018-09-07 ShanigenRenamed Scale_Vars to ThreadCtx