1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Added to the tutorials the "Support Vector Machines for Non-Linearly Separable Data" contributed by Fernando Iglesias García. Corrected a mistake in the gpu-basics-similarity.rst file.

This commit is contained in:
Bernat Gabor
2011-08-14 19:58:20 +00:00
parent a51a8ad577
commit fec995391f
9 changed files with 257 additions and 31 deletions
File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

@@ -26,6 +26,25 @@ Use the powerfull machine learning classes for statistical classification, regre
:height: 90pt
:width: 90pt
+
.. tabularcolumns:: m{100pt} m{300pt}
.. cssclass:: toctableopencv
============ ==============================================
|NonLinSVM| **Title:** :ref:`nonLinearSvmS`
*Compatibility:* > OpenCV 2.0
*Author:* |Author_FernandoI|
Here you will learn how to define the optimization problem for SVMs when it is not possible to separate linearly the training data.
============ ==============================================
.. |NonLinSVM| image:: images/non_linear_svms.png
:height: 90pt
:width: 90pt
.. raw:: latex
\pagebreak
@@ -34,3 +53,4 @@ Use the powerfull machine learning classes for statistical classification, regre
:hidden:
../introduction_to_svm/introduction_to_svm
../non_linear_svms/non_linear_svms