Ilya Lysenkov
fce7ba4eaf
Added destroyAllWindows and docs (ticket #957 ).
14 years ago
Ilya Lysenkov
233dfd252d
Qt: fixed signal of a clicked push button (patch #786 )
14 years ago
Vadim Pisarevsky
108fc3f4fe
fixed problem with non 4:3 cameras (ticket #142 )
14 years ago
Vadim Pisarevsky
873b72edd9
use original image type (8-bit grayscale or 24-bit RGB) in the case of RAW video (ticket #782 )
14 years ago
Vadim Pisarevsky
ec97683ddf
fixed positioning in ffmpeg wrapper (thanks to mike_at_nrec for the patch). Added frame positioning feature to laplace demo to test the feature
14 years ago
Ilya Lysenkov
77be493e45
Qt: fixed keyPressEvent (ticket #803 )
14 years ago
Andrey Kamaev
206aa50f86
Added Android native camera module
14 years ago
Ilya Lysenkov
480f8235a7
Qt: fixed destroyAllWindow crash (patch #794 )
14 years ago
Ilya Lysenkov
0565a9456d
Qt: fixed using of OpenCV in another Qt app (patch #919 )
14 years ago
Ilya Lysenkov
4f3fb040a4
Qt: fixed resizing of maximized window (patch #858 ).
14 years ago
Vadim Pisarevsky
17b18de531
added missing evcode.h; made videoinput optional (ticket #1142 )
14 years ago
Andrey Morozov
802fcc57a2
fixed "bitrate tolerance too small for bitrate"
14 years ago
Vadim Pisarevsky
412e7a835f
videoInput is now integrated into highgui and built from sources
14 years ago
Ilya Lysenkov
f0cc8d3085
QT: fixed exceptions (ticket #901 )
14 years ago
Ilya Lysenkov
96503991b1
Fixed wheel zoom with QT (ticket #733 )
14 years ago
Vadim Pisarevsky
22970b8270
fixed multiple GCC warnings on Ubuntu 11.04
14 years ago
Alexander Shishkov
cfe633c6f9
applied patch from ticket #801
14 years ago
Vadim Pisarevsky
23d211bfed
applied patches from #1005
14 years ago
Andrey Kamaev
9484355137
Reduced logs count in Android camera
14 years ago
Maria Dimashova
8f4f982e5c
added support of several kinects ( #1105 )
14 years ago
Maria Dimashova
c6e49402a5
changed temporary filename and aligned RGB data with XYZ data ( #867 )
14 years ago
Stefano Fabri
11feada567
Some warning fix. Initial multicast get property support
14 years ago
Maria Dimashova
4a1ccbeee6
optimized retrievePointCloudMap ( #1106 )
14 years ago
Stefano Fabri
715b5d0c55
Little fix for multicast (we'll testing in a real multicast environment in the next days)
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
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).
...
Also now work of Android camera is more accurate in the case when the size of grabbed frame buffer does not consist with the expected frame size.
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.
...
The branch contains changes, concerning adding ThreadingFramework -- temporary lightweight decision for ARM instead of Intel TBB.
Also some changes in Android highgui camera class were made.
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