355 Commits (e60a50c43c9ed43e4e52b3729a4baa225822b399)

Author SHA1 Message Date
Ilya Lysenkov b884c3c40c Removed direct tiff writing to in-memory buffers if libtiff is used 14 years ago
Ilya Lysenkov 02cd916ce1 Added reading of floating point tiff data: 32- and 64-bit (ticket #955) 14 years ago
Alexander Shishkov 8b43e90e7f fixed ticket #675 14 years ago
Ilya Lysenkov 8e93fcbe87 Added writing of compressed tiffs using libtiff library (patch #1080, thanks to Pieter-Jan Busschaert) 14 years ago
Vadim Pisarevsky 24dcfa1a4f removed confusing CvCapture::queryFrame(); rewritten cvQueryFrame() (ticket #235) 14 years ago
Vadim Pisarevsky b58d9edc6a return NULL in the case of incorrect camera index (ticket #710) 14 years ago
Andrey Kamaev 1388826c41 Tegra optimization for calcOpticalFlowPyrLK 14 years ago
Andrey Kamaev 613a69abe8 Tegra optimization for yuv420i to rgb conversion 14 years ago
Vadim Pisarevsky 2dc981aaa8 fixed bug with possible memory corruption in CvMat m = iarray.getMat(); expressions (ticket #1054) 14 years ago
Andrey Kamaev 16712bad93 minor bugfix 14 years ago
Andrey Kamaev 0293912ea4 Parallel version of YUV->RGB conversion for Android camera 14 years ago
Vadim Pisarevsky fa2f1c036a removed "#include "windows.h"" from core headers 14 years ago
Vadim Pisarevsky 5199cd9c95 removed unnecessary #include "windows.h" from "highgui_c.h" 14 years ago
Vadim Pisarevsky 138b9724d8 make ubuntu 11.04 compile with libv4l 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
Nils Hasler 39b79b1261 change state of pipeline to NULL before freeing. 14 years ago
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