- 27 Aug, 2013 1 commit
-
-
Roman Donchenko authored
-
- 23 Aug, 2013 1 commit
-
-
Maria Dimashova authored
-
- 21 Aug, 2013 2 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
- 08 Aug, 2013 1 commit
-
-
Roman Donchenko authored
Looks like we don't actually use them; when creating precompiled headers with Visual C++, a dummy .cpp is created at build time.
-
- 07 Aug, 2013 1 commit
-
-
StevenPuttemans authored
ReST directive was used. Also fixed some other ReST directives that were not correct and removed some warnings during buildbot checks.
-
- 06 Aug, 2013 1 commit
-
-
Roman Donchenko authored
-
- 02 Aug, 2013 1 commit
-
-
StevenPuttemans authored
-
- 24 Jul, 2013 1 commit
-
-
Nghia Ho authored
-
- 10 Jul, 2013 1 commit
-
-
Roman Donchenko authored
-
- 13 Jun, 2013 1 commit
-
-
Vladislav Vinogradov authored
weights array is only allocated for (l_count+1) elements, but then weights[l_count+1] element is accessed.
-
- 31 May, 2013 1 commit
-
-
Roman Donchenko authored
This should allow many algorithms to take advantage of more parallelization technologies.
-
- 11 Apr, 2013 1 commit
-
-
Roman Donchenko authored
This allows subclasses of CvBoost to override initial weights that update_weights uses without duplicating its entire implementation.
-
- 01 Apr, 2013 5 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
cv::Complex, cv::Point_ and cv::Point3_ are moved.
-
- 28 Mar, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 22 Mar, 2013 3 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 21 Mar, 2013 3 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
add hack to disable optimization of linear svms; improved precision of optimize_linear_svm; add the relevant test, which however requires some big database (so it's disabled by default)
-
Vadim Pisarevsky authored
-
- 20 Mar, 2013 2 commits
-
-
Vadim Pisarevsky authored
-
Andrey Kamaev authored
-
- 19 Mar, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 13 Mar, 2013 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp> Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
-
- 26 Feb, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 25 Feb, 2013 1 commit
-
-
Andrey Kamaev authored
Made all STL usages explicit to be able automatically find all usages of particular class or function.
-
- 22 Feb, 2013 1 commit
-
-
Markus Schoeler authored
Added new kernels to documentation
-
- 19 Feb, 2013 2 commits
-
-
Andrey Kamaev authored
-
Niels Gerlif Myrtue authored
Copied the docstring description
-
- 14 Feb, 2013 2 commits
-
-
Markus Schoeler authored
-
Markus Schoeler authored
Histogram intersection kernel (accessible by using SVM::INTER in CV namespace as kernel_type) Exponetial chi2 kernel (accessible by using SVM::CHI2 in CV namespace as kernel_type) Formulars: Exp-CHI2 k(x,y) = exp(-gamma * CHI2(x,y)) CHI2(x,y) = 1- 2* SUM_i[(xi-yi)²/(xi+yi)] Intersec k(x,y) = SUM_i[min(xi,yi)]
-
- 02 Feb, 2013 1 commit
-
-
Andy Maloney authored
Initialize local variables
-
- 01 Feb, 2013 2 commits
-
-
LeonidBeynenson authored
-
LeonidBeynenson authored
Also corrected some indexes to be size_t.
-