Alexander Alekhin
88225eb65e
ocl: fix world compilation on Windows
8 years ago
Alexander Alekhin
ec24091578
Merge pull request #9836 from lupustr3:pvlasov/external_ipp-iw_fix
8 years ago
Alexander Alekhin
024be9b8c9
Merge pull request #9818 from tz70s:issue#9570
8 years ago
Vadim Pisarevsky
8b168175ec
Merge pull request #9636 from dkurt:duplicate_lp_norm_layer
8 years ago
Vadim Pisarevsky
0873ebb9b0
Merge pull request #9820 from sovrasov:text_detector_dnn
8 years ago
Vadim Pisarevsky
5e82c98a9f
Merge pull request #9828 from berak:fix_c++17_9572
8 years ago
Vadim Pisarevsky
babd21c764
Merge pull request #9823 from alalek:dnn_halide_bypass_tbb_threads
8 years ago
Pavel Vlasov
a972f0d4ea
Standalone IPP with IW fix;
8 years ago
Vladislav Sovrasov
f7175f5050
dnn: fix additional text boxes handling after the latest adaptations for TF
8 years ago
Alexander Alekhin
1ea1ff197d
Merge pull request #9827 from ryanfox:patch-2
8 years ago
Alexander Alekhin
5ea8ea440b
Merge pull request #9826 from p0wdrdotcom:master
8 years ago
Vladislav Sovrasov
050916fd6b
dnn: modify priorBox layer
8 years ago
berak
ada753a54c
fix c++17 namsespace issues
8 years ago
Ryan Fox
a96c5b5d90
fix some grammatical errors
8 years ago
Geoff McIver
b2d8e8c508
This statement was keeping HAAR cascades from leveraging opencl on nvidia devices. "localSize" on the featureEvaluator remains Size(0, 0) which sets the bool "use_ocl" to false. Adding this allows NVidia GPUs to leverage opencl HAAR Cascades
8 years ago
Dmitry Kurtaev
905a9dada2
Removed LPNormalize layer.
8 years ago
Alexander Alekhin
3935e13603
dnn(halide): don't compile Halide via parallel_for_()
...
To avoid problem with reduced stack size of inner threads.
8 years ago
Vadim Pisarevsky
af8ed9d09f
Merge pull request #9816 from opalmirror:fix_stereobm_mindisp_truncation_1
8 years ago
Vadim Pisarevsky
638a91f92f
Merge pull request #9822 from alalek:fix_tbb_search
8 years ago
Vadim Pisarevsky
3562a05d90
Merge pull request #8940 from 678098:nonblocking_haar_detector_parallel_for
8 years ago
tz70s
6c1247b38c
fix#9570: implement mat ptr for generic types
...
The original template based mat ptr for indexing is not implemented,
add the similar implementation as uchar type, but cast to
user-defined type from the uchar pointer.
8 years ago
Vadim Pisarevsky
b7ff9ddcdd
Merge pull request #9705 from AlexeyAB:dnn_darknet_yolo_v2
8 years ago
Alexander Alekhin
25161fc56f
tbb: don't search library in ENV{LD_LIBRARY_PATH}
...
ENV{LIBRARY_PATH} is enough
8 years ago
Vadim Pisarevsky
0739f28e56
Merge pull request #9786 from LaurentBerger:Histo3d
8 years ago
Vadim Pisarevsky
046045239c
Merge pull request #9750 from dkurt:feature_dnn_tf_text_graph
8 years ago
Vadim Pisarevsky
7d55c09a9f
Merge pull request #9763 from seiko2plus:addVsxCore
8 years ago
Vadim Pisarevsky
0be1f4a573
Merge pull request #9811 from dkurt:prelu_with_shared_channels
8 years ago
Maksim Shabunin
556768ead1
Merge pull request #9805 from alalek:ffmpeg_update
8 years ago
James Perkins
2cfe29276e
fix StereoBM disparity map right margin truncation when minDisparities > 0
8 years ago
LaurentBerger
752f232335
It's done
8 years ago
Alexander Alekhin
92a0808379
Merge pull request #9815 from alalek:issue_9813
8 years ago
Alexander Alekhin
3ae7515955
qt: fix non-world builds
8 years ago
AlexeyAB
ecc34dc521
Added DNN Darknet Yolo v2 for object detection
8 years ago
Dmitry Kurtaev
eabf728682
PReLU layer from Caffe
8 years ago
Alexander Alekhin
29b0ef44aa
Merge pull request #9810 from alalek:fix_js_build
8 years ago
Alexander Alekhin
3010cc5971
js: skip 'utils' headers
8 years ago
Vadim Pisarevsky
bfb12acde6
Merge pull request #9792 from alalek:port_9776
8 years ago
Vadim Pisarevsky
44699c59b3
Merge pull request #9799 from alalek:ocl_program
8 years ago
Vadim Pisarevsky
fee87ea3f7
Merge pull request #9800 from alalek:fix_build_msvs2010
8 years ago
Vadim Pisarevsky
6a80834ed4
Merge pull request #9803 from wzw-intel:ocl_timer
8 years ago
Vadim Pisarevsky
593329401a
Merge pull request #9806 from mshabunin:fix-static-7
8 years ago
Maksim Shabunin
ef332dc550
Fixed and suppressed warnings produced by GCC 6.3.0
8 years ago
Alexander Alekhin
746d5f5021
Merge pull request #9790 from mevatron:patch-1
8 years ago
Alexander Alekhin
cb5bc1832b
ffmpeg: update 3.3.4
8 years ago
Maksim Shabunin
5a22d81fe5
Fixed warnings produced by static analyzer
8 years ago
LaurentBerger
0a19b07055
Use @snippet
8 years ago
Wu Zhiwen
dbe9ee0924
ocl: simplify ocl::Timer
...
Use clFinish to gurantee commands completed, instead of waiting for events.
Signed-off-by: Wu Zhiwen <zhiwen.wu@intel.com>
8 years ago
Sayed Adel
4b968d1fe2
Added universal intrinsic for VSX
8 years ago
Sayed Adel
d077778074
Added support for VSX
8 years ago
Alexander Alekhin
e615fafe2d
build: fix MSVS2010
8 years ago