Wu Zhiwen
45d11dde57
dnn(ocl4dnn): add fusion support for Power activation and eltwise add
...
Signed-off-by: Wu Zhiwen <zhiwen.wu@intel.com>
7 years ago
Alexander Alekhin
c7f1843584
Merge pull request #10087 from mshabunin:small-cmake-fixes
7 years ago
Jonathan Viney
b1d208891b
Merge pull request #10011 from jviney:master
...
Fix build with FFmpeg master. Some deprecated APIs have been removed. (#10011 )
* Fix build with FFmpeg master.
* ffmpeg: update AVFMT_RAWPICTURE support removal
7 years ago
Alexander Alekhin
017a38a54e
Merge pull request #10108 from mshabunin:fix-eigen-stride
7 years ago
Alexander Alekhin
b45403ed75
Merge pull request #10102 from seiko2plus:coreVsxPacksFix
7 years ago
Maksim Shabunin
f50ec229de
Eigen: fix Mat construction stride
7 years ago
Alexander Alekhin
3e33820ee5
Merge pull request #10104 from wzw-intel:fusion_debug
7 years ago
Maksim Shabunin
73d4f12c14
Merge pull request #9997 from ElenaGvozdeva:GaussianBlur_bug
7 years ago
elenagvo
20c08eab73
change border type for medianBlur to BORDER_ISOLATED
7 years ago
Maksim Shabunin
eb136ebba6
Do not reset step for single-row Mat created on user data
7 years ago
elenagvo
1a9d8e9447
test for GaussianBlur with border
7 years ago
Alexander Alekhin
0eb1bfa874
Merge pull request #10099 from alalek:fix_js_tests
7 years ago
Maksim Shabunin
5ebb234746
cmake: simplified configuration output
7 years ago
Wu Zhiwen
394101d6ed
dnn(ocl4dnn): Fix relu fusion bug
...
Incorrect type of negative_slope result in this bug.
Also and OCL test for darknet to validate this patch.
Signed-off-by: Wu Zhiwen <zhiwen.wu@intel.com>
7 years ago
Alexander Alekhin
3c6983a2bd
Merge pull request #10008 from Smorodov:master
7 years ago
Sayed Adel
56bda8917d
core:vsx Fix vec_packs in gcc-5
7 years ago
Alexander Alekhin
6936ec7dbd
Merge pull request #10094 from amroamroamro:mingw-pkgconfig-fix
7 years ago
Maksim Shabunin
e730048f69
Merge pull request #10078 from justdoitqd:master
7 years ago
Maksim Shabunin
751cee8e67
Merge pull request #9907 from seiko2plus:vsxFixesImproves
7 years ago
Jcrist99
0608227e10
Merge pull request #9698 from abratchik:parse.doxygen
...
Support @deprecated tag in java wrappers (#9698 )
7 years ago
Alexander Alekhin
2210ed4fdd
js: fix tests (qunit -> node-qunit)
7 years ago
Alexander Alekhin
65061948af
Merge pull request #10091 from alalek:build_python_reduce_global_symbols
7 years ago
Alexander Alekhin
55dabd2858
Merge pull request #10097 from wzw-intel:tuning_time
7 years ago
Wu Zhiwen
88e6daa315
dnn(ocl4dnn): Fix wrong measurement for tuning time
...
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>
7 years ago
Alexander Alekhin
baff521b63
imgproc(Canny): eliminate unnecessary operations
...
drop manual loop unrolling:
- don't block compiler optimizations
- no effect on i5
7 years ago
Amro
bbba9ac121
fix pkg-config generation for mingw
7 years ago
Alexander Alekhin
1fbdca83f5
Merge pull request #10083 from alalek:core_intrinsics_load_low
7 years ago
Alexander Alekhin
3a0039d204
core(intrinsics): v_load_low
7 years ago
Alexander Alekhin
aa70199ce1
build: avoid exporting of unnecessary symbols from Python bindings
7 years ago
Akhilesh Kumar
fcdd833059
Merge pull request #10056 from akhilesh-k:master
...
Added Python setup docs for Ubuntu Machines (#10056 )
7 years ago
Alexander Alekhin
ba940dec38
Merge pull request #10073 from alalek:cmake_fix_overiding_compile_options
7 years ago
Alexander Alekhin
42f449880c
Merge pull request #10068 from paroj:fs_doc
7 years ago
Simon Guo
2610a47c89
core:ppc Fix 2 interleave logic errors in vsx_utils.hpp
...
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>
7 years ago
Li Peng
55260a8d3c
reshape mat before doing computation in fc layer
...
Signed-off-by: Li Peng <peng.li@intel.com>
7 years ago
Alexander Alekhin
43e4e1b624
cmake: drop amending of compilation options
...
Allow to specify optimization level via CMake.
7 years ago
Alexander Alekhin
e89501a3ad
Merge pull request #10072 from sturkmen72:upd_lsd_cpp
7 years ago
Suleyman TURKMEN
992a81dcaa
Update lsd.cpp
7 years ago
Florian Echtler
2e772510ea
Merge pull request #10050 from floe/android-studio-3.3.1
...
Add Android Mat constructor with support for native buffer (#10050 )
7 years ago
Alexander Alekhin
c6fb99357c
Merge pull request #10057 from LaurentBerger:ParaCalcError
7 years ago
Pavel Rojtberg
7190028b23
FileStorage: use copydoc to add base64 info to constructor
7 years ago
Alexander Alekhin
bafdc44d37
Merge pull request #10061 from Sahloul:dnn_torch_fix
7 years ago
Alexander Alekhin
1af16afb89
Merge pull request #10062 from alalek:gtest_show_params
7 years ago
LaurentBerger
b9cf65e905
Parallel version of calcError in statmodel
7 years ago
Alexander Alekhin
8a3a75cc16
Merge pull request #9882 from pengli:ocl4dnn
7 years ago
Alexander Alekhin
fbe18e80f6
ts: dump test parameters value
7 years ago
Hamdi Sahloul
06bda58a2c
DNN Torch - workaround when torch importer is disabled
7 years ago
Alexander Alekhin
e89ae986fa
Merge pull request #10053 from terfendail:intersectconvex_fix
7 years ago
Li Peng
8f99083726
Add new layer forward interface
...
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>
7 years ago
Alexander Alekhin
51cef2651e
Merge pull request #10048 from alalek:fix_macos_pkg_config
7 years ago
Vitaly Tuzov
0205238dca
Fix for intersectConvexConvex nested contours check
7 years ago