- 16 Nov, 2017 8 commits
-
-
Sayed Adel authored
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Jcrist99 authored
Support @deprecated tag in java wrappers (#9698)
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Wu Zhiwen authored
convolution kernel use default queue to run, so that ocl::Timer , to measure the kernel run time, should use the default queue too. Also remove useless parameter for convolve() Signed-off-by:
Wu Zhiwen <zhiwen.wu@intel.com>
-
- 15 Nov, 2017 4 commits
-
-
Amro authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 14 Nov, 2017 1 commit
-
-
Akhilesh Kumar authored
Added Python setup docs for Ubuntu Machines (#10056)
-
- 13 Nov, 2017 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Simon Guo authored
When elements are 64 bits, the vec_st_interleave()/vec_ld_deinterleave() doesn't interleave 4 elements correctly. For vec_st_interleave(), following is saved into mem: a0 b0 a1 b1 c0 d0 c1 d1 -> we expected: a0 b0 c0 d0 a1 b1 c1 d1 for vec_ld_deinterleave(), following is loaded into a b c d for memory string { 1 2 3 4 5 6 7 8 }: a: 1 3 b: 2 4 c: 5 7 d: 6 8 -> we expected: a: 1 5 b: 2 6 c: 3 7 d: 4 8 This patch corrects this behavior. Signed-off-by:
Simon Guo <wei.guo.simon@gmail.com>
-
- 12 Nov, 2017 2 commits
-
-
Alexander Alekhin authored
Allow to specify optimization level via CMake.
-
Alexander Alekhin authored
-
- 11 Nov, 2017 1 commit
-
-
Suleyman TURKMEN authored
-
- 10 Nov, 2017 5 commits
-
-
Florian Echtler authored
Add Android Mat constructor with support for native buffer (#10050)
-
Alexander Alekhin authored
-
Pavel Rojtberg authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 09 Nov, 2017 6 commits
-
-
LaurentBerger authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Hamdi Sahloul authored
-
Alexander Alekhin authored
-
Li Peng authored
Add layer forward interface with InputArrayOfArrays and OutputArrayOfArrays parameters, it allows UMat buffer to be processed and transferred in the layers. Signed-off-by:
Li Peng <peng.li@intel.com>
-
- 08 Nov, 2017 8 commits
-
-
Alexander Alekhin authored
-
Vitaly Tuzov authored
-
Fakabbir Amin authored
* Improve Documentation Fixes Spelling Mistakes.
-
Alexander Alekhin authored
-
Suleyman TURKMEN authored
-
Alexander Alekhin authored
Fix sample code in js_tutorials
-
Alexander Alekhin authored
-
Shinya Ishikawa authored
-
- 07 Nov, 2017 2 commits
-
-
Alexander Alekhin authored
git: .gitignore update
-
Alexander Alekhin authored
-