- 18 Oct, 2014 6 commits
-
-
Andreas Stührk authored
-
Andreas Stührk authored
-
Andreas Stührk authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Anatoly Baksheev authored
-
- 17 Oct, 2014 3 commits
-
-
Vadim Pisarevsky authored
-
Vladislav Vinogradov authored
Install symlinks to shared libraries as a part of development package, not runtime package. It is default behavior for debian packages.
-
Thomas Weisbach authored
-
- 16 Oct, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 15 Oct, 2014 1 commit
-
-
Tom Stellard authored
ContextImpl::currentContext contains a reference to one of the DeviceInfoImpl objects from: static std::vector<DeviceInfoImpl> global_devices; ContextImpl::currentContext is destroyed in the destructor for the statically defined object __module, and relies on its DeviceInfoImpl reference to query some hardware features while being destroyed. This means that we need to ensure that the global_devices vector is destroyed affter __module, otherwise ContextImpl::currentContext's DeviceInfoImpl reference will no longer be valid when __module is destroyed. Since these variables are all confined to a single compilation unit, they will be destruct from bottom to top, so we need to make sure that __module is the bottom definition so it can be destroyed first.
-
- 12 Oct, 2014 2 commits
-
-
Vadim Pisarevsky authored
-
Samuel Martin authored
This bug was triggered by Buildroot autobuilders [1,2], causing this kind of failures [3,4]: [ 14%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/system.cpp.o /home/test/autobuild/instance-0/output/build/opencv-2.4.10/modules/core/src/system.cpp: In function '(static initializers for /home/test/autobuild/instance-0/output/build/opencv-2.4.10/modules/core/src/system.cpp)': /home/test/autobuild/instance-0/output/build/opencv-2.4.10/modules/core/src/system.cpp:280:10: error: inconsistent operand constraints in an 'asm' make[3]: *** [modules/core/CMakeFiles/opencv_core.dir/src/system.cpp.o] Error 1 [1] http://buildroot.org/ [2] http://autobuild.buildroot.org/ [3] http://autobuild.buildroot.org/?reason=opencv-2.4.10 [4] http://autobuild.buildroot.org/results/483/4838285b25d6293a5cf0bb9eadd5040a7c75d766/build-end.logSigned-off-by:
Samuel Martin <s.martin49@gmail.com>
-
- 11 Oct, 2014 5 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Andrey Kamaev authored
-
- 10 Oct, 2014 3 commits
-
-
Jonas Vautherin authored
-
Dinar Ahmatnurov authored
-
Vadim Pisarevsky authored
-
- 09 Oct, 2014 6 commits
-
-
Ilya Lavrenov authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 08 Oct, 2014 3 commits
-
-
Andreas Stührk authored
Some TIFF images consist of only one strip. The magic value 2**32-1 for the "rows per strip" tag reflects that fact, effectively meaning "infinite".
-
Nisarg Thakkar authored
-
Nisarg Thakkar authored
Fixed doc for Bug #3887
-
- 07 Oct, 2014 1 commit
-
-
Niklas Frisk authored
-
- 02 Oct, 2014 6 commits
-
-
Rohit Rawat authored
Fixed the non-working code example for NAryMatIterator. The documentation of NAryMatIterator in file: modules/core/include/opencv2/core/core.hpp has a working example which was used for these edits.
-
Artur Wieczorek authored
Save selected FCC in order to return proper CV_CAP_PROP_FOURCC property value (currently FCC for RGB24 is always returned).
-
Artur Wieczorek authored
FOURCC code bytes should be placed in the reverse order.
-
Maksim Shabunin authored
-
Artur Wieczorek authored
Set correct value of sample size when calling IAMStreamConfig::SetFormat function. For non-RGB media type it can be set to zero value. (See http://msdn.microsoft.com/en-us/library/windows/desktop/dd373477%28v=vs.85%29.aspx)
-
Alexander Smorkalov authored
-
- 01 Oct, 2014 3 commits
-
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-