- 15 Aug, 2018 1 commit
-
-
Alexander Alekhin authored
replace to CV_Assert_N()
-
- 13 Jun, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 28 Apr, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 24 Apr, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 23 Apr, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 28 Mar, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 06 Mar, 2018 1 commit
-
-
Alireza Davoudi authored
As the type of `targetPatch` and `searchPatch` is CV_8UC3, subtracting 128 from them will saturate all values smaller than 128 to zero.
-
- 22 Feb, 2018 1 commit
-
-
Andrej Muhič authored
Implementation of CSR-DCF tracker (#1552) * Initial commit for CSR-DCF tracker implementation * Fixes for automatic build * General code fixes * Removed unused parameters. Added CSRT to automatic tests. * Fixed VS build warnings. Fixed a bug with gray sequences. * Fixed VS build errors for samples file.
-
- 02 Feb, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 30 Jan, 2018 1 commit
-
-
Maksim Shabunin authored
-
- 09 Jan, 2018 1 commit
-
-
klchang authored
-
- 14 Dec, 2017 1 commit
-
-
Vitaly Tuzov authored
-
- 11 Dec, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 05 Dec, 2017 1 commit
-
-
berak authored
-
- 02 Dec, 2017 1 commit
-
-
berak authored
-
- 29 Nov, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 17 Nov, 2017 1 commit
-
-
klchang authored
-
- 25 Oct, 2017 1 commit
-
-
berak authored
-
- 23 Oct, 2017 11 commits
-
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
- 18 Oct, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 10 Oct, 2017 2 commits
-
-
Alexander Alekhin authored
-
Vladislav Sovrasov authored
* kcf use float data type rather than double. In our practice, float is good enough and could get better performance. With this patch, one of my benchmark could get about 20% performance gain. Signed-off-by:
Zhigang Gong <zhigang.gong@intel.com> * Offload transpose matrix multiplication to ocl. The matrix multiplication in updateProjectMatrix is one of the hotspot. And because of the matrix shape is special, say the m is very short but the n is very large. The GEMM implementation in neither the clBLAS nor the in trunk implementation are very inefficient, I implement an standalone transpose matrix mulplication kernel here. It can get about 10% performance gain on Intel desktop platform or 20% performance gain on a braswell platform. And in the mean time, the CPU utilization will be lower. Signed-off-by:
Zhigang Gong <zhigang.gong@intel.com> * Add verification code for kcf ocl transpose mm kernel. Signed-off-by:
Zhigang Gong <zhigang.gong@linux.intel.com> * tracking: show FPS in traker sample * tracking: fix MSVC warnings in KCF * tracking: move OCL kernel initialization to constructor in KCF
-
- 28 Sep, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 26 Sep, 2017 1 commit
-
-
Nuzhny007 authored
-
- 20 Sep, 2017 1 commit
-
-
jrobble authored
-
- 18 Sep, 2017 2 commits
-
-
klchang authored
-
Dmitry Kurtaev authored
-
- 05 Sep, 2017 2 commits
-
-
Fernando Martin authored
Updated the lambda coefficient to the one suggested in the original paper (http://www.robots.ox.ac.uk/~joao/publications/henriques_tpami2015.pdf, page 11, Table 2) which works (for me) better then the previous default one.
-
Fernando Martin authored
-
- 23 Aug, 2017 1 commit
-
-
f3rm4rf3r authored
-