]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/history - src
Prepare for rotation branch merge
[hercules2020/kcf.git] / src /
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 SojkaCUDA: Set device flags before first cuda operation
2018-09-25 Michal SojkaMove and rename cuda_error_check
2018-09-25 Michal SojkaPrint better CUDA error messages
2018-09-25 Michal SojkaSimplify OpenCV FFT
2018-09-25 Michal Sojkafftw: More meaningul threading configuration
2018-09-25 Michal Sojkafftw: Make create_plan method const
2018-09-25 Michal SojkaSimplify cuFFT class
2018-09-25 Michal SojkaFix OpenMP linking
2018-09-25 Michal Sojkafftw: Make everything related to BIG_BATCH conditionall...
2018-09-25 Michal SojkaSimplify Fftw::init()
2018-09-25 Michal SojkaRemove unused header
2018-09-25 Michal Sojkacmake: Do not use deprecated feature
2018-09-25 Michal SojkaImprove CMake option description
2018-09-24 Michal SojkaFix CUFFT compilation
2018-09-24 ShanigenRepaired the big batch mode for FFTW.
2018-09-24 Michal SojkaAttempt to fix big_batch mode
2018-09-24 Michal SojkaIgnore clang warning about __VA_ARGS__ in all kcf library
2018-09-24 Michal SojkaAllow using debug functions in other files than kcf.cpp
2018-09-23 Michal SojkaChange order of gaussian_correlation arguments
2018-09-23 Michal SojkaFFT interface fixes for BIG_BATCH mode
2018-09-23 Michal SojkaUpdate KCF_Tracker::max_response
2018-09-23 Michal SojkaUpdate debugging messages
2018-09-23 Michal SojkaFix fftw bug
2018-09-23 Michal SojkaFix incorrect order of train() arguments
2018-09-23 Michal SojkaSpeedup gaussian correlation
2018-09-23 Michal SojkaFix bugs in some FFT classes
2018-09-23 Michal SojkaMove debug support to separate file
2018-09-23 Michal SojkaRename MatScaleFeatures.features() to .scale()
2018-09-22 Michal SojkaPrint Mat data with smaller precision (3 digits)
2018-09-22 Michal SojkaMake debug messages contain first 10 elements of matrix...
2018-09-22 Michal SojkaAvoid Mat allocation in track()
2018-09-22 Michal SojkaImprove debug prints
2018-09-22 Michal SojkaFix out of bound error
2018-09-22 Michal SojkaMat3d: Add const plane() method
2018-09-22 Michal SojkaAdd simple tracing facility
2018-09-21 Michal SojkaGet rid of warnings from the last commit
2018-09-21 Michal SojkaFix FFT functions to use the correct new Mat* types
2018-09-21 ShanigenCorrected plans in FFTW and CUFFT for big batch mode.
2018-09-21 Michal SojkaIntroduce new Mat types and use them in the code
2018-09-21 Michal SojkaSimplify code
2018-09-21 Michal SojkaEnsure that MatDynMem.plane() returns standard 2D matrix
2018-09-20 Michal SojkaDo not leave KCF_Tracker::gaussian_correlation unset
2018-09-20 ShanigenCorrected memory copying
2018-09-20 Michal SojkaRemove mutable qualifier ComplexMat.p_data
2018-09-20 Michal SojkaFix feature matrix dimensions
2018-09-20 Michal SojkaQuick fix to compile fftw even without m_num_of_scales
2018-09-20 Michal SojkaFftw: Do not hide member variables inherited from Fft
2018-09-20 Michal SojkaUnify CUDA error handling
2018-09-20 Michal SojkaSimplify access to 3D Mat planes
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 Sojkacufft: Remove unused/unneeded stuff
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 SojkaTry to fix compilation error with OpenCV 2.4
2018-09-20 Michal SojkaFix compilation errors in gaussian correlation
2018-09-20 Michal SojkaFix FFT classes compilation errors
2018-09-20 Michal SojkaMake debug prints work outside of KCF_Tracker class
2018-09-20 Michal SojkaFix warnings
2018-09-20 Michal SojkaFactor finding of maximum response to a function
2018-09-20 Michal SojkaUnify GaussianCorrelation constructor
2018-09-20 Michal Sojkacufft big batch compiles
2018-09-20 Michal SojkaFix and simplify CUDA linking
2018-09-20 ShanigenCorrecting CUFFT compilation errors.
2018-09-20 Michal SojkaAdd convenience ComplexMat constructors + code updates
2018-09-20 Michal Sojkacufft: Move scaling from gaussian_correlation to invers...
2018-09-20 Michal Sojkafft: Implement assertions in the base class
2018-09-20 Michal SojkaMatDynMem: Add move constructor
2018-09-20 Michal SojkaRefactor image resizing out of ::track to make it shorter
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 SojkaIntroduce GaussianCorrelation class
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 SojkaStart fixing big batch mode
2018-09-20 Michal SojkaRename num_of_feats to num_channels
2018-09-20 Michal SojkaRestrict access to ThreadCtx variables
2018-09-20 Michal SojkaUse delete[] operator
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 SojkaFix indentation
2018-09-14 Michal SojkaDefine big_batch variables only in BIG_BATCH mode
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-14 Michal SojkaRemove void statement
2018-09-14 Michal Sojkafft: Do not pass big_batch_mode as a parameter
2018-09-14 Michal SojkaRemove unnecessary typecasting
2018-09-14 Michal SojkaShorten code by using ctx instead of p_htreadctxs.front()
2018-09-14 Michal Sojkatravis: Build only for one GPU architecture
2018-09-13 Michal SojkaUse clamp function to clamp variables to a range
2018-09-13 Michal SojkaUnify init messages and add FFT size message
2018-09-13 Michal SojkaAllow CUDA autodetection with cmake < 3.7
next