]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/history - src/complexmat.hpp
Do not allow creation of ComplexMat with unknown size
[hercules2020/kcf.git] / src / complexmat.hpp
2018-09-30 Michal SojkaDo not allow creation of ComplexMat with unknown size
2018-09-30 Michal SojkaCompleMat: Having just one create() method is sufficient
2018-09-24 Michal SojkaAttempt to fix big_batch mode
2018-09-22 Michal SojkaImprove debug prints
2018-09-21 Michal SojkaFix FFT functions to use the correct new Mat* types
2018-09-20 Michal SojkaRemove mutable qualifier ComplexMat.p_data
2018-09-20 Michal SojkaMove scale_track method from KCF to ThreadCtx
2018-09-20 Michal SojkaAdd convenience ComplexMat constructors + code updates
2018-09-13 Michal SojkaDo not require ifdefs when using sqr_norm()
2018-09-12 Michal SojkaRemove unnecessary typecasting
2018-09-12 Michal SojkaMerge README update
2018-09-12 Michal SojkaChange p_threadctxs from list to vector
2018-09-11 Michal SojkaMerge branch 'cuda-streams'
2018-09-10 ShanigenCorrected warnings in CPU ComplexMat
2018-09-10 ShanigenStreamlined ThreadCtx
2018-09-10 ShanigenAdded DynMem class
2018-09-07 ShanigenChanged variables in ThreadCtx to uint
2018-09-07 ShanigenFormatted files with Clang Format.
2018-09-05 ShanigenBig batch mode now works for all versions
2018-07-25 ShanigenChanges that should correct some race conditions
2018-05-23 ShanigenAdded non-template version of the ComplexMat class...
2018-05-09 ShanigenAdded support for big bach mode for linear kernal.
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-29 ShanigenSqr norm in complexmat now returns array.
2018-03-28 ShanigenDeleted obsolete code.
2018-03-28 ShanigenAdded custom allocator for vectors in ComplexMat when...
2018-03-26 ShanigenPrepare using cuFFT
2018-03-25 ShanigenBig batch update 2 (not finished)
2018-03-21 ShanigenBig batch update (not finished)
2018-03-18 ShanigenChanged p_data in ComplexMat to mutable so it can be...
2018-03-16 ShanigenAdded Big Batch mode for forward_window, which enables...
2018-03-15 ShanigenMerge branch 'master' of github.com:Shanigen/kcf
2018-03-15 ShanigenChanged ComplexMat p_data from vector of vectors of...
2018-03-12 Michal SojkaFinish conversion
2018-03-11 Michal SojkaAdd DEBUG_PRINTF macro
2017-03-07 Tomas Vojiradded linear kernel for filter learning and tracking
2016-07-20 Tomas VojirMerge pull request #1 from foundry/fixes
2016-07-14 foundryfix for compiler error mixing const with non-const...
2015-03-05 vojirtom- inital commit