mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 05:29:54 +08:00
Open Source Computer Vision Library
7cab6798c0
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)] |
||
---|---|---|
3rdparty | ||
android | ||
apps | ||
cmake | ||
data | ||
doc | ||
include | ||
ios | ||
modules | ||
platforms | ||
samples | ||
.gitattributes | ||
.gitignore | ||
CMakeLists.txt | ||
index.rst | ||
README |
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