205 Commits (03c7784186a448942fc9acc83fd1aed99b09a41e)

Author SHA1 Message Date
Andrey Morozov 03c7784186 added several new highgui tests 14 years ago
Andrey Morozov 19900d9894 converted all highgui tests to the format of google test system 14 years ago
Ilya Lysenkov b884c3c40c Removed direct tiff writing to in-memory buffers if libtiff is used 14 years ago
Vadim Pisarevsky ddd8f897fe fixed drawing test 14 years ago
Ilya Lysenkov 02cd916ce1 Added reading of floating point tiff data: 32- and 64-bit (ticket #955) 14 years ago
Andrey Morozov da9e3ed6fb commented several tests because it's very slow 14 years ago
Andrey Morozov 2df096c1e2 converted drawing tests to the format of google test system 14 years ago
Alexander Shishkov c8f0147a8b fixed problem with static compilation of highgui_tests on Windows 14 years ago
Alexander Shishkov 8b43e90e7f fixed ticket #675 14 years ago
Andrey Morozov de2fd5c430 added a test on read/write images 14 years ago
Ilya Lysenkov 8e93fcbe87 Added writing of compressed tiffs using libtiff library (patch #1080, thanks to Pieter-Jan Busschaert) 14 years ago
Andrey Morozov 48514337de minor fix in highgui tests 14 years ago
Ethan Rublee 6c437cce36 Placed the if in the wrong place. 14 years ago
Ethan Rublee 7e2221f38f Fix misspelling of a logical block endif. 14 years ago
Ethan Rublee 14f65f79f0 Wrapping the tests in an if guard. Fails to build if the BUILD_TESTS flag is 14 years ago
Andrey Morozov 4b5e53b33b minor fix 14 years ago
Andrey Morozov abfc5d3405 fixed bugs for windows. added 2 tests for ffmpeg 14 years ago
Vadim Pisarevsky bf05872929 added opencv_test_highgui 14 years ago
Alexander Shishkov 6aabf72bc5 removed OPENCV_BUILD_SHARED_LIB in favor of BUILD_SHARED_LIBS 14 years ago
Ethan Rublee 76538fbe6b Making the install and lib, bin directories consistent. 14 years ago
Vadim Pisarevsky 24dcfa1a4f removed confusing CvCapture::queryFrame(); rewritten cvQueryFrame() (ticket #235) 14 years ago
Vadim Pisarevsky 9336b700ba use FindZLIB(), FindJPEG() etc. on MacOSX as well to avoid possible conflicts with MacPorts. 14 years ago
Vadim Pisarevsky f2a337f990 fixed several typos, including the old ones from ticket #854 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
Anatoly Baksheev 69f28ef65c solution folder flag disabled by default 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
Anatoly Baksheev c49dc37761 [+] added use_folders cmake feature if cmake version is greater then 2.8.0 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 f39db3f15a fixed problems indicated with ? marks 14 years ago
Andrey Kamaev 727fbd5376 Android cmake toolchain file is included into OpenCV 14 years ago
Elena Fedotova a766f9b446 Purpose: updated the highgui chapter 14 years ago
Vadim Pisarevsky 23a9b7bb9c fixed several warnings from Xcode 4 LLVM compiler; fixed bug #920 14 years ago
Elena Fedotova e762f2a33c Purpose: updated the highgui chapter 14 years ago
Andrey Kamaev 41f5e8e3d8 Fixed output paths for some libraries and executables. 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 d67e612f10 fixed highgui build on Windows 14 years ago
Vadim Pisarevsky 6985540744 moved image codecs' headers to the respective subdirectories; allow the user to use system zlib. 14 years ago
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