158 Commits (0e0929af15b51465bc710a8910fb3bffee9dd4ef)

Author SHA1 Message Date
Vadim Pisarevsky 35af5dacde do not define CVAPI_EXPORTS when OpenCV is built statically (thanks to Mika Fischer for the patch) 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
Vadim Pisarevsky 0cfcb48796 bugfix for highgui crash on Windows in debug mode (ticket #752) has been propagated from branch 2.2 to trunk 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
Vadim Pisarevsky 73f589e8a5 further docs cleanup 14 years ago
Vadim Pisarevsky 5c3447c125 added pictures for OpenCV 2.x reference manual; fixed some build problems and done some more cleanup work 14 years ago
Vadim Pisarevsky f025e4739a some more doc cleanup 14 years ago
Vadim Pisarevsky 4bb893aa9f the first round of cleaning up the RST docs 14 years ago
Vadim Pisarevsky 24ccbccf63 cleaned RST formatting a bit 14 years ago
Vadim Pisarevsky 11c2f5d810 OpenCV reference manual (C++ part only for now) is now produced directly from RST, not from TeX. 14 years ago
Vadim Pisarevsky 371aa08006 OpenCV reference manual (C++ part only for now) is now produced directly from RST, not from TeX. 14 years ago
Ethan Rublee 58cb6c268e adding cap_images.cpp to android build, may fix link error, but not really address issue of reading video files on android 14 years ago
Maria Dimashova 63c9b4cec1 fixed mirror property of kinect 14 years ago
Vadim Pisarevsky 061b49e0b2 reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine. 14 years ago
Maria Dimashova ad896ae640 refactored OpenNI integration 14 years ago
Maria Dimashova ed77955635 moved an include dirs setting to the root cmake file 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 0de9c9fd3c opencv_zlib renamed back to zlib; make static libs work on Windows 14 years ago
Vadim Pisarevsky 8b4cb1d99c make OpenCVConfig.cmake usable in the case of static libs 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