Alexander Reshetnikov
36b2ff3cf3
Fixed compiling error under Ubuntu with ffmpeg 0.7.x and advised under Windows
13 years ago
Alexander Shishkov
0ea66a38ff
fixed compilation FFMPEG wrapper on Windows
13 years ago
Alexander Reshetnikov
e0b772a392
Added a first version of new ffmpeg wrapper
13 years ago
Alexander Shishkov
6051e27a09
added support of Asus XtionPRO (thanks to Gustav Karlsson for his patches) #1657
13 years ago
Alexander Shishkov
d05b788db4
fixed compilation problems with MinGW after rev7353
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
Alexander Reshetnikov
b12f18536f
Added new VideoCapture properties for ieee1394 cameras
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
Vadim Pisarevsky
716a5d04ab
fixed a few problems detected by Xcode 4.2.1
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 Shishkov
7c03b301c1
fixed #927 issue
13 years ago
Alexander Shishkov
c761996a28
fixed #927 issue
13 years ago
Alexander Shishkov
06247b49af
fixed issue #1243
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
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
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
Vladislav Vinogradov
bd4239be7b
moved OpenGL wrappers to separate header
...
added GlBuffer, GlTexture and GpuMat support to InputArray
replaced addTextOpenGl function by render + GlFont
13 years ago
Vladislav Vinogradov
0403746636
implemented addTextOpenGl under Gtk
13 years ago
Vladislav Vinogradov
07debd6cb5
minor fix
13 years ago
Vladislav Vinogradov
9817252b23
added addTextOpenGl function
13 years ago
Vladislav Vinogradov
2a4fb155e1
added OpenGL support to Gtk realization of highgui
13 years ago
Vladislav Vinogradov
35e69a1ee3
fixed build with Qt
13 years ago
Vladislav Vinogradov
d7450c2449
added GlArrays class and pointCloudShow function
13 years ago
Vladislav Vinogradov
4d09737a02
fixed compilation error
13 years ago
Vladislav Vinogradov
c2783af781
added OpenGL support to highgui under WIN32
13 years ago
Vadim Pisarevsky
325e0b1ab8
fixed ffmpeg backend build on Ubuntu 11.10
13 years ago
Vadim Pisarevsky
448a252776
added compression strategy as a parameter (another request from ticket #1452 )
13 years ago
Vadim Pisarevsky
17c3102705
improved png compression ratio (ticket #1452 )
13 years ago
Vadim Pisarevsky
a512883170
fixed bug #1388
13 years ago
Andrey Kamaev
6167469bbd
Fixed fullscreen window mode on Windows.
13 years ago
Vadim Pisarevsky
df5c60c50a
added missing cv::moveWindow & cv::resizeWindow
13 years ago
Artem Myagkov
3a3bc18381
modified capturing building ligic for iOS
13 years ago
Artem Myagkov
8c6782300a
modified highgui and ts modules and cmakelists for ios cross-compiling, added ios toolchains, added ios build tutorial
13 years ago
Andrey Kamaev
014ba699a3
Attempt to fix a build problem (ambiguous PixelType error when compiled on Mac x86)
13 years ago
Vadim Pisarevsky
c66ed3e02f
fixed Ximea constructor call
13 years ago
Vadim Pisarevsky
c65c67eff4
preserve alpha channel in PNG, when imread(..., -1) is called (ticket #1107 )
13 years ago
Vadim Pisarevsky
bd0d8429ee
added support for Ximea cameras (patch by Marian Zajko), fixed GCC warnings in MOG2 background subtractor.
13 years ago
Maria Dimashova
ec150c24e3
added CV_CAP_PROP_OPENNI_REGISTRATION property for getting
14 years ago