Alexander Alekhin
b4cea8d6d1
Merge pull request #12120 from alalek:core_test_intrin_dispatched
6 years ago
Alexander Alekhin
8f57fc93ec
Merge pull request #12123 from allnes:detect_qr_code
6 years ago
Sacha
9ff4475695
Support WITH_CUDA with clang compiler.
6 years ago
Alexander Alekhin
1c73e66edf
Merge pull request #12131 from alalek:issue_12083
6 years ago
tompollok
061149cbbd
imgproc: update cornerSubPix documentation
6 years ago
Maksim Shabunin
a2daf0c83c
videoio: added YUV420 format (UV order) support to v4l capture
6 years ago
Alexander Alekhin
2dbb5871e0
Merge pull request #12129 from pierrejeambrun:stitching_detailed_sift
6 years ago
Dmitry Kurtaev
be08730cd6
MVN layer using Intel's Inference Engine backend
6 years ago
Alexander Alekhin
3082ea82f9
core(merge): fix SIMD loop head processing
6 years ago
Pierre Jeambrun
5131619a1a
feat(stitching): Add Sift support for the FeaturesFinder
6 years ago
Alexander Alekhin
b056ce33aa
Merge pull request #12124 from mshabunin:download-improve
6 years ago
Maksim Shabunin
df9efbbd1f
Install data for samples to correct directories, do not download face_detector models in cmake
6 years ago
Alexander Alekhin
f2e1710dd5
core(test): regression test for 12121
6 years ago
Alexander Nesterov
05830874d7
Refactor code
6 years ago
Dmitry Kurtaev
4fb086d6c3
MobileNet-SSD v1 from TensorFlow with shared convolution weights
6 years ago
amatyuko
3ea2586a5a
Fix for SSE2 intrinsics problem in the part of saturation arithmetic processing during 32s->16u packed conversion -
...
for some big negative values less than -INT_MAX+32767 the sign of the numbers is lost due to overflow that leads to
incorrect saturation to MAX value, instead of zero.
The issue is not reproduced with CV_ENABLED_INTRINSICS=OFF
6 years ago
Maksim Shabunin
2df0345985
cmake: add download helper scripts
6 years ago
Alexander Alekhin
47e3e89e30
Merge pull request #12116 from luzpaz:misc-typos
6 years ago
Alexander Alekhin
3f302cabb8
core(test): intrinsic tests for all dispatched CPU optimizations
...
- tests for both SIMD128 / SIMD256
- different dispatched + baseline(SIMD128) intrinsics
6 years ago
Dmitry Kurtaev
8e034053af
Faster-RCNN from TensorFlow on CPU with Intel's Inference Engine backend
6 years ago
Alexander Alekhin
67f79aabdd
Merge pull request #12119 from mshabunin:fix-IE-dnn-test
6 years ago
Maksim Shabunin
5aceee5a36
Restored tests dependencies processing
6 years ago
luz.paz
1e1a1855ae
Source typo fixes
6 years ago
luz.paz
2003eb1b9b
Misc. typos
...
Found via `codespell -q 3 -I ../opencv-whitelist.txt --skip="./3rdparty"`
6 years ago
Alexander Alekhin
17196bb4fa
Merge pull request #12036 from sturkmen72:update_create_mask_cpp
6 years ago
Alexander Alekhin
7e71b1079e
Merge pull request #12103 from alalek:ocl_fix_crash
6 years ago
Alexander Alekhin
814ebe39ae
Merge pull request #12113 from dkurt:dnn_fix_ssd_on_myriad
6 years ago
Alexander Alekhin
61c870ae09
Merge pull request #12080 from mshabunin:fix-static-3
6 years ago
Alexander Alekhin
6949bc9ef9
Merge pull request #12105 from mshabunin:fix-ie-R2
6 years ago
Maksim Shabunin
7cf52de47e
dnn: modified IE search, R2 compatibility fixed
6 years ago
Alexander Alekhin
9433784e47
Merge pull request #12111 from seiko2plus:issue12110
6 years ago
Dmitry Kurtaev
ed0e79cb61
Add missing parameter to DetectionOutput layer from Intel's Inference Engine
6 years ago
Sayed Adel
bb82cdc928
core:test Fix fp16 build if AVX2 sets as baseline
6 years ago
Suleyman TURKMEN
db8585701d
Update create_mask.cpp
6 years ago
Alexander Alekhin
28d0e97c09
Merge pull request #12004 from mshabunin:more-asserts
6 years ago
Alexander Alekhin
5d12c070ea
Merge pull request #12046 from VladKarpushin:tutorial-using-out-of-focus-deblur-filter
6 years ago
Alexander Alekhin
5bde800ee3
Merge pull request #12088 from alalek:ocl_callback_catch_exceptions
6 years ago
Alexander Alekhin
29a1dc5719
Merge pull request #12087 from alalek:docs_videowriter_write_bgr_input
6 years ago
Alexander Alekhin
dbf3362c4d
Merge pull request #12056 from seiko2plus:coreExpandTests
6 years ago
Alexander Alekhin
c4e0f4b2b5
Merge pull request #12102 from csukuangfj:patch_3
6 years ago
Alexander Alekhin
e90e398e7a
core(ocl): do not split refcount operations / compare
...
- check result from CV_XADD() directly
- decrease urefcount after unmap() call only
6 years ago
Alexander Alekhin
4937eeddb5
Merge pull request #12101 from miaow1988:dev-fix-mat-pushback
6 years ago
miaow1988
2988260107
Fixed the int size overflow bug of cv::Mat.push_back().
...
Changed the type of variable *r* from int to size_t.
This change makes sure that a valid result of std::max(r + delta,
(r*3+1)/2) can be passed into the reserve function.
6 years ago
Kuang Fangjun
83039c8752
fix a typo.
6 years ago
Sayed Adel
6499263b41
core:test Expand hal_intrin tests to support SIMD256
6 years ago
Alexander Alekhin
80cab4a163
Merge pull request #12094 from seiko2plus:coreFixAvx2Interleave32
6 years ago
Sayed Adel
47202b3349
core:avx2 fix unaligned store for v_store_interleave v_uint32x8-3ch
6 years ago
Alexander Alekhin
9076bb6089
Merge pull request #12081 from mshabunin:fix-ie-build
6 years ago
Alexander Alekhin
89528d7c3a
core(ocl): don't expose exceptions from OpenCL callback
...
to avoid silent crashes of OpenCL worker threads.
6 years ago
Alexander Alekhin
0bef42ba12
videoio: add note about image BGR format VideoWriter::write()
6 years ago