- 20 Mar, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 02 Mar, 2015 2 commits
-
-
Maxim Kostin authored
- explicitly turning OCL off since WinRT does not support it - fixing macro definitions in core/ocl.cpp Signed-off-by:
Maxim Kostin <v-maxkos@microsoft.com>
-
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>
-
- 04 Feb, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 23 Jan, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 26 Nov, 2014 1 commit
-
-
Dmitry-Me authored
-
- 05 Nov, 2014 1 commit
-
-
Alexander Alekhin authored
disable "unwanted" messages
-
- 24 Oct, 2014 2 commits
-
-
Alexander Karsakov authored
-
Alexander Alekhin authored
This reverts commit 7d91b8ef.
-
- 23 Oct, 2014 1 commit
-
-
Alexander Karsakov authored
-
- 21 Oct, 2014 2 commits
-
-
vbystricky authored
-
ElenaGvozdeva authored
-
- 15 Oct, 2014 1 commit
-
-
Pavel Vlasov authored
IPP can be switched on and off on runtime; Optional implementation collector was added (switched off by default in CMake). Gathers data of implementation used in functions and report this info through performance TS; TS modifications for implementations control;
-
- 09 Oct, 2014 1 commit
-
-
vbystricky authored
-
- 04 Sep, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 03 Sep, 2014 1 commit
-
-
Alexander Karsakov authored
sss
-
- 29 Aug, 2014 2 commits
-
-
Alexander Karsakov authored
-
Elena Gvozdeva authored
-
- 25 Aug, 2014 3 commits
-
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
- 15 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 13 Aug, 2014 1 commit
-
-
Adil Ibragimov authored
1. someMatrix.data -> someMatrix.prt() 2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex ) 3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>() 4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
-
- 09 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 24 Jul, 2014 1 commit
-
-
Alexander Karsakov authored
-
- 22 Jul, 2014 1 commit
-
-
Alexander Karsakov authored
-
- 11 Jul, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 09 Jul, 2014 1 commit
-
-
Zhigang Gong authored
According to opencl 1.2 spec 5.4.2: enqueues a command to unmap a previously mapped region of a memory object. ... CL_INVALID_VALUE if mapped_ptr is not a valid pointer returned by clEnqueueMapBuffer, or clEnqueueMapImage for memobj. So if the u->data is not from a clEnqueueMapBuffer call, we should not call clEnqueueUnmapMemObject() unmap it. With this patch, the cases ./opencv_test_video --gtest_filter=OCL_Video/FarnebackOpticalFlow.Mat/* could work well with beignet 0.9.1, Otherwise, it will get a CL_INVALID_VALUE at the clEnqueueUnmapMemObject(). Signed-off-by:
Zhigang Gong <zhigang.gong@intel.com>
-
- 03 Jul, 2014 2 commits
-
-
Ilya Lavrenov authored
-
Alexander Alekhin authored
-
- 01 Jul, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 23 Jun, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 19 Jun, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 17 Jun, 2014 1 commit
-
-
Hans Johnson authored
modules/core/src/arithm.cpp:345:51: error: constant expression evaluates to 4294967295 which cannot be narrowed to type 'int' [-Wc++11-narrowing] static int CV_DECL_ALIGNED(16) v64f_absmask[] = { 0xffffffff, 0x7fffffff, 0xffffffff, 0x7fffffff }; ^~~~~~~~~~ Converted to unsigned int. This variable is only used to initialize a bit pattern anywhy for a 128bit type.
-
- 28 May, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 23 May, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 12 May, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 06 May, 2014 1 commit
-
-
GregoryMorse authored
Update system.cpp Update system.cpp Update ocl.cpp Update matching.cpp Update ocl.cpp Update matching.cpp
-
- 23 Apr, 2014 1 commit
-
-
Aaron Kunze authored
-
- 14 Apr, 2014 1 commit
-
-
Aaron Kunze authored
-