Alexander Shishkov
6051e27a09
added support of Asus XtionPRO (thanks to Gustav Karlsson for his patches) #1657
13 years ago
Alexander Shishkov
be63ce723f
#1672
...
updated links in cheatsheet
renamed directory for Mat tutorial
changed links from willow docs to opencv.itseez.com, from Trac to current Redmine
13 years ago
Andrey Kamaev
18dbe6b3e5
cmake scripts are updated to prefer includes from the OpenCV source tree
13 years ago
Alexander Shishkov
d05b788db4
fixed compilation problems with MinGW after rev7353
13 years ago
Alexander Reshetnikov
a92e3dcdad
Updated positioning test (removed frame reading)
13 years ago
Andrey Kamaev
8141a5026c
Refactored cmake for 3rdparty libs
13 years ago
Andrey Kamaev
216d75ccae
Restored missed }
13 years ago
Alexander Reshetnikov
9b5534a6e0
Fixed syntax error in cap_dc1394_v2.cpp
13 years ago
Andrey Kamaev
a8f0c93379
Modified zlib search. Use system zlib on Android by default
13 years ago
Alexander Reshetnikov
b12f18536f
Added new VideoCapture properties for ieee1394 cameras
13 years ago
Alexander Reshetnikov
d7763d99de
Minor code changes in test_video_io.cpp
13 years ago
Alexander Reshetnikov
23c2275449
Added conditional compiling for video i/o tests in highgui.
13 years ago
Alexander Reshetnikov
8b7edda6ac
Added cvShowImage working with handles under Windows.
13 years ago
Alexander Shishkov
50df95650a
fixed #924
13 years ago
Alexander Shishkov
f7866677eb
fixed #1615
13 years ago
Vladislav Vinogradov
2d30480982
created wrappers for new NPP functions
...
removed void integral(const GpuMat& src, GpuMat& sum, GpuMat& sqsum, Stream& stream) - it fails with NPP_NOT_IMPLEMENTED error
updated docs, accuracy and performance tests
13 years ago
Andrey Kamaev
e426dfc396
Fixed #1613 : removed YUV420i color conversion constants
13 years ago
Alexander Reshetnikov
f83aa74bc4
Updated ffmpeg implementation (setProperty & getProperty methods)
13 years ago
Andrey Kamaev
691d392312
Fixes: Android NDK r7b, android build warnings, build with Visual Studio 2005.
13 years ago
Vadim Pisarevsky
716a5d04ab
fixed a few problems detected by Xcode 4.2.1
13 years ago
Alexander Reshetnikov
deee349ba7
removed highgui video tests execution on macos; also minor code changes
13 years ago
Anatoly Baksheev
84db4eb6fa
fixed ~200 warnings for windows
...
minor build system changes (now cuda code in opencv_core is compiled using CUDA_ARCH* cmake variables)
13 years ago
Alexander Reshetnikov
edc9d4f951
fixed compiling error under Windows; updated test_video_io.cpp
13 years ago
Alexander Reshetnikov
35c19442a7
updated 3 highgui tests
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
Alexander Shishkov
7c03b301c1
fixed #927 issue
13 years ago
Alexander Reshetnikov
6ead21b1a2
added licenses to some tests; updated new highgui tests
13 years ago
Alexander Shishkov
c761996a28
fixed #927 issue
13 years ago
Alexander Reshetnikov
46fa7b49c5
updated positioning test for videos
13 years ago
Andrey Kamaev
aa9735f9b5
Fixed mingw build
13 years ago
Alexander Shishkov
06247b49af
fixed issue #1243
13 years ago
Andrey Morozov
b3b80bc397
fixed compile under linux
13 years ago
Andrey Kamaev
eac055a27e
Fixed ticket #1580
13 years ago
Alexander Reshetnikov
b4895dbcaf
completed tests checking positioning & frame count for videos (C interface); added new test videos
13 years ago
Alexander Reshetnikov
89702dc10c
File with positioning test was renamed to test_positioning.cpp
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
Andrey Morozov
386578bc3f
fixed compile error
13 years ago
Alexander Reshetnikov
a41b0902f4
Prepared some videos for future tests. Added first version of common positioning video test.
13 years ago
Ethan Rublee
b254358d35
highgui headers were not being installed...
13 years ago
Andrey Morozov
196ac49fcf
fixed of the ticket #1442
13 years ago
Vadim Pisarevsky
403a7ff391
fixed memory leak in cap_libv4l.cpp (ticket #1518 ; thanks to gorgen for the patch)
13 years ago
Andrey Kamaev
82ae0b2c0c
Attempt to fix build on Mac OS X
13 years ago
Andrey Kamaev
9d5c24cdc8
Updating opencv module definition in cmake (continued)
13 years ago
Andrey Kamaev
13f4e70e95
Updating opencv module definition in cmake
13 years ago
Andrey Kamaev
4168a698f6
Fixed highgui tests for Android
13 years ago
Vladislav Vinogradov
6310622be3
minor
13 years ago
Vladislav Vinogradov
061f032719
fixed build under linux
13 years ago
Vladislav Vinogradov
3afc97e67e
fixed new OpenGL functionality under Qt
13 years ago
Vladislav Vinogradov
1a1d167bb8
fixed build under linux
13 years ago