Hamdi Sahloul
84ae8097b1
Merge pull request #12601 from cv3d:fix/js
...
* JS: Support enum types in constructors
* JS: Avoid unary expression on enum-based consts
6 years ago
Alexander Alekhin
f33f236ab6
Merge pull request #12598 from cv3d:cmake/js
6 years ago
Hamdi Sahloul
95b1fe0776
JS: Provides meaningful message in case of compile issues
6 years ago
Hamdi Sahloul
35bee663eb
JS: Improves Emscripten detection
6 years ago
Suleyman TURKMEN
98f6ea0785
Update hog.cpp
6 years ago
Alexander Alekhin
295b988657
Merge tag '4.0.0-alpha'
6 years ago
Alexander Alekhin
68942affdb
release: OpenCV 4.0.0-alpha (version++)
6 years ago
Alexander Alekhin
e0980c4d73
Merge pull request #12585 from alalek:move_cuda_modules
...
cuda: move CUDA modules to opencv_contrib: https://github.com/opencv/opencv_contrib/pull/1781
6 years ago
Alexander Alekhin
c5920df159
cuda: move CUDA modules to opencv_contrib
...
OpenCV 4.0+
6 years ago
Alexander Alekhin
86ddff0b88
Merge pull request #12401 from alalek:opencv_install_paths
6 years ago
Alexander Alekhin
908978d00b
Merge pull request #12589 from xoox:fix-stddev-request
6 years ago
Alexander Alekhin
a956732874
cmake: update install paths (Linux)
6 years ago
Alexander Alekhin
879e046b22
Merge pull request #12586 from Slyce-Inc:bug-xcode10-compile
6 years ago
Alexander Alekhin
e0a5824028
dnn(test): test at least CPU code path
6 years ago
Alexander Alekhin
5fb0f34e8a
Merge pull request #12570 from alalek:drop_usrtype1
...
* core: drop usage of CV_USRTYPE1 in OpenCV
avoid OpenCV crashes due size change CV_ELEM_SIZE(CV_USRTYPE1): 8 -> 2
* ! fix persistence internal types
6 years ago
Alexander Alekhin
861415133e
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Alexander Alekhin
87b1835cb6
Merge pull request #12587 from alalek:ts_update_valgrind_test_filter
6 years ago
Wenfeng CAI
fce75cd858
Fix failure to request stddev of non-intrinsics
...
Before this fix, the code would fail if only standard deviations of
extrinsic parameters are requested. While standard deviations matrix
should be computed if any set of standard deviations is requested. A
variable is added to represent this case.
6 years ago
Alexander Alekhin
ec9c53eeff
ts: update valgrind test filter
...
- DNN: avoid very large models
- build filter per module
- fixed longTestFilter
6 years ago
Andrew Mroczkowski
b6d5565df1
build: fix Xcode 10 build problems
...
Updating the base SDK from 6.0 to 8.0 where applicable
6 years ago
Alexander Alekhin
d3eed2cf23
videoio: CAP_PROP_BACKEND property interface
6 years ago
Alexander Alekhin
51f7eb3a3c
videoio(test): add "camera" tests
...
- disabled due specific requirements (camera, OpenNI camera, etc)
- designed for manual validation
6 years ago
Alexander Alekhin
b35fbff675
videoio: added '.getBackendName()' method
6 years ago
Alexander Alekhin
15e9e3304c
Merge pull request #12579 from dkurt:dnn_reset_myriad_device
6 years ago
Alexander Alekhin
3961b214f0
Merge pull request #12577 from dkurt:dnn_tf_scripts
6 years ago
Alexander Alekhin
53ad291ef1
Merge pull request #12572 from alalek:ffmpeg_update_master
6 years ago
Alexander Alekhin
145d3ba99d
Merge pull request #12574 from alalek:fixes_master
6 years ago
Dmitry Kurtaev
8ac7b21716
Enable Myriad device for OpenVINO models test
6 years ago
Alexander Alekhin
e6171d17f8
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Alexander Alekhin
de54d45afd
Merge pull request #12573 from alalek:fixes_3.4
6 years ago
Alexander Alekhin
3cab9e7a9c
3.4: fixes
6 years ago
Alexander Alekhin
aa1c86f95e
ts: flush stdout/stderr before and after test code run
6 years ago
Alexander Alekhin
699565828d
videoio(test): dump file size information
6 years ago
Dmitry Kurtaev
b0ad7f759a
Import tensorflow to create text graphs if import cv is failed
6 years ago
Suleyman TURKMEN
30597e5c98
Update seamless_cloning.cpp
6 years ago
Alexander Alekhin
38de2a8754
calib3d: fix build warnings
6 years ago
Alexander Alekhin
8b661cde15
ffmpeg: update 4.0 (master)
...
- ffmpeg 4.0.2
- openh264 1.8.0
6 years ago
Alexander Alekhin
70f38b4dfa
Merge pull request #12510 from take1014:doc_hough
6 years ago
Alexander Alekhin
d389edd843
Merge pull request #12528 from dkurt:dnn_py_tests
6 years ago
Alexander Alekhin
27a4e370f9
Merge pull request #12559 from dkurt:dnn_remove_usrtype1
6 years ago
Alexander Alekhin
b4fd3e8674
Merge pull request #12563 from cv3d:bug/cuda_msseg
6 years ago
Lubov Batanina
43f889ae1f
Merge pull request #12519 from l-bat:l-bat/onnx_parser
...
Support asymmetric padding in pooling layer (#12519 )
* Add Inception_V1 support in ONNX
* Add asymmetric padding in OpenCL and Inference engine
* Refactoring
6 years ago
Gaetano Checinski
e628fd7bce
Merge pull request #12503 from nikhedonia:12500-move-gcgraph
...
* feat: move gcgraph to detail
* chore: puts gcgraph cv::detail namespace
6 years ago
Dmitry Kurtaev
7d75526373
Use TorchType enum
6 years ago
Hamdi Sahloul
ecc9bd0925
Support GpuMat in copyTo() functions
6 years ago
Dmitry Kurtaev
d259eb28bb
Add python tests for dnn module
6 years ago
Alexander Alekhin
76d4aa0c06
Merge pull request #12531 from VladKarpushin:tutorial-using-anisotropic-image-segmentation
6 years ago
Vadim Pisarevsky
2113818f19
Merge pull request #12364 from dkurt:dnn_change_blob_from_image
6 years ago
Alexander Alekhin
29bee6f07e
cmake: move Matlab scripts to opencv_contrib ( #12541 )
...
* matlab: move to opencv_contrib
* cmake: preserve variables scope for processing modules
- use macro instead of function to avoid scope resets
6 years ago
Dmitry Kurtaev
a7b3d2581f
Replace CV_USRTYPE1 for int64 to CV_32SC2 in Torch importer
6 years ago