]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/history - src/kcf.cpp
Make KCF member variables constexpr where possible
[hercules2020/kcf.git] / src / kcf.cpp
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 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 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 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 ShanigenStreamlined ThreadCtx
2018-09-10 ShanigenAdded DynMem class
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-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 for CUFFT Big batch OpenMP
2018-09-08 ShanigenCorrected warnings and errors in CUFFT version
2018-09-07 ShanigenStreamlined ThreadCtx
2018-09-07 ShanigenChanged p_windows_size and windows_size type to cv...
2018-09-07 ShanigenRenamed Scale_Vars to ThreadCtx
2018-09-07 ShanigenAdded DynMem class
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 ShanigenFFT does not take whole Scale_vars struct
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)
2018-09-05 ShanigenAll versions now use same FFT API
2018-09-05 ShanigenAdded CUFFT support
2018-09-05 ShanigenAdded KCF_Tracker::init_scale_vars method
2018-09-05 ShanigenScale_vars version now supports FFTW
2018-09-05 ShanigenAdded support for std::async and OpenMP
2018-09-05 ShanigenRemoved memory allocation in tracker update
2018-09-05 ShanigenAdded linear kernel support
2018-09-05 ShanigenCorrected the tracking issue
2018-09-05 ShanigenWork done so far on making Scale_var struct
2018-07-26 ShanigenAddition of Scale_var structure.
2018-07-25 ShanigenChanges that should correct some race conditions
2018-07-25 ShanigenThis commit should fix #5.
2018-07-25 ShanigenChange the float to text to be more clean and easier...
2018-07-25 ShanigenRemoved scale parameter from KCF_Tracker::geometric_tra...
2018-07-25 ShanigenRenamed search parameter in KCF_Tracker::geometric_tran...
2018-07-25 Shanigenget_features now does not contain scaling and rotation...
2018-07-25 ShanigenAdded geometric_transformations function
2018-07-25 ShanigenAddded visual debug mode and also modified the rotation...
2018-07-25 ShanigenAdded visual debug output.
2018-07-25 ShanigenCommiting work done so far on rotation
2018-07-25 ShanigenSaving work done so far on rotation.
2018-07-24 Michal SojkaAdd clang-format configuration
2018-07-24 ShanigenCorrected small mistake with terminating character
2018-07-24 ShanigenMade an error message easier to read.
2018-07-23 ShanigenMerge branch 'master' of https://github.com/Shanigen/kcf
2018-07-23 ShanigenAdded better error messages for checking window size...
2018-07-18 ShanigenChanged long string to multiline.
2018-07-18 ShanigenMerge branch 'master' of https://github.com/Shanigen/kcf
2018-07-18 ShanigenAdded more verbose error message, when checking window...
2018-07-03 ShanigenRemoved cudaDeviceSynchronize in Gaussian correlation.
2018-05-15 ShanigenCorrected small mistake in scaling.
2018-05-15 ShanigenModified custom size window. You can now select both...
2018-05-09 ShanigenAddde warning, when using linear kernel with cufft...
2018-05-07 ShanigenMerge branch 'master' of https://github.com/Shanigen/kcf
2018-05-07 ShanigenAdded custom scaling size option. The final window...
2018-04-23 ShanigenChanged scaling of window to be always 128x128 resultin...
2018-04-23 ShanigenGaussian correlation for CUFFT version is now on GPU...
2018-04-19 ShanigenSome minor corrections to variable in kcf.
2018-04-19 ShanigenAdded check in complexmat to prevent double freeing...
2018-04-19 ShanigenAdded error cheking for CUDA API calls and CUDA kernels.
2018-04-16 Michal SojkaMerge branch 'master' of github.com:Shanigen/kcf
2018-04-16 Michal SojkaFix indentation and whitespace
2018-04-10 ShanigenMerge branch 'master' of https://github.com/Shanigen/kcf
2018-04-10 ShanigenRemoved zero copy for complexmat now it is using normal...
2018-04-04 ShanigenCompleted implementation of cufft and complexmat cuda...
2018-03-29 ShanigenSqr norm in complexmat now returns array.
2018-03-26 ShanigenAdded cmake support for cufft, also copied fftw functio...
2018-03-26 ShanigenCorrected small mistake with OpenMP support for big...
2018-03-26 ShanigenAdded support for OMP in big batch mode.
next