]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/history - src
Merge branch 'rotation' of https://github.com/Shanigen/kcf into rotation
[hercules2020/kcf.git] / src /
2018-09-14 ShanigenMerge branch 'rotation' of https://github.com/Shanigen...
2018-09-14 ShanigenMerge remote-tracking branch 'upstream/master' into...
2018-09-14 ShanigenCorrecting clang error in Travis CL
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 ShanigenMerge branch 'master' into rotation
2018-09-13 ShanigenMerge remote-tracking branch 'upstream/master' into...
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-11 ShanigenMerge branch 'rotation' of https://github.com/Shanigen...
2018-09-11 ShanigenChange the float to text to be more clean and easier...
2018-09-11 ShanigenRemoved scale parameter from KCF_Tracker::geometric_tra...
2018-09-11 ShanigenRenamed search parameter in KCF_Tracker::geometric_tran...
2018-09-11 ShanigenIntegration of ThredCTX to rotation.
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-10 ShanigenAdded geometric_transformations function
2018-09-10 ShanigenAddded visual debug mode and also modified the rotation...
2018-09-10 ShanigenAdded visual debug output.
2018-09-10 ShanigenCommiting work done so far on rotation
2018-09-10 ShanigenSaving work done so far on rotation.
2018-09-10 ShanigenMinor correction
2018-09-09 ShanigenAgain corrects error with Clang 3.8 in Travis CL
2018-09-09 ShanigenFixes Clang 3.8. error in Travis CL
2018-09-09 ShanigenFirst error of Clang 3.8 on Travis CL
2018-09-09 ShanigenSame as commit before correcting dbae3ced2d9959a6552845...
2018-09-09 ShanigenCorrects small mistake from dbae3ced2d9959a6552845101b4...
2018-09-09 ShanigenAdded comments to variables in ThreadCtx + renamed...
2018-09-09 ShanigenCorrection of commit 079fbb857002b7f759fbcf7f3aa5d9d854...
2018-09-09 ShanigenCorrection for CUFFT Big batch OpenMP
2018-09-08 ShanigenCorrected warnings and errors in CUFFT version
2018-09-08 ShanigenCorrected warnings in CPU ComplexMat
2018-09-08 Michal SojkaDo not force CUDA_HOST_COMPILER to g++
2018-09-07 ShanigenChanged variables in ThreadCtx to uint
2018-09-07 ShanigenStreamlined ThreadCtx
2018-09-07 ShanigenChanged p_windows_size and windows_size type to cv...
2018-09-07 ShanigenMinor CMake correction for CUDA versions
2018-09-07 ShanigenCUFFT now uses ThreadCtx and also pragmas from pragmas.h
2018-09-07 ShanigenRemoved obsolete include in CUFFT
2018-09-07 ShanigenRenamed Scale_Vars to ThreadCtx
2018-09-07 ShanigenAdded DynMem class
2018-09-07 ShanigenMoved omp pragmas declaration to seperate file
2018-09-07 ShanigenCorrects bug in 7a7ae99a73cc8456950d73e83586efbff6c28379
2018-09-07 ShanigenRevert "Removed obsolete method set_stream"
2018-09-07 ShanigenMade dynamic memory allocation more readable
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
2018-09-05 ShanigenCuFFT uses only inverse(Scale_vars & vars)
next