John Stowers
4b19fda1d6
Add brisk features to python demos
2013-09-20 21:12:49 +02:00
Roman Donchenko
9b92545ce6
War on Whitespace, master edition: trailing spaces.
2013-08-27 13:57:24 +04:00
Moshe Kaplan
bd042d9cc3
Fixed shebangs, added error checking
2013-03-06 01:41:02 -05:00
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)
2013-03-04 12:25:35 -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
Alexander Mordvintesv
0f9bbf85e5
spelling corrections, added aero images as a more impressive example for
...
ASIFT
2012-07-29 16:26:22 +03:00
Alexander Mordvintsev
ad7a6ec41f
correct unknown feature report in find_obj.py
2012-07-16 12:31:56 +00:00
Alexander Mordvintsev
3ce5b01543
added asift.py sample
2012-07-16 12:29:49 +00:00
Alexander Mordvintsev
99e404fe86
moving data used by sample into a separate folder
...
small fix in find_obj.py
2012-07-16 11:46:05 +00:00
Alexander Mordvintsev
8610ff1b4d
find_obj.py allows to select detector and matcher and explore matching pairs
2012-07-16 11:31:43 +00:00
Alexander Mordvintsev
7bbc42127e
refactored find_obj.py sample:
...
- handle bad matching case
- use BFMatcher and FlannBasedMatcher (and thus fixing a bug: L2^2 metric was used for flann)
2012-07-13 20:27:54 +00:00
Alexander Mordvintsev
02e3afae3a
fixed find_obj.py (use detectAndCompute)
2012-06-12 06:31:51 +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
b3ae2c181a
added flann matching to find_obj.py
2011-08-17 02:00:52 +00:00
Vadim Pisarevsky
16ba62dcd5
added COLOR_... enumeration to imgproc.hpp and EVENT_... enumeration to highgui.hpp
2011-07-18 13:05:34 +00:00
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)
2011-07-16 09:35:56 +00:00
Vadim Pisarevsky
386f147597
a few minor fixes in Python samples
2011-07-13 06:19:21 +00:00
Alexander Mordvintsev
5596c792bc
find_obj.py sample added
2011-07-04 09:05:11 +00:00