- 26 Sep, 2014 7 commits
-
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
- 18 Sep, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 17 Sep, 2014 3 commits
-
-
Chuanbo Weng authored
According to opencl 1.2 spec 6.1.5: For arguments to a __kernel function declared to be a pointer to a data type, the OpenCL compiler can assume that the pointee is always appropriately aligned as required by the data type. The behavior of an unaligned load or store is undefined, except for the vloadn, vload_halfn, vstoren, and vstore_halfn functions defined in section 6.12.7. Original code read data of type T from address not aligned by multiple of sizeof(T), so the result is incorrect. With this patch, the cases ./opencv_perf_imgproc --gtest_filter=OCL_ImgSize_TmplSize_Method_MatType_MatchTemplate.MatchTemplate/* could work well with beignet 0.9.3. Signed-off-by:
Chuanbo Weng <chuanbo.weng@intel.com>
-
Alexander Mordvintsev authored
-
Philipp Hasper authored
-
- 14 Sep, 2014 1 commit
-
-
berak authored
-
- 12 Sep, 2014 1 commit
-
-
Maksim Shabunin authored
-
- 11 Sep, 2014 1 commit
-
-
vbystricky authored
-
- 03 Sep, 2014 1 commit
-
-
Alexander Karsakov authored
-
- 02 Sep, 2014 2 commits
-
-
Alexander Karsakov authored
Added workaround for Nvidia: take into account that 3-channel vector type takes 4*elem_size in local memory.
-
Alexander Karsakov authored
-
- 29 Aug, 2014 1 commit
-
-
Elena Gvozdeva authored
-
- 26 Aug, 2014 1 commit
-
-
VBystricky authored
-
- 25 Aug, 2014 3 commits
-
-
vbystricky authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
- 22 Aug, 2014 2 commits
-
-
U-KruchininD-ПК\KruchininD authored
new hysteresis delete whitespaces fix problem with mad24 Dynamic work group size dynamic work group size Fix problem with warnings Fix some problems with border Another one fix Delete trailing whitespaces some changes fix problem with warning
-
Elena Gvozdeva authored
-
- 21 Aug, 2014 2 commits
-
-
Alexander Karsakov authored
-
Elena Gvozdeva authored
-
- 19 Aug, 2014 1 commit
-
-
Bence Magyar authored
Apart from not displaying the table, it breaks the doc build of https://github.com/Itseez/opencv_contrib/pull/70.
-
- 18 Aug, 2014 1 commit
-
-
Alexander Karsakov authored
-
- 15 Aug, 2014 2 commits
-
-
Vadim Pisarevsky authored
-
dkanafeev authored
Switch branch to master. New IPP func - ippiCopy Conv: YUV2GRAY_420
-
- 14 Aug, 2014 3 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
removed optim module; moved its functionality to core and photo modules; moved drawing functions from core to imgproc. Removed FilterEngine etc. from public API
-
Alexander Karsakov authored
-
- 13 Aug, 2014 2 commits
-
-
Adil Ibragimov authored
-
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
-
- 12 Aug, 2014 3 commits
-
-
Alexander Karsakov authored
-
Alexander Karsakov authored
-
Elena Gvozdeva authored
-
- 11 Aug, 2014 2 commits
-
-
Nathan Jackson authored
-
Alexander Karsakov authored
with test_loop_times=30
-