119 Commits (7cad2c6788113f9b3e60846323e9bf3da60cc531)

Author SHA1 Message Date
Vladislav Vinogradov 3afc97e67e fixed new OpenGL functionality under Qt 13 years ago
Vladislav Vinogradov bd4239be7b moved OpenGL wrappers to separate header 13 years ago
Vladislav Vinogradov 9817252b23 added addTextOpenGl function 13 years ago
Vladislav Vinogradov 6b869f2ec3 minor fix 13 years ago
Vladislav Vinogradov d7450c2449 added GlArrays class and pointCloudShow function 13 years ago
Vladislav Vinogradov c2783af781 added OpenGL support to highgui under WIN32 13 years ago
Vadim Pisarevsky 448a252776 added compression strategy as a parameter (another request from ticket #1452) 13 years ago
Vadim Pisarevsky df5c60c50a added missing cv::moveWindow & cv::resizeWindow 13 years ago
Vadim Pisarevsky c593355e42 fixed declaration of imencode to make it usable in Python etc. 13 years ago
Vadim Pisarevsky ae83fe7645 added hybrid (feature-based & meanshift-based) tracker (by Pushkar) 13 years ago
Artem Myagkov 8c6782300a modified highgui and ts modules and cmakelists for ios cross-compiling, added ios toolchains, added ios build tutorial 13 years ago
Vadim Pisarevsky bd0d8429ee added support for Ximea cameras (patch by Marian Zajko), fixed GCC warnings in MOG2 background subtractor. 13 years ago
Andrey Morozov bba4f9e5d6 removed property. added automatically define number of cpus for decoding video 13 years ago
Andrey Morozov d87a56a639 added support new ffmpeg (0.8.X) 14 years ago
Andrey Kamaev ac7e16fdf6 Fixed camera output format handling 14 years ago
Vadim Pisarevsky 16ba62dcd5 added COLOR_... enumeration to imgproc.hpp and EVENT_... enumeration to highgui.hpp 14 years ago
Maria Dimashova b64bb95860 added ability to reset view point of depth generator to normal one (#1195) 14 years ago
Ilya Lysenkov fce7ba4eaf Added destroyAllWindows and docs (ticket #957). 14 years ago
Vadim Pisarevsky c7a42e9682 started work on API & doc synchronization (in particular, Mat& => Input/OutputArray in the descriptions) 14 years ago
Ethan Rublee 7d4f06b7f3 Attempting to add support for openni depth registration. 14 years ago
Vadim Pisarevsky a87d12eb9e added CV_CAP_PROP_PVAPI_MULTICASTIP property (thanks to Stefano Fabri for the patch) 14 years ago
Vadim Pisarevsky 0c877f62e9 replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()). 14 years ago
Andrey Kamaev 3956f54040 Android native camera is updated to support RGBA output 14 years ago
Vadim Pisarevsky 5199cd9c95 removed unnecessary #include "windows.h" from "highgui_c.h" 14 years ago
Leonid Beynenson 7ec77593db Made changes in Android camera classes: now we can get list of possible preview resolutions of Android camera (as string). 14 years ago
Leonid Beynenson e262f054ad Changed algorithm of Android camera synchronisation --- added "auto-grab" mode. 14 years ago
Leonid Beynenson 2806db93d8 Merged the branch /branches/opencv_pthread_framework/opencv into the trunk. 14 years ago
Nils Hasler ee0c16e43e * added property CV_CAP_GSTREAMER_QUEUE_LENGTH 14 years ago
Andrey Kamaev 31e77a3bd9 Android native camera: added BGR output format; added methods to configure output frame size. 14 years ago
Vadim Pisarevsky abeeb40d46 a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 14 years ago
Andrey Kamaev 68534d70f3 Merged android-experimental branch back to trunk. 14 years ago
Vadim Pisarevsky 535425982f extended libdc1394 backend (the patch is by Michael Joachimiak) 14 years ago
Maria Dimashova ad896ae640 refactored OpenNI integration 14 years ago
Maria Dimashova 152fefe854 minor changes 14 years ago
Maria Dimashova 508aaa41f8 added ability to get and set some Kinect params 14 years ago
Maria Dimashova 3a04d08bf7 added Kinect support (initial version without settings configuration yet) and sample on usage 14 years ago
Vadim Pisarevsky 5b6a755719 almost finished Python wrappers 14 years ago
Vadim Pisarevsky 83f6085773 added more helper macros to the function declarations, to assist the Python wrapper generator. Fixed memleak in Mat::operator()(Range,Range) and the related functions (Mat::row, Mat::col etc.) 14 years ago
Vadim Pisarevsky ebb9c61546 fixed bug with Mat::dataend initialization. Now morph-ex test passes; Also fixed CV_Assert() implementation 14 years ago
Vadim Pisarevsky 1b1eab8e67 added helper macros to the function declarations 14 years ago
Yannick Verdie e65823fac2 Qt sample code and some fixes 14 years ago
Yannick Verdie e8aad75446 Fixed bugs on Qt 15 years ago
Yannick Verdie 8f8aba9c88 fixed Qt bug 15 years ago
Yannick Verdie c77e8fc638 Qt - debugging Linux and Windows 15 years ago
Yannick Verdie f2353b8523 QT new functions: 15 years ago
Yannick Verdie ffe7bdf69c ticket 490: 15 years ago
Yannick Verdie f572047496 QT new functions: 15 years ago
Yannick Verdie 2c923c7eba QT new functions: 15 years ago
Yannick Verdie 14bf624af4 QT new functions: 15 years ago
Vadim Pisarevsky 758e826d2e do not use WIN64/_WIN64 anymore - CMake did not set it anyway. Use WIN32 + __x86_64 or _M_X64 instead. Also, make VideoInput optional (WITH_VIDEOINPUT=ON/OFF) => now Mingw-dw2 can build OpenCV 15 years ago