53 Commits (dcae7698adb4a3883d42016431ed298e021d8172)

Author SHA1 Message Date
Alexander Mordvintsev 2a9e252f77 fix namespace conflicts (like cv::inpaint and cv::xphoto::inpaint) 10 years ago
Alexander Mordvintsev 74c77d826f base class name resolution 10 years ago
Alexander Mordvintsev c4c731c0aa fixing warnings 10 years ago
Alexander Mordvintsev c22dcb04af fixing warnings 10 years ago
Alexander Mordvintsev e74cddfbd1 put consts into python submodules 10 years ago
Alexander Mordvintsev 6d1c02ffed unified namespace population with 'init_submodule' 10 years ago
Alexander Mordvintsev 4a519a25f3 nested classes support 10 years ago
Alexander Mordvintsev 5ad7f9910f function namespaces partially work 10 years ago
Alexander Mordvintsev e85e83f491 handling namespaces on parsing functions 10 years ago
Vadim Pisarevsky e368f17caf fixed python bindings generation 10 years ago
Alexander Mordvintsev 9ab3b89c53 pass header list to gen2.py by a text file (avoid command line length limit on windows) 10 years ago
Alexander Mordvintsev 42ecfc5538 fixed parsing enums with tailing comma 10 years ago
Alexander Mordvintsev 1d1bfd3d7d automatic search for headers for python wrapper generation 10 years ago
Alexander Mordvintsev 2756ae2051 exposed OpenCL-control functions to python 11 years ago
Alexander Mordvintsev dd67ea0210 find -> rindex 11 years ago
Alexander Mordvintsev 120b3a1e77 Work on python wrapped generation automation: 11 years ago
Vladislav Vinogradov 0c7663eb3b Merge branch 'master' into gpu-cuda-rename 11 years ago
Roman Donchenko dadee3752c Adapt Python bindings to the new Ptr. 11 years ago
Gabe Schwartz bb209193c9 Updated usage of METH_X definitions for python 3. 12 years ago
Gabe Schwartz 931ebab822 Updated generator and parser to support Python 3. 12 years ago
Andrey Kamaev 298ccf6487 Turn pyopencv_to and pyopencv_from into templates 12 years ago
Andrey Kamaev f886651cf0 Drop old python samples and tests 12 years ago
Roman Donchenko 57d4c86b2b Fixed the shebang lines on the Python scripts. 12 years ago
Andrey Kamaev b0e6606b98 Cleanup core module API 12 years ago
Andrey Kamaev 0738ea7d0f Make highgui.hpp independent from C API 12 years ago
Vadim Pisarevsky 4e1619d8ee repaired std::string handling 12 years ago
Andrey Kamaev e75df56317 Unified handling of InputOutputArrays in Python wrapper generator 12 years ago
Andrey Kamaev 2a6fb2867e Remove all using directives for STL namespace and members 12 years ago
Vadim Pisarevsky f14b7af5ac changed diagnostic from "warning" to "note" in the python wrapper generator, to suppress some noise in opencv utilities 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
Vadim Pisarevsky 52ede9c84d fixed just introduced bug in Python wrapper generator 12 years ago
Vadim Pisarevsky 84087a8566 fixed crash in Python's SURF wrapper (bug #2325) 12 years ago
Alexander Mordvintesv 0adf68ae62 work on #2100: pyopencv_to functions now can receive argument information through ArgInfo structure. Non-contiguous input numpy arrays are copied. In case of non-contiguous output array the TypeError is thrown. 12 years ago
Andrey Kamaev ca0962c738 Megred fix for pyrhon API generator regression r8528 13 years ago
Andrey Kamaev dde8455db2 removed debug print 13 years ago
Andrey Kamaev 0809ae562e Fixed regression in python wrappers generator 13 years ago
Alexander Mordvintsev f6fec7ad2f fixed python GIL reacquire in case of exception 13 years ago
Alexander Mordvintsev 0e27c772aa using RAII to manage GIL -- still fails to handle exceptions correctly 13 years ago
Alexander Mordvintsev 58174f6ada Added GIL-release code into python wrappers 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 d50cc51070 handling Ptr<> arguments and return values in Python wrappers 13 years ago
Vadim Pisarevsky a5df21bf24 removed problem with duplicated CV_OUT InputOutputArray parameters (ticket #1348) 13 years ago
Vadim Pisarevsky a51a8ad577 fixed tickets #1301, #1303, #1305 13 years ago
Vadim Pisarevsky c9ed7fee34 fixed C++ implementation of Delaunay triangulation and moved it from sample to imgproc. 13 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 2dea07f9f8 repaired Python bindings for functions using InputOutputArray 14 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
Vadim Pisarevsky b204e73d9a propagated some more fixes from 2.3 branch to the trunk 14 years ago