- 14 Feb, 2013 1 commit
-
-
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)]
-
- 12 Feb, 2013 9 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Alexander Smorkalov authored
OpenCV build information output to logcat added to OpenCV initialization code; Documenation for cv::getBuildInformation() added.
-
Vladislav Vinogradov authored
-
- 11 Feb, 2013 27 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Pavlenko authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Bo Li authored
-
Kirill Kornyakov authored
-
Andrey Kamaev authored
-
Andrey Pavlenko authored
-
Alexander Smorkalov authored
DeleteLocalRef calls for jclass objects added.
-
Kirill Kornyakov authored
-
Kirill Kornyakov authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
This reverts commit 4abf0b31. Changes are reverted because they break build of proxy dlls on Windows
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
In previous version getWidth() and getHeight() values were used instead method parameters.
-
Andy Maloney authored
(Also fix spelling in comment)
-
- 08 Feb, 2013 3 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-