]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/history - src
Fixes
[hercules2020/kcf.git] / src /
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
2018-09-13 Michal SojkaAutodetect CUDA architecture
2018-09-13 Michal SojkaDo not require ifdefs when using sqr_norm()
2018-09-12 Michal SojkaRevert FHoG::extract changes
2018-09-12 Michal SojkaSimpify init
2018-09-12 Michal SojkaSimplify sub_grid_scale
2018-09-12 Michal SojkaRemove unnecessary typecasting
2018-09-12 Michal SojkaReplace (p_windows_size.* / p_cell_size) with p_roi...
2018-09-12 Michal SojkaUse cv::Size for p_roi
2018-09-12 Michal SojkaFix scaling condition
2018-09-12 Michal SojkaSimplify fit scale computation, cleanup
2018-09-12 Michal SojkaFix scale initialization
2018-09-12 Michal SojkaAllow getting filter response
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-12 Michal SojkaUse list of thread contexts rather than list of pointer...
2018-09-12 Michal SojkaRemove useless typecasting
2018-09-12 Michal SojkaReformat
2018-09-11 Michal SojkaImprove error message
2018-09-11 Michal SojkaMerge branch 'cuda-streams'
2018-09-10 ShanigenFix clang warnings
2018-09-10 ShanigenAdded comments to variables in ThreadCtx + renamed...
2018-09-10 ShanigenCorrection for CUFFT Big batch OpenMP
2018-09-10 ShanigenCorrected warnings and errors in CUFFT version
2018-09-10 ShanigenCorrected warnings in CPU ComplexMat
2018-09-10 Michal SojkaDo not force CUDA_HOST_COMPILER to g++
2018-09-10 ShanigenStreamlined ThreadCtx
2018-09-10 ShanigenMinor CMake correction for CUDA versions
2018-09-10 ShanigenRemoved obsolete include in CUFFT
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 ShanigenCUFFT now uses ThreadCtx and also pragmas from pragmas.h
2018-09-07 ShanigenRenamed Scale_Vars to ThreadCtx
2018-09-07 ShanigenMoved omp pragmas declaration to seperate file
2018-09-07 ShanigenRevert "Removed obsolete method set_stream"
2018-09-07 ShanigenRemoved obsolete method set_stream
2018-09-07 ShanigenCMake cleanup
2018-09-07 ShanigenRemoved redundant forward declaration.
2018-09-07 ShanigenFormatted files with Clang Format.
2018-09-05 Michal SojkaReformat some parts with clang-format
2018-09-05 ShanigenBig Batch mode now support OpenMP
2018-09-05 ShanigenCUDA streams works
2018-09-05 ShanigenWork done so far on CUDA streams
2018-09-05 ShanigenBig batch mode now works for all versions
2018-09-05 ShanigenRemoved OpenCV_CuFFT version
2018-09-05 ShanigenFFT does not take whole Scale_vars struct
2018-09-05 ShanigenRemoved obsolete variable
2018-09-05 ShanigenCleaned OpenCV version
2018-09-05 ShanigenCleaned FFTW version
2018-09-05 ShanigenRemove memory copying from host to device
2018-09-05 ShanigenSmaller FFT API
2018-09-05 ShanigenKCF_Tracker::init now uses Scale_vars FFT API
next