Vadim Pisarevsky
a6e2acbfee
added a few missing images for tutorials; integrated pull request #26
12 years ago
Vadim Pisarevsky
8efb84b5a4
added ios camera support in highgui. turned on optimization in opencv2.framework (ticket #2232 )
12 years ago
Andrey Kamaev
17fd1c7c61
Merged recent changes from trunk - 8833,8848,8850
13 years ago
Vadim Pisarevsky
82cb2ab556
fixed bug in SVD, ticket #2027 ; fixed building highgui with ffmpeg support on MacOSX
13 years ago
Marina Kolpakova
162f9fd7ea
merged the trunk r8735:8766, r8769, r8777:8780, r8790 and r8800:8811
13 years ago
Andrey Kamaev
69b5972e03
Fixed MSVC build with Qt enabled #2096
13 years ago
Andrey Kamaev
55567582a6
added XIMEA support for linux (by Igor Kuzmin) #2085
13 years ago
Andrey Kamaev
f666bd221f
Merged the trunk r8595:8668 (except iOS and new gpu functionality)
13 years ago
Andrey Kamaev
bd0e0b5800
Merged the trunk r8589:8653 - all changes related to build warnings
13 years ago
Andrey Kamaev
827d7ba2e9
fixed highgui configuration with QT enabled
13 years ago
Andrey Kamaev
694f0e954f
Added linking against AppKit framework when OpenCV is configured with WITH_QUICKTIME=OFF
13 years ago
Andrey Kamaev
c5aba337e9
Fixed number of warnings. Fixed mingw64 build.
13 years ago
Andrey Kamaev
f2d3b9b4a1
Warning fixes continued
13 years ago
Andrey Kamaev
79df8db76f
Fixed recently introduced build problems on some platforms
13 years ago
Andrey Kamaev
f62028dc16
Fixed mingw build.
13 years ago
Andrey Kamaev
49a1ba6038
Set stricter warning rules for gcc
13 years ago
Andrey Kamaev
949c4edf41
Merged the trunk r8408:8457 (inclusive)
13 years ago
Andrey Kamaev
7b5a45eac4
Merged the trunk r8384:8407 (inclusive)
13 years ago
Andrey Kamaev
e161f428a0
Fixed PvAPI search on Windows #1927
13 years ago
Vadim Pisarevsky
fd68cc768a
fixed 2 build problems on MacOSX (highgui with ffmpeg, opencv_world); added macro CV_INIT_ALGORITHM for simpler algorithm registration (ticket #1876 )
13 years ago
Andrey Kamaev
ac8f61ee91
Fixed Linux build
13 years ago
Andrey Kamaev
decd6c0fab
Restored QuartzCore framework for OS X
13 years ago
Andrey Kamaev
0716ebb7a6
Refactored highgui libraries search (tested on Windows only)
13 years ago
Andrey Kamaev
8d135e8ea1
Shortened CMake script for opencv_world. Fixed opencv_world link with non-Visual Studio generators on Windows.
13 years ago
Vadim Pisarevsky
6dde56faf4
fixed building opencv_world with VS2010
13 years ago
Vadim Pisarevsky
9bbcebd6b0
added opencv_world module that combines all the other [selected by user] OpenCV modules, except for opencv_python and opencv_gpu.
13 years ago
Vadim Pisarevsky
d5a0088bbe
merged 2.4 into trunk
13 years ago
Vadim Pisarevsky
2c88791600
get back to single-version ffmpeg wrapper (no more v2); make sure the library builds and the tests pass on Ubuntu 10.04 that includes pretty old version of ffmpeg
13 years ago
Vadim Pisarevsky
f87c2e49db
added version number to opencv_ffmpeg dlls (it's added only when dll copied to the bin directory); it resolves #1827
13 years ago
Andrey Kamaev
8dae3431c7
Fixed ffmpeg dll copying under mingw
13 years ago
Vadim Pisarevsky
2fd1e2ea57
merged all the latest changes from 2.4 to trunk
13 years ago
Andrey Kamaev
570ec2f166
Improved status report for Eigen and Ximea, improved search of PvApi headers/libs
13 years ago
Andrey Kamaev
935222c58f
ffmpeg version info for Windows
13 years ago
Alexander Reshetnikov
05abdcd64f
Changes of highgui structure
13 years ago
Andrey Kamaev
7cc7a3f37d
Suppressed hundreds of useless MSVC warnings (can be reenabled setting cmake variable ENABLE_NOISY_WARNINGS to ON). Fixed some of remaining warnings.
13 years ago
Vadim Pisarevsky
32d72047d5
reduced the video size in video writer tests; retained only most popular codecs. added ffmpeg support on MacOSX.
13 years ago
Vadim Pisarevsky
3228599a35
fixed some more GCC warnings
13 years ago
Alexander Reshetnikov
e0b772a392
Added a first version of new ffmpeg wrapper
13 years ago
Andrey Kamaev
18dbe6b3e5
cmake scripts are updated to prefer includes from the OpenCV source tree
13 years ago
Andrey Kamaev
8141a5026c
Refactored cmake for 3rdparty libs
13 years ago
Andrey Kamaev
a8f0c93379
Modified zlib search. Use system zlib on Android by default
13 years ago
Andrey Kamaev
691d392312
Fixes: Android NDK r7b, android build warnings, build with Visual Studio 2005.
13 years ago
Alexander Reshetnikov
edc9d4f951
fixed compiling error under Windows; updated test_video_io.cpp
13 years ago
Andrey Kamaev
68a54e7f3c
Fixed incorrectly merged patch.
13 years ago
Leonid Beynenson
3ef5bfa185
Applied the patch, received from akamaev. Also made some changes in CMake files to fix Android camera issue.
13 years ago
Andrey Kamaev
aa9735f9b5
Fixed mingw build
13 years ago
Andrey Kamaev
eac055a27e
Fixed ticket #1580
13 years ago
Andrey Kamaev
984eb99428
Global CMake reorganization:
...
[~] Automatically tracked dependencies between modules
[+] Support for optional module dependencies
[+] Options to choose modules to build
[~] Removed hardcoded modules lists from OpenCVConfig.cmake, opencv.pc and OpenCV.mk
[+] Added COMPONENTS support for FIND_PACKAGE(OpenCV)
[~] haartraining and traincascade are moved outside of modules folder since they aren't the modules
13 years ago
Ethan Rublee
b254358d35
highgui headers were not being installed...
13 years ago
Andrey Kamaev
82ae0b2c0c
Attempt to fix build on Mac OS X
13 years ago