]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/history - src/dynmem.hpp
Add convenience ComplexMat constructors + code updates
[hercules2020/kcf.git] / src / dynmem.hpp
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-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 ShanigenAdded DynMem class