51 Commits (9d91c63502a0fb6c6c6d78a4f53f435df68a967c)

Author SHA1 Message Date
luz.paz d05714995c Misc. modules/ cont. pt2 7 years ago
Congxiang Pan 89b6e68e1e Merge pull request #9466 from huningxin:js 7 years ago
Dmitry Kurtaev bd8e6b7e14 Make external cv::dnn::Importer usage is deprecated 7 years ago
Alexander Alekhin 2db45c8a85 hdr_parser: ignore lines with 'CV__' macros 7 years ago
lewisjb 078b4cc971 Added Python Docstrings 8 years ago
Alexander Alekhin cc09f5a7de Merge pull request #7854 from alalek:backports_2016 8 years ago
Alexander Alekhin a88b94cc44 build: fix warning in python parser 8 years ago
Nikolay Polyarniy 46e08d34dd T-API python support implemented: 9 years ago
Maksim Shabunin c137ba53a0 Wrap ANN_MLP class into Python 10 years ago
Shiquan Wang 7127634aa0 Mod: Open header files with `io.open` for Python 2/3 compatibility. 10 years ago
Alexander Mordvintsev c1032b6232 remove structured_edge_detection.hpp from blacklist 10 years ago
Alexander Mordvintsev c22dcb04af fixing warnings 10 years ago
Alexander Mordvintsev e74cddfbd1 put consts into python submodules 10 years ago
Vadim Pisarevsky e368f17caf fixed python bindings generation 10 years ago
Alexander Mordvintsev 42ecfc5538 fixed parsing enums with tailing comma 10 years ago
vbystricky d58f736935 Split highgui module to videoio and highgui 10 years ago
vbystricky 4286f60387 Extract imgcodecs module from highgui 11 years ago
Vadim Pisarevsky 3858f2291d removed contrib, legacy and softcsscade modules; removed latentsvm and datamatrix detector from objdetect. removed haartraining and sft apps. 11 years ago
Alexander Mordvintsev 2756ae2051 exposed OpenCL-control functions to python 11 years ago
Gabe Schwartz 931ebab822 Updated generator and parser to support Python 3. 12 years ago
Roman Donchenko 57d4c86b2b Fixed the shebang lines on the Python scripts. 12 years ago
Andrey Kamaev 707d3e0a62 Python wrapper is adapted for cv::String 12 years ago
Andrey Kamaev a1c456b7c3 Extract common base header for C and C++ APIs 12 years ago
Andrey Kamaev ad5cddc007 Main module headers are moved 1 level up 12 years ago
Andrey Kamaev b401c6a0c3 Fix discrepancies between function signatures in headers and documentation 12 years ago
Andrey Kamaev aabbe11e64 Improve function arguments parsing and checking 12 years ago
marina.kolpakova 285d6320be add #/usr/bin/env python to all python files 12 years ago
Andrey Kamaev 0e9405e591 Honor resently added functionality in hdr_parser and rst_parser; minor fixes in documentation 12 years ago
Vadim Pisarevsky acf356b080 added contrib module support in Python wrappers (thanks to Eric Christiansen) 13 years ago
Andrey Kamaev 81a5988015 Merged the trunk r8467:8507 (inclusive) (big bunch of documentation fixes) 13 years ago
Andrey Kamaev cf25f572a6 Documentation: improved correctness checking for superclasses 13 years ago
Andrey Kamaev 05de6302fd Fixed documentation: corrected parameter names 13 years ago
Andrey Kamaev 6ca618277c More fixes for documentation. 13 years ago
Andrey Kamaev 18a8721f49 Small fixes for documentation checking script 13 years ago
Andrey Kamaev 78329b0dfe New bunch of documentation fixes 13 years ago
Andrey Kamaev 71625ad458 Fixed more documentation & source discrepancies 13 years ago
Andrey Kamaev 7e698726e4 Added new script for checking correctness of documentation 13 years ago
Alexander Mordvintsev 6848c6d69a reverted revision 7676 (#1725) 13 years ago
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) 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 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