Alexander Alekhin
5560db73bf
python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
7 years ago
tribta
7555ab194f
Samples Python:
...
* Unused variables
* Bad identation
7 years ago
Vladislav Sovrasov
3a51cae208
Fix rectangle selection in some of python samples
9 years ago
Alexander Alekhin
a8e2922467
rename samples/{python2 -> python}
9 years ago
Adam Gibson
b57be28920
Various Python samples updated for Python 2/3 compatibility.
9 years ago
berak
fd60e98c5b
fixes for latest changes in opencv3.0 api
...
fixes for latest changes in opencv3.0 api
waitKey() normalization
fixed mser bindings
10 years ago
Alexander Alekhin
63fc313d02
samples: fix python contants
10 years ago
Pierrick Koch
aeda3d2d69
[samples/pyhton] fix common {LINE->CV}_AA
10 years ago
John Stowers
42faaa8b39
Fix mouse handling in python demos
11 years ago
Roman Donchenko
e9a28f66ee
Normalized file endings.
11 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
Moshe Kaplan
facd580f28
Small changes to Python samples
...
Update find_obj.py:
Added additional error checking for the loaded files and modified the detector check to be more pythonic (is versus ==).
Update common.py:
Fixed a typo (contais -> contains)
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
12 years ago
OpenCV Buildbot
04384a71e4
Normalize line endings and whitespace
12 years ago
Alexander Mordvintesv
d9185ec21b
added _doc.py -- doc-string ckecking utility
...
added some sample description
12 years ago
Vadim Pisarevsky
2013118971
new/improved Python samples by Alexander Mordvintsev
12 years ago
Alexander Mordvintesv
353c69e017
created PlaneTracker (int plane_tracker.py), which implements multitarget planar tracking
...
rewritten feature_homography.py using it
added plane_ar.py - simple augmented reality sample
12 years ago
Alexander Mordvintesv
ffa8c32348
work on feature_homography.py: multiple targets
12 years ago
Alexander Mordvintsev
84281d284e
mdot function in common.py
13 years ago
Alexander Mordvintsev
a2c3c1800a
new feature_homography.py sample
13 years ago
Andrey Kamaev
f666bd221f
Merged the trunk r8595:8668 (except iOS and new gpu functionality)
13 years ago
Andrey Kamaev
ab20da0f53
Merged the trunk r8547:8574, r8587
13 years ago
Alexander Mordvintsev
889df76ea7
added lappyr.py sample
13 years ago
Alexander Mordvintsev
455349a0eb
comments for digits.py sample
13 years ago
Andrey Kamaev
81a5988015
Merged the trunk r8467:8507 (inclusive) (big bunch of documentation fixes)
13 years ago
Andrey Kamaev
949c4edf41
Merged the trunk r8408:8457 (inclusive)
13 years ago
Alexander Mordvintsev
e0c1fb5f76
updated video_threaded.py sample:
...
- switch btw threaded and non-threaded mode
- performance counters
- description
13 years ago
Alexander Mordvintsev
f4f41df756
removed derivLambda param for LK-tracker
...
linetype -> lineType
13 years ago
Alexander Mordvintsev
58174f6ada
Added GIL-release code into python wrappers
...
Added gabor_threads.py sample
13 years ago
Alexander Mordvintsev
cd9d695f9d
fix in RectSelector
13 years ago
Alexander Mordvintsev
a869838807
RectSelector in common.py
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
514711af14
work on motempl.py sample
14 years ago
Alexander Mordvintsev
d3da43c8e5
distrans.py sample added
14 years ago
Alexander Mordvintsev
f0a4185b1f
cv.Line -> cv2.line
14 years ago
Alexander Mordvintsev
84568cb18e
python Sketcher utility class
14 years ago
Alexander Mordvintsev
382e154cfd
morphology python sample
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
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