459 Commits (684cf43360934ddf8a16b97ab2e726f2be4532a5)

Author SHA1 Message Date
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
Gabe Schwartz 931ebab822 Updated generator and parser to support Python 3. 12 years ago
Andrey Kamaev b8ed00bd64 Compile OpenCV with GCC visibility set to hidden 12 years ago
Egbert van der Wal dc6a144396 add (optional) index argument to RetrieveFrame method 12 years ago
Pablo Speciale caf449a991 The deletion of "cv.py" file (Commit b2ba8b9) breaks "make install" 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
Andrey Kamaev b2ba8b9969 Drop old python interface 12 years ago
Andrey Kamaev 5e048d1fa5 Move C API of opencv_objdetect to separate file 12 years ago
Roman Donchenko 57d4c86b2b Fixed the shebang lines on the Python scripts. 12 years ago
Andrey Kamaev 199a35a105 Move C API of opencv_video to separate file 12 years ago
Andrey Kamaev b0e6606b98 Cleanup core module API 12 years ago
Andrey Kamaev 69648f0a6f Make photo.hpp independent from C API 12 years ago
Andrey Kamaev 0738ea7d0f Make highgui.hpp independent from C API 12 years ago
Dustin Spicuzza 64b5784c0b Catch exceptions when large allocations fail 12 years ago
Andrey Pavlenko 75ea10e6ff fix for #2806 (missing 'nu03' field of moments) 12 years ago
Andrey Kamaev 7193a73ca0 Move FileStorage to separate header 12 years ago
Andrey Kamaev 715fa3303e Move cv::Mat out of core.hpp 12 years ago
Andrey Kamaev 5e7ab8baf3 Move cv::Scalar_ to types.hpp 12 years ago
Andrey Kamaev 2249f19120 Move cv::Range, cv::KeyPoint and cv::DMatch 12 years ago
Vadim Pisarevsky f8b61e4eca fixed hopefully last warnings in the doc builder 12 years ago
Vadim Pisarevsky 44157c421f fixed python test failures (modified stereo correspondence test to use cv2.* stuff), fixed docs 12 years ago
Andrey Kamaev be7bbe3aa9 Drop cv:: prefix from cv::String used inside the cv namespace 12 years ago
Andrey Kamaev 707d3e0a62 Python wrapper is adapted for cv::String 12 years ago
Vadim Pisarevsky 40dd25d6c2 restored CV_EXPORTS_W in the background subtraction classes 12 years ago
Vadim Pisarevsky 4e1619d8ee repaired std::string handling 12 years ago
Vadim Pisarevsky 07e0f7bf59 refactored video module; use the new-style algorithms now 12 years ago
Andrey Kamaev 89356ff16d Move non-CV functionality from core.hpp to separate utility.hpp header 12 years ago
Andrey Kamaev e75df56317 Unified handling of InputOutputArrays in Python wrapper generator 12 years ago
Andrey Kamaev a1c456b7c3 Extract common base header for C and C++ APIs 12 years ago