205 Commits (87fc75c6d74eea5accf4c2d7c69d0fa3a91a8c00)

Author SHA1 Message Date
berak 1048b235bf add Rect2d to python bindings 9 years ago
Maksim Shabunin f49936a849 Fixed cmake and build issues when using Visual Studio 2015 9 years ago
Wangyida ca599eee40 python modification for Point3D 9 years ago
Maksim Shabunin 6e9d0d9a0c Visual Studio 2015 warning and test fixes 9 years ago
boatx d674965bf9 Fixing typo in variable name. 9 years ago
Maksim Shabunin fef7509eed NumpyAllocator: check reference count before actual release, revert flann changes 10 years ago
Jaime Fernandez c613ee2da4 BUG: ndarray to Mat conversion with NPY_RELAXED_STRIDES set 10 years ago
Maksim Shabunin 78ddc567f9 Python generator: moved base class handling to the generate step 10 years ago
Maksim Shabunin c137ba53a0 Wrap ANN_MLP class into Python 10 years ago
Mansour Moufid b99f7a29df Cast some image coordinates and sizes to double. 10 years ago
Ying Xiong 2d8b4fea9f Add #ifdef's such that python wrapper builds independent of other components 10 years ago
Maksim Shabunin 82adf7955f Fix python submodules inheritance detection 10 years ago
Adam Greig 211a131351 Fix Python3 binding's submodules 10 years ago
Mansour Moufid 7d4cbbd7aa Cast a long integer to double explicitly. 10 years ago
Mike Izbicki ac47c0c624 fix to work with python 2.6 10 years ago
Shiquan Wang 7127634aa0 Mod: Open header files with `io.open` for Python 2/3 compatibility. 10 years ago
abidrahmank 797143d515 extending stitching module for Java and Python bindings 10 years ago
Huu Nguyen 81b9be1623 Fix implicit narrowing error in initializer list 10 years ago
Alexander Mordvintsev c1032b6232 remove structured_edge_detection.hpp from blacklist 10 years ago
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 8e9d1d9fe6 temporarily disabled java bindings for ml; hopefully fixed warnings etc. 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
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 Alekhin 4d0848b3e8 fix -Wmaybe-uninitialized warning (initialize pointers to NULL) 11 years ago
Gabe Schwartz c19b6ed20e Fixed pyopencv_to w/FLANN IndexParams in python3. 11 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
unknown 75534a4828 Python typdef fixed. Reverted the example to MOG2. Not time to make the command line switch for now. 11 years ago
Alexander Alekhin 95e38e457f core/umat: usage flags (with proposals from PR #2195) 11 years ago
Alexander Alekhin 91ca834be9 bug fix for issue 3470 11 years ago
Andrey Pavlenko f9aa148ba9 eliminating VS2013 build warnings 11 years ago
Vadim Pisarevsky 6da5d21331 fixed many bugs related to Mat::getUMat(), asynchronous kernel execution etc. Also, played a bit with ocl::cvtColor vs cv::cvtColor performance 11 years ago
Michael Pratt 8aafd569c8 Support PyString_AsString() in Python 3 < 3.3 11 years ago
Vadim Pisarevsky e14171fd33 fixed crash in Python bindings 11 years ago
Vadim Pisarevsky 303df78cca removed refcount field from Mat; that helped to find and eliminate some memory leaks. perf tests should probably pass now 11 years ago
Vadim Pisarevsky de521fc9fa fixed some more compile bugs (including Python bindings) 11 years ago