Andrey Senyaev
2b5b192cd7
Moved from https to ssh for Windows in Github Actions
3 years ago
Julian Szigethy
64e1d23cba
Fix: Python and Java switched in Explanation
3 years ago
OpenCV Pushbot
40d2904f3d
Merge pull request #21916 from chenjunnn:patch-1
3 years ago
OpenCV Pushbot
9712cc479b
Merge pull request #21963 from hellodoge:imwrite_fix
3 years ago
OpenCV Pushbot
0ef1fb0b67
Merge pull request #21954 from Darkyenus:patch-1
3 years ago
Andrey Senyaev
a3f81b79ed
Merge pull request #21917 from asenyaev:asen/self_hosted_runner_linux_3.4
...
Workflow to use a self-hosted Github runner on Linux x86_64 for 3.4 branch
* Changed a workflow to use a self-hosted Github runner for 3.4 branch
3 years ago
Chen Jun
8d0dae4cec
Fix KalmanFilter comment error
...
If there will be measurement before the next predict, `statePost` would be assigned to updated value. So I guess these steps are meant to handle when no measurement and KF only do the predict step.
```cpp
statePre.copyTo(statePost);
errorCovPre.copyTo(errorCovPost);
```
3 years ago
OpenCV Pushbot
4af8e5c5c4
Merge pull request #21974 from cxcorp:fix-js-test-globals
3 years ago
OpenCV Pushbot
2b53ab23c0
Merge pull request #21882 from duanqn:improve-doc
3 years ago
OpenCV Pushbot
280a99b3b6
Merge pull request #21970 from asenyaev:asen/filtering_tests_3.4
...
GTest filtered list for 3.4 branch
3 years ago
Joona Heikkilä
646025589b
Fix global variable assignment in JS test suite
...
In test_imgproc.js, the test_filter suite's last test assigns a variable
to `size` without declaring it with `let`, polluting the global scope.
This commit adds `let` to the statement, so that the variable is scoped
to the test block.
3 years ago
Andrey Senyaev
07abb6240e
GTest filtered list
3 years ago
Jan Polák
dea0815199
Small imencode documentation improvement
...
It was previously not clear that the extension should include the period, [and I am not the only person that encountered this problem](https://stackoverflow.com/questions/4254460/opencv-could-not-find-encoder-for-the-specified-extension ).
I assume that this is true for all supported extensions, but I haven't checked the source.
3 years ago
hellodoge
e4ed2d2e42
fix JpegEncoder::write
...
3rdparty/libjpeg-turbo/src/jpeglib.h:
`* NB: you must set up the error-manager BEFORE calling jpeg_create_xxx.`
3 years ago
Vincent Rabaud
667e5e4f89
Merge pull request #21943 from vrabaud:3.4_proc
...
* Fix compilation with non glibc.
_SC_NPROCESSORS_ONLN is non standard as defined on https://man7.org/linux/man-pages/man3/sysconf.3.html
It seems to only be on glibc, cf https://www.gnu.org/software/libc/manual/html_node/Processor-Resources.html
* Fix to defined(_SC_NPROCESSORS_ONLN)
3 years ago
Yulv-git
15ac54d5d6
Fix some typos in modules/.
3 years ago
Yulv-git
1cdd8510fd
Fix some typos in doc.
3 years ago
OpenCV Pushbot
039f3d01a0
Merge pull request #21856 from LaurentBerger:I21853
...
Try to solve I21853 mouse wheel problem with GTK3
3 years ago
OpenCV Pushbot
f63feea05e
Merge pull request #21920 from asenyaev:asen/contrib_fork_check
3 years ago
LaurentBerger
ca2ab3387f
Try to solve I21853 mouse wheel problem with GTK3
3 years ago
Andrey Senyaev
18ada77d8a
Merge pull request #21888 from asenyaev:asen/workflow_only_windows_3.4
...
Added workflow for Github Actions to build and test OpenCV on Windows for 3.4 branch
* Added workflow for Github Actions to build and test OpenCV on Windows
* Updated Github Actions for 3.4 branch on Windows using self-hosted runner
* Fixed url for a fork in Windows workflow (3.4 branch)
* opencv_extra fork usage in Github Actions
3 years ago
Andrey Senyaev
a848eccfc6
opencv_contrib fork usage in Github Actions (3.4 branch)
3 years ago
OpenCV Pushbot
c677f132cd
Merge pull request #21914 from asenyaev:asen/fork_opencv_extra
3 years ago
Andrey Senyaev
8c42dbf71c
opencv_extra fork usage in Github Actions
3 years ago
OpenCV Pushbot
64da959619
Merge pull request #21904 from asenyaev:asen/fix_fork_url
3 years ago
Andrey Senyaev
87e98e8788
Fixed url for a fork
3 years ago
Andrey Senyaev
a55fa8389e
Merge pull request #21875 from asenyaev:asen/workflow_only_linux
...
Added workflow for Github Actions to build and test OpenCV on Linux
* Added workflow for Github Actions to build and test OpenCV
* Merged a build and tests in one job, changed naming
* Renamed job names, split workflows by branch, removed and added some cmake flags, save unit tests results as a html file
* Split tests by steps, removed workflows for 4.x and 5.x branches
3 years ago
Qingnan Duan
2958142e31
Remove extra not in doc
3 years ago
OpenCV Pushbot
2465d93330
Merge pull request #21873 from asmorkalov:as/jpeg_options
...
Document defaults for JPEG settings.
3 years ago
Alexander Smorkalov
0ee2a58cdc
Document defaults for JPEG settings.
3 years ago
OpenCV Pushbot
9aff01c9a9
Merge pull request #21861 from rogday:21852_fix
...
Add assert to address tf simplifier security concerns
3 years ago
rogday
a2b84e9897
add assert to tf graph simplifier to address security concerns
3 years ago
OpenCV Pushbot
3a595ea5c4
Merge pull request #21855 from opencv-pushbot:dnn_test_update_checks_face_detector_3.4
3 years ago
OpenCV Developers
e3a55af336
dnn(test): update opencv_face_detector checks
...
original commit: be4a432bea
3 years ago
lamm45
0d32a24cba
Fix some doc references in geometric image transformations module
3 years ago
Alexander Alekhin
0bd261ded4
Merge pull request #21820 from alalek:fix_videoio_ffmpeg_memory_leak_3.4
3 years ago
eplankin
d793ec2ffe
Merge pull request #21779 from eplankin:fix_11303
...
Fixed out-of-bounds read in parallel version of ippGaussianBlur()
* Fixed out-of-memory read in parallel version of ippGaussianBlur()
* Fixed check
* Revert changes in CMakeLists.txt
3 years ago
Alexander Alekhin
84b4a5a495
Merge pull request #21821 from alalek:update_zlib
...
* 3rdparty: zlib 1.2.11 => 1.2.12
https://github.com/madler/zlib/releases/tag/v1.2.12
* 3rdparty(zlib): re-apply patch 20190330-ununitialized-use-state-check.diff
3 years ago
Alexander Alekhin
1b3a06a02a
videoio(ffmpeg): avoid memory leaks
3 years ago
Alexander Alekhin
a93fb52632
Merge pull request #21795 from alalek:dnn_test_update_openvino_3.4
3 years ago
Alexander Alekhin
4d927e73f1
dnn(test): update OpenVINO tests 2022.1.0
3 years ago
Alexander Alekhin
46b6973c05
Merge pull request #21798 from gititgo:4.x
3 years ago
Alexander Alekhin
af2b7708a8
Merge pull request #21794 from yash112-lang:3.4
3 years ago
shengwenxue
8b44ee2ce1
fix MSA sum overflow issue
3 years ago
Yash Singhal
4e8c507276
Update Condition
...
Update connectedcomponents.cpp
3 years ago
Alexander Alekhin
b687bc807a
dnn(test): update OpenVINO tests 2021.4.2
3 years ago
Alexander Alekhin
56f21c4fd5
Merge pull request #21785 from alalek:python_fix_subclass_order
3 years ago
Alexander Alekhin
386df457a9
python: ensure publishing of subclasses before derived types
3 years ago
Alexander Alekhin
9b2b2c88df
Merge pull request #21750 from alalek:dnn_fix_index_access
3 years ago
Alexander Alekhin
12bae51384
Merge pull request #21759 from pkubaj:patch-1
3 years ago