]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/history - src/dynmem.hpp
Remove debug printf
[hercules2020/kcf.git] / src / dynmem.hpp
2019-01-22 Michal SojkaRemove debug printf master
2019-01-21 Michal SojkaAdd simple CUDA memory manager
2018-10-19 Michal SojkaMerge rotation branch
2018-10-02 Michal SojkaUnify CPU and GPU implementations of ComplexMat
2018-10-01 Michal SojkaGet rid of DynMem memory leaks
2018-09-30 Michal SojkaConvert ComplexMat to use DynMem class
2018-09-30 Michal SojkaDynMem: Make num_elem const and public and add assertio...
2018-09-28 Michal SojkaRename DynMem type to value_type
2018-09-25 Michal SojkaMove and rename cuda_error_check
2018-09-23 Michal SojkaRename MatScaleFeatures.features() to .scale()
2018-09-22 Michal SojkaMat3d: Add const plane() method
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 SojkaEnsure that MatDynMem.plane() returns standard 2D matrix
2018-09-20 Michal SojkaRework maxresponse-related data structure
2018-09-20 Michal SojkaFixes
2018-09-20 Michal SojkaFix compilation errors in gaussian correlation
2018-09-20 Michal SojkaAdd convenience ComplexMat constructors + code updates
2018-09-20 Michal SojkaMatDynMem: Add move constructor
2018-09-20 Michal SojkaDynMem: Unify the meaning of size parameters
2018-09-20 Michal SojkaDynMem: Replace hardcoded float in template class with...
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 SojkaUse new type MatDynMem combining cv::Mat and DynMem
2018-09-20 Michal SojkaUse delete[] operator
2018-09-13 ShanigenMerge remote-tracking branch 'upstream/master' into...
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-11 ShanigenMerge branch 'rotation' of https://github.com/Shanigen...
2018-09-10 ShanigenAdded DynMem class
2018-09-07 ShanigenAdded DynMem class