- 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
-
- 11 Apr, 2014 3 commits
-
-
Ilya Lavrenov authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 08 Apr, 2014 1 commit
-
-
Aaron Kunze authored
-
- 24 Mar, 2014 1 commit
-
-
Konstantin Matskevich authored
-
- 21 Mar, 2014 1 commit
-
-
Konstantin Matskevich authored
-
- 19 Mar, 2014 3 commits
-
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
generalized OpenCL version of cv::sepFilter2D; removed some restrictions and added 3-channels support
-
Konstantin Matskevich authored
-
- 18 Mar, 2014 1 commit
-
-
Konstantin Matskevich authored
-
- 17 Mar, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 14 Mar, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 13 Mar, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 11 Mar, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 07 Mar, 2014 2 commits
-
-
Alexander Karsakov authored
-
mlyashko authored
-