Alexander Mordvintsev
|
13045dec1d
|
working on python wrappers for stitching
|
13 years ago |
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)
|
13 years ago |
Alexander Mordvintsev
|
028c44531f
|
wrapped FlannBasedMatcher (and extended DescriptorMatcher wrapper)
updated feature_homography.py sample to use new features
|
13 years ago |
Vadim Pisarevsky
|
a5df21bf24
|
removed problem with duplicated CV_OUT InputOutputArray parameters (ticket #1348)
|
13 years ago |
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.
|
14 years ago |
Andrey Pavlenko
|
fbfddbd3ea
|
- 'c_string' support added to Java API
- improved CV_IN_OUT/CV_OUT handling for generated Python/Java wrappers
|
14 years ago |
Andrey Kamaev
|
ed8a2af9b6
|
Improved rst parser; fixed bug in hdr_parser; some small fixes in documentation
|
14 years ago |
Vadim Pisarevsky
|
20aca7440f
|
a lot of small corrections to bring down the number of undocumented functions, reported by the script; added em.cpp sample
|
14 years ago |
Vadim Pisarevsky
|
2d2b8a496e
|
renamed "None()" to "noArray()" to avoid conflicts with X11 (ticket #1122)
|
14 years ago |
Vadim Pisarevsky
|
c7a42e9682
|
started work on API & doc synchronization (in particular, Mat& => Input/OutputArray in the descriptions)
|
14 years ago |
Vadim Pisarevsky
|
0c877f62e9
|
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
|
14 years ago |
Vadim Pisarevsky
|
124967eefb
|
very first version of the documentation checking script
|
14 years ago |
Andrey Pavlenko
|
0f5f60f7f5
|
- extra spaces are removed
- static class member modifier processing is fixed (moved from 'rettype' to 'func_modlist')
|
14 years ago |
Vadim Pisarevsky
|
7f7965bc93
|
separated opencv 1.x and opencv 2.x wrappers. moved tests/python/* to modules/python/test
|
14 years ago |
Vadim Pisarevsky
|
335370a7c0
|
moved Python bindings source code into src subdirectory; preparing to add python/doc and python/test subdirectories
|
14 years ago |
Vadim Pisarevsky
|
5b6a755719
|
almost finished Python wrappers
|
14 years ago |
Vadim Pisarevsky
|
893fb90b87
|
extended Python bindings; not merged into cv.cpp yet; and many of the helper functions, like pyopencv_to_*, pyopencv_from_* etc. are still missing
|
14 years ago |
Vadim Pisarevsky
|
6b8e60d033
|
the header parser for the extended OpenCV Python bindings
|
14 years ago |