59 Commits (6fc6207e9315b0d634b0c532516fba3f9ccbba20)

Author SHA1 Message Date
Alexander Alekhin f5b58e5fc9 bindings: backport generator from OpenCV 4.x 6 years ago
Dmitry Kurtaev 6fbcb283b9 Try to fix "enum struct" wrapping for Java 6 years ago
Alexander Alekhin c8f934b5b1
Merge pull request #13415 from alalek:issue_13406 6 years ago
Alexander Alekhin 96c71dd3d2 dnn: reduce set of ignored warnings 6 years ago
Hamdi Sahloul f89e4e7dd0 Support parsing C++11 `enum struct` and `enum class` 6 years ago
Hamdi Sahloul b5eb65e53e Improve Python binding generator with mappable types and phantom headers 6 years ago
Hamdi Sahloul 900df21b7d Support enum-type detection for binding generator 6 years ago
Hamdi Sahloul 293facbae7 Support Python binding for CUDA functionalities 6 years ago
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