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
Suleyman TURKMEN
b2673a19cf
Updates min_enclosing_triangle.cpp
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
Alexander Alekhin
af4d6f34d8
OpenCV version '-cvsdk'
8 years ago
Alexander Alekhin
bd6fb497bc
OpenCV version++
...
OpenCV 3.3.1
8 years ago
Alexander Alekhin
949ec486c5
experimental version++
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
Dmitry Kurtaev
e4aa39f9e5
Text TensorFlow graphs parsing. MobileNet-SSD for 90 classes.
8 years ago
Alexander Alekhin
8ac2c5d620
Merge pull request #9796 from lzx1413:patch-1
8 years ago
Alexander Alekhin
6be25727ec
ocl: refactor program compilation
8 years ago
Alexander Alekhin
04b4495493
ocl: define ProgramSource before program
...
no changes in code
8 years ago
Alexander Alekhin
9661d60f74
dnn(samples): fix python syntax (false -> False)
8 years ago
lzx1413
8a05c195f7
in python, false should be False
8 years ago
Alexander Alekhin
2c1b4f5711
Merge pull request #9795 from IgWod:refactor-scalar-to-raw-data
8 years ago
Igor Wodiany
ffb9554787
Extract code from scalarToRawData
...
The same code was repeated several time for different data types, so
it was extracted as a templated function to improve maintability and
make a code more clear.
8 years ago