Gabe Schwartz
|
931ebab822
|
Updated generator and parser to support Python 3.
|
2013-06-13 18:39:47 -04:00 |
|
Andrey Kamaev
|
3b364330ad
|
Merge branch '2.4'
|
2013-04-12 15:35:38 +04:00 |
|
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.
|
2013-04-11 18:37:23 +04:00 |
|
Andrey Kamaev
|
707d3e0a62
|
Python wrapper is adapted for cv::String
|
2013-03-22 22:14:30 +04:00 |
|
Andrey Kamaev
|
a1c456b7c3
|
Extract common base header for C and C++ APIs
|
2013-03-15 10:38:38 +04:00 |
|
Andrey Kamaev
|
ad5cddc007
|
Main module headers are moved 1 level up
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp>
Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
|
2013-03-13 17:26:56 +04:00 |
|
Andrey Kamaev
|
b401c6a0c3
|
Fix discrepancies between function signatures in headers and documentation
|
2012-12-26 18:24:50 +04:00 |
|
Andrey Kamaev
|
aabbe11e64
|
Improve function arguments parsing and checking
* always use "argN" names for unnamed arguments
* honor space symbol between typename and "*", "&" symbols
* fix indent errors
|
2012-12-26 17:55:03 +04:00 |
|
marina.kolpakova
|
285d6320be
|
add #/usr/bin/env python to all python files
|
2012-11-23 22:57:22 +04:00 |
|
Andrey Kamaev
|
0e9405e591
|
Honor resently added functionality in hdr_parser and rst_parser; minor fixes in documentation
|
2012-09-14 22:26:32 +04:00 |
|
Vadim Pisarevsky
|
acf356b080
|
added contrib module support in Python wrappers (thanks to Eric Christiansen)
|
2012-07-04 17:59:14 +00:00 |
|
Andrey Kamaev
|
cf25f572a6
|
Documentation: improved correctness checking for superclasses
|
2012-05-29 14:51:59 +00:00 |
|
Andrey Kamaev
|
05de6302fd
|
Fixed documentation: corrected parameter names
|
2012-05-29 10:36:19 +00:00 |
|
Andrey Kamaev
|
6ca618277c
|
More fixes for documentation.
|
2012-05-28 20:11:38 +00:00 |
|
Andrey Kamaev
|
18a8721f49
|
Small fixes for documentation checking script
|
2012-05-28 15:29:21 +00:00 |
|
Andrey Kamaev
|
78329b0dfe
|
New bunch of documentation fixes
|
2012-05-28 14:36:15 +00:00 |
|
Andrey Kamaev
|
71625ad458
|
Fixed more documentation & source discrepancies
|
2012-05-28 11:22:43 +00:00 |
|
Andrey Kamaev
|
7e698726e4
|
Added new script for checking correctness of documentation
|
2012-05-28 07:34:49 +00:00 |
|
Alexander Mordvintsev
|
6848c6d69a
|
reverted revision 7676 (#1725)
|
2012-03-28 09:44:54 +00:00 |
|
Alexander Mordvintsev
|
13045dec1d
|
working on python wrappers for stitching
|
2012-03-28 05:00:41 +00:00 |
|
Vadim Pisarevsky
|
d1b5f43700
|
adjust the header parser to support "public virtual" construction and make a tweak for multiple inheritance, fix potential memory problem with Python's IplImage.tostring() method (ticket #1486)
|
2012-01-25 13:25:35 +00:00 |
|
Alexander Mordvintsev
|
028c44531f
|
wrapped FlannBasedMatcher (and extended DescriptorMatcher wrapper)
updated feature_homography.py sample to use new features
|
2011-09-15 11:10:06 +00:00 |
|
Vadim Pisarevsky
|
a5df21bf24
|
removed problem with duplicated CV_OUT InputOutputArray parameters (ticket #1348)
|
2011-08-31 12:36:19 +00:00 |
|
Vadim Pisarevsky
|
562914e33b
|
upgraded to FLANN 1.6. Added miniflann interface, which is now used in the rest of OpenCV. Added Python bindings for FLANN.
|
2011-07-13 23:04:39 +00:00 |
|
Andrey Pavlenko
|
fbfddbd3ea
|
- 'c_string' support added to Java API
- improved CV_IN_OUT/CV_OUT handling for generated Python/Java wrappers
|
2011-07-12 21:13:56 +00:00 |
|
Andrey Kamaev
|
ed8a2af9b6
|
Improved rst parser; fixed bug in hdr_parser; some small fixes in documentation
|
2011-07-07 14:49:24 +00:00 |
|
Vadim Pisarevsky
|
20aca7440f
|
a lot of small corrections to bring down the number of undocumented functions, reported by the script; added em.cpp sample
|
2011-06-09 01:16:45 +00:00 |
|
Vadim Pisarevsky
|
2d2b8a496e
|
renamed "None()" to "noArray()" to avoid conflicts with X11 (ticket #1122)
|
2011-06-08 06:55:04 +00:00 |
|
Vadim Pisarevsky
|
c7a42e9682
|
started work on API & doc synchronization (in particular, Mat& => Input/OutputArray in the descriptions)
|
2011-06-07 22:51:31 +00:00 |
|
Vadim Pisarevsky
|
0c877f62e9
|
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
|
2011-06-06 14:51:27 +00:00 |
|
Vadim Pisarevsky
|
124967eefb
|
very first version of the documentation checking script
|
2011-06-01 21:15:36 +00:00 |
|
Andrey Pavlenko
|
0f5f60f7f5
|
- extra spaces are removed
- static class member modifier processing is fixed (moved from 'rettype' to 'func_modlist')
|
2011-05-17 12:52:07 +00:00 |
|
Vadim Pisarevsky
|
7f7965bc93
|
separated opencv 1.x and opencv 2.x wrappers. moved tests/python/* to modules/python/test
|
2011-05-03 16:00:31 +00:00 |
|