- 18 Oct, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 13 Oct, 2017 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
- broken bindings generator - broken conversion functions (uses non-supported cv::Mat types) - other problems like missing convertion functions for Moments and other structs
-
- 10 Oct, 2017 5 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
-
Gregor Kovalčík authored
-
atinfinity authored
-
Vadim Pisarevsky authored
-
- 09 Oct, 2017 3 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 04 Oct, 2017 2 commits
-
-
Vitaly Tuzov authored
-
Andrew Hundt authored
-
- 03 Oct, 2017 2 commits
-
-
Andrew Hundt authored
Squashed commits: [802ce32] surface_matching loadPLYSimple() reports only ascii ply is supported (+1 squashed commit) Squashed commits: [e240207] surface_matching loadPLYSimple() reports only ascii ply is supported
-
Vladislav Sovrasov authored
-
- 02 Oct, 2017 7 commits
-
-
Vladislav Sovrasov authored
-
jaco authored
-
jaco authored
-
jaco authored
noise control implementation ended noise control errors fixed (part I) noise control errors fixed (ended) Perf Test for staticSaliencySpectralResidual and objectnessBING added improvements and bugs fixed saliency perf test added matrices optimization Where possible, CV_8U matrices have been used in place of CV_32F new sorting algorithm implemented (first part) new sorting algorithm implemented (second part) new sorting algorithm implemented (finished)
-
Vadim Pisarevsky authored
-
Vitaly Tuzov authored
Updated module license text.
-
Alexander Alekhin authored
-
- 01 Oct, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 29 Sep, 2017 3 commits
-
-
LaurentBerger authored
How to install tesseract on windows (#1361)
-
Alexander Alekhin authored
-
Felix Wehnert authored
rvecs and tvecs should be of type std::vector<cv::Vec3d> as used in the detect_markers.cpp. Otherwise an exception is thrown.
-
- 28 Sep, 2017 9 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
should use UMat
-
Maksim Shabunin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 27 Sep, 2017 1 commit
-
-
Suleyman TURKMEN authored
-
- 26 Sep, 2017 4 commits
-
-
Alexander Alekhin authored
-
Nuzhny007 authored
-
Vitaly Tuzov authored
-
Alexander Alekhin authored
-