Like mentioned by Andrei Pavlenko after merging pullrequest #1206, a wrong
ReST directive was used. Also fixed some other ReST directives that were not correct and removed some warnings during buildbot checks.
This commit is contained in:
@@ -11,11 +11,11 @@ CvKNearest
|
||||
|
||||
The class implements K-Nearest Neighbors model as described in the beginning of this section.
|
||||
|
||||
.. Sample code::
|
||||
.. note::
|
||||
|
||||
* : PYTHON : An example of digit recognition using KNearest can be found at opencv_source/samples/python2/digits.py
|
||||
* : PYTHON : An example of grid search digit recognition using KNearest can be found at opencv_source/samples/python2/digits_adjust.py
|
||||
* : PYTHON : An example of video digit recognition using KNearest can be found at opencv_source/samples/python2/digits_video.py
|
||||
* (Python) An example of digit recognition using KNearest can be found at opencv_source/samples/python2/digits.py
|
||||
* (Python) An example of grid search digit recognition using KNearest can be found at opencv_source/samples/python2/digits_adjust.py
|
||||
* (Python) An example of video digit recognition using KNearest can be found at opencv_source/samples/python2/digits_video.py
|
||||
|
||||
CvKNearest::CvKNearest
|
||||
----------------------
|
||||
|
||||
@@ -150,11 +150,11 @@ CvSVM
|
||||
|
||||
Support Vector Machines.
|
||||
|
||||
.. Sample code::
|
||||
.. note::
|
||||
|
||||
* : PYTHON : An example of digit recognition using SVM can be found at opencv_source/samples/python2/digits.py
|
||||
* : PYTHON : An example of grid search digit recognition using SVM can be found at opencv_source/samples/python2/digits_adjust.py
|
||||
* : PYTHON : An example of video digit recognition using SVM can be found at opencv_source/samples/python2/digits_video.py
|
||||
* (Python) An example of digit recognition using SVM can be found at opencv_source/samples/python2/digits.py
|
||||
* (Python) An example of grid search digit recognition using SVM can be found at opencv_source/samples/python2/digits_adjust.py
|
||||
* (Python) An example of video digit recognition using SVM can be found at opencv_source/samples/python2/digits_video.py
|
||||
|
||||
CvSVM::CvSVM
|
||||
------------
|
||||
|
||||
Reference in New Issue
Block a user