139 Commits (2f81eb22f6fa37fff4d6eee5b455e00b8b865f3c)

Author SHA1 Message Date
Vadim Pisarevsky 23a9b7bb9c fixed several warnings from Xcode 4 LLVM compiler; fixed bug #920 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
Vadim Pisarevsky 3d92d4c0bc fixed compile errors on Ubuntu 11.04 14 years ago
Vadim Pisarevsky caa943c85f made png codec in highgui compatible with libpng-1.5 (thanks to wiz for the patch) 14 years ago
Vladislav Vinogradov dad986a6cb added 16-bit support to TiffEncoder (restore after #4919) 14 years ago
Nils Hasler 3b9138c4a0 fixed jump over initialisation bug. 14 years ago
Nils Hasler 91d813bc89 If a pipeline is specified manually, this has to be done in full now, ending with appsink. For example: 14 years ago
Nils Hasler 80da1d408b removed private copy of gstappsink because appsink is now part of gstreamer base. 14 years ago
Maria Dimashova e7e72d24d3 fixed compile error (ubuntu64) 14 years ago
Nils Hasler ee0c16e43e * added property CV_CAP_GSTREAMER_QUEUE_LENGTH 14 years ago
Alexey Kazakov e9aa6fa012 Added ROC-curve calculating to the cascade detection algorithm 14 years ago
Vladislav Vinogradov 604c53a0ab added 16-bit support to TiffEncoder 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
Nils Hasler 56b206dc7b When opening a file with GStreamer: 14 years ago
Andrey Kamaev b906ad3108 Test system included into Android build 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 cbdc91889a fixed setProperty 14 years ago
Maria Dimashova 63c9b4cec1 fixed mirror property of kinect 14 years ago
Maria Dimashova ad896ae640 refactored OpenNI integration 14 years ago
Maria Dimashova 152fefe854 minor changes 14 years ago
Maria Dimashova d70d2edc9f changed returned value of unsupported property 14 years ago
Maria Dimashova 508aaa41f8 added ability to get and set some Kinect params 14 years ago
Maria Dimashova 68ed806be0 replaced own point cloud computing by OpenNI ConvertProjectiveToRealWorld() 14 years ago
Maria Dimashova 3a04d08bf7 added Kinect support (initial version without settings configuration yet) and sample on usage 14 years ago
Vladimir Dudnik 6309b2d08d added OpenCVFindIPP.cmake script, which will look for IPP installation at CMake configuration time. First, IPPROOT environment variable will be tested, if not found script will look at default install places. 14 years ago
Vadim Pisarevsky e90f197beb merged fix for x64 MSVC compile errors in highgui into trunk 14 years ago
Vadim Pisarevsky 8b48eebeee enable #include "cvconfig.h" in highgui on Windows. That should fix camera capture. 14 years ago
Vadim Pisarevsky 4339f69da4 fix opencv-highgui build with old versions of libpng (< 1.4.x) 14 years ago
Vadim Pisarevsky 3beac049d5 replicated the fix for Ptr<CvCapture> bug 14 years ago
Vadim Pisarevsky 3e7fbd21e0 fixed compile errors in cap_qt.cpp (ticket #391) 14 years ago
Vadim Pisarevsky 11ed55ddb4 fixed mouse painting in Qt bindings (to make watershed & inpaint demos work); increased the font in the detailed pixel image display. 14 years ago
Vadim Pisarevsky 1286c1db45 fixed multiple warnings from VS2010. 14 years ago
Vadim Pisarevsky 334ac49d34 added user mode selection (thanks to tito for the patch, ticket #563) 14 years ago
Vadim Pisarevsky beee6f2f70 pass the correct rgb->gray coefficients to PNG decoder, to match cvtColor's. 14 years ago
Vadim Pisarevsky 636cb15f3d add protection against EAGAIN error in the streams (thanks to vrabaud for the patch - ticket #553) 14 years ago
Vadim Pisarevsky 3163cfb845 added 16-bit tiff support, enabled LZW codec in tiff (tickets #588, #590) 14 years ago
Vadim Pisarevsky feb0de80e1 avoid use of writable global variables in V4L capturing module (thanks to fjmadrid for the patch! - see the ticket #384) 14 years ago
Vadim Pisarevsky 5b6a755719 almost finished Python wrappers 14 years ago
Ethan Rublee 9ee954a0c6 Made calibration a bit faster in the absense of a checkboard and trying to fix 14 years ago
Stefano Fabri ed0ce7ed50 Fixed missing semicolon 14 years ago
Yannick Verdie 54ba887432 Qt fix: cvAddText ticket #561 14 years ago
Yannick Verdie 24427d593f Qt add byte per line information to fix a bug 14 years ago
Yannick Verdie 411e16074e Qt Ticket #520 14 years ago
Yannick Verdie 69e6294854 Qt ticket #537 14 years ago
Yannick Verdie 3e8a8f7942 Qt weird bug with QLabel (is it really fixed ?) 14 years ago
Yannick Verdie 45daaa6e11 Qt bug with buttons 14 years ago
Yannick Verdie 48090fd37e Qt bug fixed #534 14 years ago