Markus Schoeler 7cab6798c0 Added two kernels to existing SVM framework
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)]
2013-02-14 11:30:30 +01:00
2013-02-12 16:30:18 +04:00
2013-02-12 16:30:18 +04:00
2013-02-04 17:15:55 +04:00
2013-02-12 16:30:18 +04:00
2013-02-01 14:35:28 +04:00
2013-02-12 16:30:18 +04:00
2013-02-12 16:30:18 +04:00
2013-02-12 16:30:18 +04:00
2012-08-28 17:46:45 +04:00
2013-02-12 16:30:18 +04:00
2012-06-21 14:50:05 +00:00
2012-07-24 17:59:55 +04:00

OpenCV: open source computer vision library

Homepage:    http://opencv.org
Online docs: http://docs.opencv.org
Q&A forum:   http://answers.opencv.org
Dev zone:    http://code.opencv.org
Description
No description provided
Readme 422 MiB
Languages
C++ 83.4%
Cuda 5.9%
C 3.8%
Java 2.4%
CMake 2.2%
Other 2.1%