Fraser Harris
0634808bf3
Added description of the AR model
9 years ago
Anatoly Orlov
1740218ee0
small platform compatability fix for ESC key
9 years ago
Anatoly Orlov
2be805ce29
kalman.py was broken totally
...
1. Following condition is True on each iteration becuase -1 % 0xFF is 255 not -1
code = cv2.waitKey(100) % 0x100
if code != -1:
break
this were resetting point position on each cycle not on key press as intended
2. Previous small bug were masking serious bug with matrix operation on matrices of incorrect size.
As the result on 2nd iteration of internal cycle program has crushed.
I have fixed it too, matrix operation was taken from examples/cpp/kalman.cpp where it looks like
randn( processNoise, Scalar(0), Scalar::all(sqrt(KF.processNoiseCov.at<float>(0, 0))));
which is something totally different from previous code here.
Example behave as it should now, i.e. point moving by circle trajectory as in C++ example.
9 years ago
Vladislav Sovrasov
1f8fd5382c
Replace of some synthetic scenes in python samples
9 years ago
Vladislav Sovrasov
87fc75c6d7
Improvements in tests, bugfix in digits_video sample
9 years ago
Vladislav Sovrasov
54c07ba0ff
Add 2 new tests, bugfixed in old tests
9 years ago
Vladislav Sovrasov
86868176a2
Fix py3 comatibility
9 years ago
Vladislav Sovrasov
e90dc20361
Update letter_recog sample to current version of opencv interfaces
9 years ago
Vladislav Sovrasov
d579f08093
Fix mouse control in asift and find_obj samples
9 years ago
Vladislav Sovrasov
3a51cae208
Fix rectangle selection in some of python samples
9 years ago
Vladislav Sovrasov
ab4d375349
Add new tests on python
9 years ago
BinMatrix
c7481c55f7
Fix the mouse bug and the problem of collapse
9 years ago
Alexander Alekhin
613b289325
python: add launch script for winpack python demo
9 years ago
Alexander Alekhin
a8e2922467
rename samples/{python2 -> python}
9 years ago
StevenPuttemans
6f892b10ff
Applied feature #3375 and fix of pull 1842 to avoid merging problems later
11 years ago
Roman Donchenko
e9a28f66ee
Normalized file endings.
11 years ago
Andrey Kamaev
f886651cf0
Drop old python samples and tests
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
Andrey Kamaev
639bbec44a
svn repository web references are replaced with links to git
12 years ago
Andrey Kamaev
5100ca7508
svn repository web references are replaced with links to git
12 years ago
Philipp Wagner
508a029dae
Moved the facerec_demo.py to the wrong directory. Now moved to the python2 folder.
12 years ago
Philipp Wagner
1454f3d391
Added the facerec_demo.py to show how to perform Face Recognition with the Python module.
12 years ago
Gary Bradski
a4de511eb7
Added cv.DestroyAllWindows() to file close
13 years ago
Gary Bradski
5878ab6a0f
added destroyAllWindows at end
13 years ago
Gary Bradski
8a48b8dffd
added destroy all windows
13 years ago
Gary Bradski
c29f0dfdfa
added destroy all windows
13 years ago
Alexander Shishkov
be63ce723f
#1672
...
updated links in cheatsheet
renamed directory for Mat tutorial
changed links from willow docs to opencv.itseez.com, from Trac to current Redmine
13 years ago
Alexander Shishkov
f3be34934e
minor changes in chessboard.py sample #1492
13 years ago
Alexander Shishkov
a6602dd75c
fixed #1492
13 years ago
Vadim Pisarevsky
569b1ad582
embeded cv Python module into cv2.
14 years ago
Vadim Pisarevsky
3c8cff3d7e
fixed ellipse orientation in fitellipse.py
14 years ago
Ethan Rublee
89b5f40ce3
Reverting the boost::python bindings, moving dev to out of trunk.
14 years ago
Ethan Rublee
44e9fdaa2d
Initial pass at some boost python bindings.
14 years ago
James Bowman
a2e158aeb8
datamatrix sample
15 years ago
Vadim Pisarevsky
127d6649a1
"atomic bomb" commit. Reorganized OpenCV directory structure
15 years ago