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 |
|
Adam Gibson
|
b57be28920
|
Various Python samples updated for Python 2/3 compatibility.
|
2015-09-14 00:00:22 +08: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 |
|
Vadim Pisarevsky
|
33bc089506
|
fixed HOGDescriptor::detect and HOGDescriptor::detectMultiScale signatures (ticket #1304)
|
2012-03-29 17:18:38 +00:00 |
|
Gary Bradski
|
dfaabd88fc
|
added cv2.destroyAllWindows()
|
2012-03-15 03:45:15 +00:00 |
|
Gary Bradski
|
9164ccbaaf
|
added 0xFF & in front of every waitKey so that it works on linux
|
2012-03-14 21:46:34 +00:00 |
|
Alexander Mordvintsev
|
5bc5d9a47e
|
camshift.py sample
small cleaning
|
2011-08-15 01:36:41 +00:00 |
|
Alexander Mordvintsev
|
8c06a275f7
|
use default HOG people detector
minor cleaning
|
2011-08-13 08:52:58 +00:00 |
|
Alexander Mordvintsev
|
d80a41a543
|
comment
|
2011-08-12 03:23:44 +00:00 |
|
Alexander Mordvintsev
|
d7a2081230
|
peopledetect.py sample added (TODO: use builtin svm data instead of people_hog.txt)
some old cv api use cleaning
|
2011-08-12 03:05:31 +00:00 |
|