Vadim Pisarevsky
|
ba71caca04
|
fixed digits.py sample
|
2015-12-14 16:37:19 +03:00 |
|
flp
|
4ed2d6328b
|
Python samples adapted for Python3 compatibility
Common fixes:
- print function
- int / float division
- map, zip iterators in py3 but lists in py2
Known bugs with opencv 3.0.0
- digits.py, called via digits_video.py: https://github.com/Itseez/opencv/issues/4969
- gaussian_mix.py: https://github.com/Itseez/opencv/pull/4232
- video_v4l2.py: https://github.com/Itseez/opencv/pull/5474
Not working:
- letter_recog.py due to changed ml_StatModel.train() signature
|
2015-12-13 02:49:54 +01:00 |
|
John Stowers
|
c4c3f1b25e
|
fix digits.py to not ignore model parameters
otherwise model is only ever trained with default
parameters, and digits_adjust does nothing (for example)
|
2015-07-31 09:14:20 +02:00 |
|
Joe Minichino
|
47d8187bc3
|
fixed outdated params setting
|
2015-05-28 15:20:08 +01:00 |
|
Joe Minichino
|
a4a2659dff
|
fixed digits.py sample to work with opencv 3
|
2015-05-27 15:43:52 +01:00 |
|
Dmitriy Anisimov
|
1007c06d44
|
initial commit
|
2014-09-23 07:45:51 +04:00 |
|
Moshe Kaplan
|
bd042d9cc3
|
Fixed shebangs, added error checking
|
2013-03-06 01:41:02 -05:00 |
|
marina.kolpakova
|
285d6320be
|
add #/usr/bin/env python to all python files
|
2012-11-23 22:57:22 +04:00 |
|
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
2012-10-17 15:32:23 +04:00 |
|
Andrey Kamaev
|
5100ca7508
|
svn repository web references are replaced with links to git
|
2012-08-07 14:30:36 +04:00 |
|
Alexander Mordvintsev
|
99e404fe86
|
moving data used by sample into a separate folder
small fix in find_obj.py
|
2012-07-16 11:46:05 +00:00 |
|
Alexander Mordvintsev
|
1543b46383
|
HoG and Hellinger-metric preprocess for digit recognition
line breaks in fitline.py description
|
2012-07-02 13:49:36 +00:00 |
|
Alexander Mordvintsev
|
83ccdbd0ce
|
refactored digits_adjust.py (dataset preprocess in cloud)
|
2012-07-02 07:49:46 +00:00 |
|
Alexander Mordvintsev
|
6dffc5332d
|
digits_video.py (VERY IMMATURE)
digits.py now saves the resulting SVM classifier for use in digits_video.py
|
2012-06-27 05:59:16 +00:00 |
|
Alexander Mordvintsev
|
d636e1128b
|
removed ANN digits recognition
added deskew for SVN and KNearest recognition sample
|
2012-06-27 04:29:15 +00:00 |
|
Alexander Mordvintsev
|
455349a0eb
|
comments for digits.py sample
|
2012-06-06 05:52:28 +00:00 |
|
Alexander Mordvintsev
|
3cfa6949d7
|
work on added digits.py sample (neural network for handwritten digit recognition)
|
2012-06-01 13:27:56 +00:00 |
|