Alexander Alekhin
|
0e40c8a031
|
fix pylint warnings
pylint 1.8.3
|
5 years ago |
Alexander Alekhin
|
04fad57fc1
|
samples: fix python samples compatibility with demo.py
|
6 years ago |
Alexander Alekhin
|
c371df4aa2
|
samples: use findFile() in "python"
|
6 years ago |
Alexander Alekhin
|
5560db73bf
|
python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
|
7 years ago |
tribta
|
7555ab194f
|
Samples Python:
* Unused variables
* Bad identation
|
8 years ago |
Alexander Alekhin
|
a8e2922467
|
rename samples/{python2 -> python}
|
9 years ago |
Adam Gibson
|
b57be28920
|
Various Python samples updated for Python 2/3 compatibility.
|
10 years ago |
Andrey Kamaev
|
f886651cf0
|
Drop old python samples and tests
|
12 years ago |
Roman Donchenko
|
57d4c86b2b
|
Fixed the shebang lines on the Python scripts.
Also, removed the one from modules/python/src2/cv.py and cleared its
executable bit, since it's not a script.
|
12 years ago |
Moshe Kaplan
|
bd042d9cc3
|
Fixed shebangs, added error checking
|
12 years ago |
marina.kolpakova
|
285d6320be
|
add #/usr/bin/env python to all python files
|
12 years ago |
OpenCV Buildbot
|
81f826db2b
|
Normalize line endings and whitespace
|
13 years ago |
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
13 years ago |
Gary Bradski
|
dfaabd88fc
|
added cv2.destroyAllWindows()
|
13 years ago |
Alexander Mordvintsev
|
5b00763bb0
|
work on demo.py shell
|
14 years ago |
Alexander Mordvintsev
|
8c06a275f7
|
use default HOG people detector
minor cleaning
|
14 years ago |
Alexander Mordvintsev
|
1a208fe132
|
use cv2 function
added color_histogram.py sample
work on VideoSynth (chessboard)
|
14 years ago |
Alexander Mordvintsev
|
787fe6a93f
|
multiple cameras and frame saving in video.py
|
14 years ago |
Alexander Mordvintsev
|
6dc7ae0ff6
|
added some constants to python cv2 api
|
14 years ago |
Alexander Mordvintsev
|
3df5f5e13a
|
python cv2 sample: hi-res image browse
|
14 years ago |