9 Commits (d154fa4b4ca187ec0633ec9151fe3bd3d9e3800c)

Author SHA1 Message Date
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
Sui Libin 1ad814a191 fix faster_rcnn sample crashed at PoolingInvoker on Windows7(x64). (#10724) 7 years ago
Alexander Alekhin 5560db73bf python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 7 years ago
tribta 7555ab194f Samples Python: 7 years ago
Alexander Alekhin ddc0b42bc3 migration: github.com/opencv/opencv 8 years ago
Vladislav Sovrasov 86868176a2 Fix py3 comatibility 9 years ago
Vladislav Sovrasov d579f08093 Fix mouse control in asift and find_obj samples 9 years ago
Alexander Alekhin a8e2922467 rename samples/{python2 -> python} 9 years ago
flp 4ed2d6328b Python samples adapted for Python3 compatibility 9 years ago
brossetti 4194b7effe fixed bug on left mouse button click 9 years ago
berak fd60e98c5b fixes for latest changes in opencv3.0 api 10 years ago
Dmitriy Anisimov 1007c06d44 initial commit 10 years ago
Alexander Mordvintsev 74c77d826f base class name resolution 10 years ago
Martin Jul 73042b32e1 Fixed typos in "matching" 11 years ago
John Stowers 4b19fda1d6 Add brisk features to python demos 11 years ago
Roman Donchenko 9b92545ce6 War on Whitespace, master edition: trailing spaces. 11 years ago
Roman Donchenko 57d4c86b2b Fixed the shebang lines on the Python scripts. 12 years ago
Moshe Kaplan bd042d9cc3 Fixed shebangs, added error checking 12 years ago
Moshe Kaplan facd580f28 Small changes to Python samples 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 0f9bbf85e5 spelling corrections, added aero images as a more impressive example for 12 years ago
Alexander Mordvintsev ad7a6ec41f correct unknown feature report in find_obj.py 13 years ago
Alexander Mordvintsev 3ce5b01543 added asift.py sample 13 years ago
Alexander Mordvintsev 99e404fe86 moving data used by sample into a separate folder 13 years ago
Alexander Mordvintsev 8610ff1b4d find_obj.py allows to select detector and matcher and explore matching pairs 13 years ago
Alexander Mordvintsev 7bbc42127e refactored find_obj.py sample: 13 years ago
Andrey Kamaev f666bd221f Merged the trunk r8595:8668 (except iOS and new gpu functionality) 13 years ago
Alexander Mordvintsev 02e3afae3a fixed find_obj.py (use detectAndCompute) 13 years ago
Gary Bradski dfaabd88fc added cv2.destroyAllWindows() 13 years ago
Gary Bradski 9164ccbaaf added 0xFF & in front of every waitKey so that it works on linux 13 years ago
Alexander Mordvintsev b3ae2c181a added flann matching to find_obj.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
Vadim Pisarevsky 386f147597 a few minor fixes in Python samples 14 years ago
Alexander Mordvintsev 5596c792bc find_obj.py sample added 14 years ago