- 03 Jun, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 22 Apr, 2015 1 commit
-
-
Vadim Pisarevsky authored
-
- 07 Apr, 2015 1 commit
-
-
Vadim Pisarevsky authored
2. Algorithm::load/save added (moved from StatModel) 3. copyrights updated; added copyright/licensing info for ffmpeg 4. some warnings from Xcode 6.x are fixed
-
- 04 Apr, 2015 3 commits
-
-
Ashod Nakashian authored
-
Ashod Nakashian authored
-
Ashod Nakashian authored
On Windows, the tmpnam function returns a temp filename in the current directory, which has a prepended backslash '\\'. This subsequently fails the open function. This patch creates a proper temp filename in the temp folder and makes unlike work by opening the file as short-lived.
-
- 31 Mar, 2015 1 commit
-
-
Maxim Kostin authored
- Resolved GET_ENV and input type incompatibility - Made libjpeg compile for WINRT. So does imgcodecs module. - Updated .gitignore (log, tlog)
-
- 02 Mar, 2015 1 commit
-
-
Maxim Kostin authored
- Substituted HAVE_WINRT with WINRT - Fixed compilation issues in ocl.cpp and parallel.cpp - Fixed compiler issue for WP8: "C2678: binary '+' : no operator found which takes a left-hand - Fixed gitignore - Added #ifdef HAVE_OPENCL to remove compiler warnings in ocl.cpp - Used NO_GETENV similar to '3rdparty\libjpeg\jmemmgr.c; - Added ole32.lib for core module (for WindowsStore 8.0 builds) - Made OpenCV_ARCH aware of ARM Signed-off-by:
Maxim Kostin <v-maxkos@microsoft.com>
-
- 26 Feb, 2015 1 commit
-
-
Ilya Lavrenov authored
-
- 09 Dec, 2014 1 commit
-
-
Andrey Kamaev authored
-
- 05 Nov, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 17 Oct, 2014 1 commit
-
-
Maksim Shabunin authored
-
- 07 Jul, 2014 1 commit
-
-
vbystricky authored
-
- 01 Jul, 2014 1 commit
-
-
Ievgen Khvedchenia authored
-
- 23 May, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 13 May, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 29 Apr, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 11 Apr, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 21 Mar, 2014 2 commits
-
-
Alexander Smorkalov authored
Fixed constant value for focus mode FOCUS_MODE_CONTINUES_PHOTO; Add setters and getters for exposure lock and white balance lock flags; Excluded camera restart for all setters except frame size.
-
Alexander Smorkalov authored
-
- 14 Feb, 2014 1 commit
-
-
Stuart Cunningham authored
-
- 13 Feb, 2014 1 commit
-
-
Stuart Cunningham authored
Improve comments to indicate actual usage of WORDS_BIGENDIAN where it is tested with #ifdef rather than #if
-
- 12 Feb, 2014 1 commit
-
-
Stuart Cunningham authored
Use correct integer types for arguments to TIFFGetField to avoid corruption of values and failed loads of TIFF file when using cv::imread(). Added test where both big and little endian TIFF files are read using imread(). Fixed build of 3rdparty libtiff on big endian hosts. Reduced memory required during decode_tile16384x16384 test by not converting large grayscale test image to color image during read.
-
- 21 Jan, 2014 1 commit
-
-
Alexander Smorkalov authored
-
- 16 Jan, 2014 1 commit
-
-
Dinar Valeev authored
This fixes build on PowerPC where Eigen unsets vector, bool and pixel Signed-off-by:
Dinar Valeev <dvaleev@suse.com>
-
- 13 Jan, 2014 1 commit
-
-
ahb authored
OpenCV Error: Unknown error code -6 (OpenCL function is not available: [clGetPlatformIDs]) in opencl_check_fn, file /home/ahb/software/opencv/modules/ocl/src/cl_runtime/cl_runtime.cpp, line 83 The issue results from modules/ocl/src/cl_runtime/cl_runtime.cpp checking for "linux" instead of "__linux__" (cp. http://sourceforge.net/p/predef/wiki/OperatingSystems/) Adjust all other occurrences of "defined(linux)" as well.
-
- 29 Dec, 2013 1 commit
-
-
Hilton Bristow authored
-
- 26 Dec, 2013 1 commit
-
-
Andrey Pavlenko authored
-
- 04 Dec, 2013 1 commit
-
-
Roman Donchenko authored
_MSC_VER -> defined _MSC_VER. Fixes building with MinGW. Similar to fbc91c5e.
-
- 03 Dec, 2013 1 commit
-
-
Andrey Pavlenko authored
-
- 29 Nov, 2013 1 commit
-
-
Alexander Smorkalov authored
-
- 22 Nov, 2013 1 commit
-
-
Alexander Alekhin authored
-
- 18 Nov, 2013 2 commits
-
-
Alexander Smorkalov authored
-
Alexander Karsakov authored
FFmpeg 2.0.2 32-bit builded with mingw (4.6.1) with following additional options: --enable-w32threads --disable-iconv --cpu=i686 (workaroud for http://trac.ffmpeg.org/ticket/2363)
-
- 25 Oct, 2013 1 commit
-
-
Roman Donchenko authored
While the FFmpeg video IO backend gets compiled even without it, the tests (for both FFmpeg and video IO) don't. This should fix that.
-
- 23 Oct, 2013 1 commit
-
-
Roman Donchenko authored
Odd that it wasn't merged automatically...
-
- 21 Oct, 2013 1 commit
-
-
Jose-Luis Blanco-Claraco authored
-
- 20 Oct, 2013 1 commit
-
-
Jose-Luis Blanco-Claraco authored
-
- 18 Oct, 2013 2 commits
-
-
Alexander Alekhin authored
-
Roman Donchenko authored
-