Roman Donchenko
e9a28f66ee
Normalized file endings.
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
marina.kolpakova
285d6320be
add #/usr/bin/env python to all python files
12 years ago
OpenCV Buildbot
04384a71e4
Normalize line endings and whitespace
13 years ago
Gary Bradski
dfaabd88fc
added cv2.destroyAllWindows()
13 years ago
Vadim Pisarevsky
16ba62dcd5
added COLOR_... enumeration to imgproc.hpp and EVENT_... enumeration to highgui.hpp
14 years ago
Vadim Pisarevsky
f2e1a64c1b
fixed "import cv" in the new python samples. corrected Python bindings to match the documentation and vice versa (NOTE: in cv2.stereoCalibrate the parameter ordering has been changed)
14 years ago
Alexander Mordvintsev
32825893bd
work on obj_detect.py
...
added square_size cmd line param for calibrate.py
added _coverage.py script to compute cv2 api coverage by samples (just for interest, may be removed later)
14 years ago
Vadim Pisarevsky
f4dc4b43e4
fixed calibrateCamera API (ticket #1143 )
14 years ago
Alexander Mordvintsev
1a208fe132
use cv2 function
...
added color_histogram.py sample
work on VideoSynth (chessboard)
14 years ago
Alexander Mordvintsev
194506397e
python helper routines (common.py) added
14 years ago
Alexander Mordvintsev
6616606ea4
work on calibration sample
14 years ago
Alexander Mordvintsev
619e503d53
calibrate.py added (broken)
...
work on video synth
14 years ago