Vadim Pisarevsky
af8ed9d09f
Merge pull request #9816 from opalmirror:fix_stereobm_mindisp_truncation_1
7 years ago
Vadim Pisarevsky
638a91f92f
Merge pull request #9822 from alalek:fix_tbb_search
7 years ago
Vadim Pisarevsky
3562a05d90
Merge pull request #8940 from 678098:nonblocking_haar_detector_parallel_for
7 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.
7 years ago
Vadim Pisarevsky
b7ff9ddcdd
Merge pull request #9705 from AlexeyAB:dnn_darknet_yolo_v2
7 years ago
Alexander Alekhin
25161fc56f
tbb: don't search library in ENV{LD_LIBRARY_PATH}
...
ENV{LIBRARY_PATH} is enough
7 years ago
Vadim Pisarevsky
0739f28e56
Merge pull request #9786 from LaurentBerger:Histo3d
7 years ago
Vadim Pisarevsky
046045239c
Merge pull request #9750 from dkurt:feature_dnn_tf_text_graph
7 years ago
Vadim Pisarevsky
7d55c09a9f
Merge pull request #9763 from seiko2plus:addVsxCore
7 years ago
Vadim Pisarevsky
0be1f4a573
Merge pull request #9811 from dkurt:prelu_with_shared_channels
7 years ago
Alexander Alekhin
af4d6f34d8
OpenCV version '-cvsdk'
7 years ago
Alexander Alekhin
bd6fb497bc
OpenCV version++
...
OpenCV 3.3.1
7 years ago
Alexander Alekhin
949ec486c5
experimental version++
7 years ago
Maksim Shabunin
556768ead1
Merge pull request #9805 from alalek:ffmpeg_update
7 years ago
James Perkins
2cfe29276e
fix StereoBM disparity map right margin truncation when minDisparities > 0
7 years ago
LaurentBerger
752f232335
It's done
7 years ago
Alexander Alekhin
92a0808379
Merge pull request #9815 from alalek:issue_9813
7 years ago
Alexander Alekhin
3ae7515955
qt: fix non-world builds
7 years ago
AlexeyAB
ecc34dc521
Added DNN Darknet Yolo v2 for object detection
7 years ago
Dmitry Kurtaev
eabf728682
PReLU layer from Caffe
7 years ago
Alexander Alekhin
29b0ef44aa
Merge pull request #9810 from alalek:fix_js_build
7 years ago
Alexander Alekhin
3010cc5971
js: skip 'utils' headers
7 years ago
Vadim Pisarevsky
bfb12acde6
Merge pull request #9792 from alalek:port_9776
7 years ago
Vadim Pisarevsky
44699c59b3
Merge pull request #9799 from alalek:ocl_program
7 years ago
Vadim Pisarevsky
fee87ea3f7
Merge pull request #9800 from alalek:fix_build_msvs2010
7 years ago
Vadim Pisarevsky
6a80834ed4
Merge pull request #9803 from wzw-intel:ocl_timer
7 years ago
Vadim Pisarevsky
593329401a
Merge pull request #9806 from mshabunin:fix-static-7
7 years ago
Maksim Shabunin
ef332dc550
Fixed and suppressed warnings produced by GCC 6.3.0
7 years ago
Alexander Alekhin
746d5f5021
Merge pull request #9790 from mevatron:patch-1
7 years ago
Alexander Alekhin
cb5bc1832b
ffmpeg: update 3.3.4
7 years ago
Maksim Shabunin
5a22d81fe5
Fixed warnings produced by static analyzer
7 years ago
LaurentBerger
0a19b07055
Use @snippet
7 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>
7 years ago
Sayed Adel
4b968d1fe2
Added universal intrinsic for VSX
7 years ago
Sayed Adel
d077778074
Added support for VSX
7 years ago
Alexander Alekhin
e615fafe2d
build: fix MSVS2010
7 years ago
Dmitry Kurtaev
e4aa39f9e5
Text TensorFlow graphs parsing. MobileNet-SSD for 90 classes.
7 years ago
Alexander Alekhin
8ac2c5d620
Merge pull request #9796 from lzx1413:patch-1
7 years ago
Alexander Alekhin
6be25727ec
ocl: refactor program compilation
7 years ago
Alexander Alekhin
04b4495493
ocl: define ProgramSource before program
...
no changes in code
7 years ago
Alexander Alekhin
9661d60f74
dnn(samples): fix python syntax (false -> False)
7 years ago
lzx1413
8a05c195f7
in python, false should be False
7 years ago
Alexander Alekhin
2c1b4f5711
Merge pull request #9795 from IgWod:refactor-scalar-to-raw-data
7 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.
7 years ago
Igor Wodiany
b638aa74d7
Fix a memory leak in the Mat copying constructor
...
Exception may be rasied inside the body of a copying constructor after
refcount has been increased, and beacause in the case of the exception
destrcutor is never called what causes memory leak. This commit adds a
workaround that calls the release() function before the exception is
thrown outside the contructor.
7 years ago
mevatron
fdc4344acb
Small fix for using Qt 5.x with opencv_world
7 years ago
LaurentBerger
421c5dee12
3D histogram
7 years ago
Vadim Pisarevsky
d25ee8a273
Merge pull request #9761 from Jazmann:ellipseFitAMS&Direct
7 years ago
Vadim Pisarevsky
6c6900a6cd
Merge pull request #9424 from Cartucho:update_imgproc_tutorials
7 years ago
Vadim Pisarevsky
21bd834a59
Merge pull request #9772 from dkurt:fix_caffe_eltwise_and_fc_layers
7 years ago