Removed references to opencv.itseez.com

This commit is contained in:
Kirill Kornyakov
2013-06-28 12:48:12 +04:00
parent 0339dd51f1
commit aef347e7b3
8 changed files with 117 additions and 119 deletions

View File

@@ -129,7 +129,7 @@ Explanation
3. **Train the SVM**
We call the method `CvSVM::train <http://opencv.itseez.com/modules/ml/doc/support_vector_machines.html#cvsvm-train>`_ to build the SVM model.
We call the method `CvSVM::train <http://docs.opencv.org/modules/ml/doc/support_vector_machines.html#cvsvm-train>`_ to build the SVM model.
.. code-block:: cpp