1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

Fix whitespace errors.

This commit is contained in:
Roman Donchenko
2013-08-06 15:22:46 +04:00
parent dcaf923517
commit 2f780ed994
10 changed files with 36 additions and 37 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ The class implements K-Nearest Neighbors model as described in the beginning of
* : 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 video digit recognition using KNearest can be found at opencv_source/samples/python2/digits_video.py
CvKNearest::CvKNearest
----------------------