Alexander Alekhin
9e42204e67
Merge pull request #12360 from alalek:issue_12356
6 years ago
Alexander Alekhin
c557193b8c
dnn(test): use dnnBackendsAndTargets() param generator
6 years ago
Alexander Alekhin
3e6b3a6856
dnn(perf): fix and merge Convolution tests
...
- OpenCL tests didn't run any OpenCL kernels
- use real configuration from existed models (the first 100 cases)
- batch size = 1
6 years ago
Alexander Alekhin
d52cef1719
js: use generated list of OpenCV headers
...
- replaces hand-written list
6 years ago
Alexander Alekhin
fcfa488250
build: fix js build (make video->calib3d dependency optional)
...
- estimateRigidTransform() is excluded from JS bindings
6 years ago
Alexander Alekhin
0d4fd20a73
imgcodecs: add null pointer check
6 years ago
Hamdi Sahloul
2bbe31a8f6
Support non-static phantom methods for binding generator
6 years ago
Hamdi Sahloul
7cdb0eafeb
Enable the binding generator to parse shadow files
6 years ago
Alexander Alekhin
0515f930e8
imgcodecs(webp): multiple fixes
...
- don't reallocate passed 'img' (test fixed - must use IMREAD_UNCHANGED / IMREAD_ANYCOLOR)
- avoid memory DDOS
- avoid reading of whole file during header processing
- avoid data access after allocated buffer during header processing (missing checks)
- use WebPFree() to free allocated buffers (libwebp >= 0.5.0)
- drop unused & undefined `.close()` method
- added checks for channels >= 5 in encoder
6 years ago
Alexander Alekhin
32a02544de
Merge pull request #12189 from alalek:ippa_cleanup_3.4
6 years ago
Alexander Alekhin
90f47eb952
Merge pull request #12234 from cv3d:python/cuda/wrapping_functionalities
6 years ago
Alexander Alekhin
fc1dee685e
Merge pull request #12351 from NobuoTsukamoto:3.4
6 years ago
Vitaly Tuzov
c894fc5bae
countNonZero function reworked to use wide universal intrinsics instead of SSE2 intrinsics
6 years ago
take1014
e1ee744e15
resolve #5788
6 years ago
Alexander Alekhin
e86287d8ae
cleanup: IPP Async (IPP_A)
...
except header file with conversion routines (will be removed in OpenCV 4.0)
6 years ago
Alexander Alekhin
15e57d28f5
Merge pull request #12293 from alalek:cleanup_stl_string_replacement
6 years ago
Alexander Alekhin
4c7d521413
Merge pull request #12346 from mshabunin:test-data-check
6 years ago
Nobuo Tsukamoto
ade57c8bd0
Fixed that object_detection.py does not work in python3.
6 years ago
Dmitry Kurtaev
ea43e28a37
Replace Slice layer to Crop in Faster-RCNN networks from Caffe
6 years ago
Hamdi Sahloul
532eace7d6
Extensive wrapping of CUDA functionalities for Python
6 years ago
Hamdi Sahloul
d4ac4fcde1
Python binding: METH_STATIC instead of METH_CLASS for static functions
6 years ago
Vadim Pisarevsky
258a769567
Merge pull request #12327 from take1014:distanceTransform_type
6 years ago
Alexander Alekhin
7845f6d95c
Merge pull request #12345 from berak:fix_java_list_string
6 years ago
Vadim Pisarevsky
be48cdc747
Merge pull request #12314 from sturkmen72:patch-2
6 years ago
HarshDolhare
8ef2d19337
Adds a small note describing BUILD_opencv_world ( #12332 )
...
* Added a mall note describing BUILD_opencv_world cmake option to the Installation in Windows tutorial.
* Made slight changes in BUILD_opencv_world documentation.
* Update windows_install.markdown
improved grammar
6 years ago
Maksim Shabunin
cecf84410c
Added option to fail on missing testdata
6 years ago
Alexander Alekhin
596a0125ed
Merge pull request #12336 from dkurt:dnn_ie_fix_net_lifetime
6 years ago
Alexander Alekhin
8a8d07fb17
Merge pull request #12333 from wzw-intel:prior_box
6 years ago
berak
72f422c7dc
java: fix LIST_GET macro
6 years ago
Wu Zhiwen
ca51bbb7ff
dnn: fix variance setting bug for PriorBoxLayer
...
- The size of second channel should be size[2] of output tensor,
- The Scalar should be {variance[0], variance[0], variance[0], variance[0]}
for _variance.size() == 1 case.
Signed-off-by: Wu Zhiwen <zhiwen.wu@intel.com>
6 years ago
Alexander Alekhin
c1db75e0c7
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Dmitry Kurtaev
4062ef5fcb
Fix lifetime of networks which are loaded from Model Optimizer IRs
6 years ago
take1014
1ae477a46d
fix typo
6 years ago
Alexander Alekhin
087e9308ec
Merge tag '3.4.3-openvino'
6 years ago
Alexander Alekhin
d13db35f31
Merge tag '3.4.3'
6 years ago
Alexander Alekhin
b38c50b3d0
OpenCV 3.4.3
6 years ago
Alexander Alekhin
dd06540e1f
openvino: use 2018R3 defines
6 years ago
Alexander Alekhin
50b61668e2
Merge pull request #12326 from alalek:issue_12325
6 years ago
Alexander Alekhin
1df84f7246
Merge pull request #12319 from dkurt:dnn_enable_ie_tests
6 years ago
Alexander Alekhin
bdc34984f1
Merge pull request #12323 from alalek:android_ndk17_support
6 years ago
Alexander Alekhin
af0c930e77
ts: don't pass NULL for std::string() constructor
6 years ago
Alexander Alekhin
bb45bf9695
android: NDK17 support
...
tested with NDK 17b (17.1.4828580)
6 years ago
Alexander Alekhin
4e0d2a3e6c
Merge pull request #12193 from alalek:fix_vaapi_sample
6 years ago
Alexander Alekhin
da6d8961fc
Merge pull request #12286 from logic1988:master
6 years ago
Dmitry Kurtaev
3e027df583
Enable more deep learning tests using Intel's Inference Engine backend
6 years ago
Alexander Alekhin
acfdd0e1fc
core: fix MSVS "unreachable code" warnings
6 years ago
Alexander Alekhin
9fb8f6347f
core: don't call std::string(NULL)
6 years ago
Alexander Alekhin
7f73b105ca
core: std::string more changes
6 years ago
Vladislav Sovrasov
ae8dcdf40d
core: get rid of built-in String type
6 years ago
Alexander Alekhin
ee1e1ce377
Merge pull request #12313 from sturkmen72:patch-1
6 years ago