489 Commits (5ba8aa781cf4a32160b3df33779b3347f00b3181)

Author SHA1 Message Date
Alexander Mordvintsev 5f47f70183 module blacklist 10 years ago
Alexander Mordvintsev a2ae1db31c 'adas' extra module doesn't produce .lib on windows (causes link error) 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 964657a155 glob for python module dependences 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
Mike Maraya 95550c2582 test.py: Check if camera_calibration.tar.gz file exists before downloading it, opencv bug #3782 11 years ago
Alexander Alekhin 3a8af7d691 fix python tests 11 years ago
Michael Pratt cac1218eef Build both Python 2 and Python 3 bindings 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
Alexander Smorkalov 3ebdcafdd3 All installed files marked with component names for install customization. 11 years ago
Alexander Smorkalov b75cbfde45 All installed files marked with component names for install customization. 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
Alexander Alekhin 4adede4246 cmake: python module updates 11 years ago
Vadim Pisarevsky 851a8a1cd0 fixed whitespace error 11 years ago
Alexander Mordvintsev f0b050fa88 exposed LineSegemntDetector to python 11 years ago
Fedor Morozov c9ace38897 Docs updated, added InputArray, fixes for makePtr,... 11 years ago
Alexander Mordvintsev 79d51c3398 expose findEssentialMat, decomposeEssentialMat and recoverPose to Python 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
Alexander Shishkov 924f7ce373 small changes for compilation 11 years ago
Roman Donchenko 67ae438dae Refactored NumPy detection. 11 years ago
Roman Donchenko e9a28f66ee Normalized file endings. 11 years ago
Roman Donchenko f55740da70 Deleted all trailing whitespace. 11 years ago
abidrahmank 96c1df14f4 CLAHE Python bindings 11 years ago
Alexander Shishkov c4fb0e9dbb few changes for compilation 11 years ago
Alexander Shishkov 6df203c449 Fixes for Linux compilation, small changes 11 years ago
berak 1b10860f36 added add_definitions(-DCVAPI_EXPORTS) to cmakelists.txt 11 years ago
Alexander Mordvintsev 25b9ac18e6 fixed Bug #3143 - flann 'not implemented' error 11 years ago
Roman Donchenko 28a5c127ea Made the Python bindings not use deprecated NumPy 1.7 API. 12 years ago
abidrahmank 5d863f7516 drawMatches python bindings 12 years ago
Kirill Kornyakov aef347e7b3 Removed references to opencv.itseez.com 12 years ago
Gabe Schwartz bb209193c9 Updated usage of METH_X definitions for python 3. 12 years ago
Gabe Schwartz bce1b352e7 Updated cmake files to use print(). 12 years ago
Gabe Schwartz fb9781b97b Updated cv2.cpp to support Python 3 API. 12 years ago