Alexander Alekhin
793c966c40
Merge pull request #23460 from gottagofaster236:fix_obs_virtual_camera
2023-04-06 08:48:27 +00:00
Alexander Smorkalov
dafd9e3408
Merge pull request #23444 from opencv:AnnaPetrovicheva-add-funding-button
...
Create FUNDING.yml
2023-04-06 10:59:30 +03:00
Maksim Shabunin
b12c14514a
RISC-V: allow building scalable RVV support with GCC, LLVM 16 support
2023-04-05 14:18:58 +03:00
gottagofaster236
b4e3359448
Fix OBS Virtual Camera capture.
2023-04-05 08:04:35 +02:00
Alexander Smorkalov
bac7180e02
Merge pull request #23449 from Zwyx:fix-mat-zeros-rows-cols
...
Switch `rows` and `cols` in call to Mat.zeros
2023-04-04 11:11:22 +03:00
Alexander Smorkalov
2b32eee3f4
Merge pull request #23451 from Zero2key:4.x
...
add opencv.js imread function can use OffscreenCanvas
2023-04-04 11:05:53 +03:00
Alexander Smorkalov
51f5ee6f19
Merge pull request #23448 from dmatveev:dm/gapi_fix_standalone_47
...
G-API: Fix compilation error in Standalone mode
2023-04-03 14:21:31 +03:00
Alexander Smorkalov
66a5ecb7ec
Merge pull request #23350 from spikethehobbitmage:4.x
...
Fix reference counting errors in registerNewType
2023-04-03 14:08:32 +03:00
Zero2key
4e050e85ad
add opencv.js imread function can use OffscreenCanvas
2023-04-03 10:33:20 +08:00
Zwyx
b34fc422a2
Switch rows
and cols
in call to Mat.zeros
...
The correct order is rows then cols:
https://docs.opencv.org/4.x/d3/d63/classcv_1_1Mat.html#a56daa006391a670e9cb0cd08e3168c99
2023-04-02 23:00:21 +08:00
Dmitry Matveev
3871984028
G-API: Fix compilation error in Standalone mode
...
- Point3f was added to type traits but was missing in the "own" package; fixed.
2023-04-02 17:52:53 +03:00
Alexander Smorkalov
3ac06bf063
Merge pull request #23418 from mshabunin:fix-rvv-07-old
...
RISC-V: fix hardcoded options in RVV 0.7.1 toolchain file
2023-04-02 12:44:48 +03:00
Alexander Smorkalov
20eee64426
Merge pull request #23390 from just-gull:bugfix.21401.fix-macos-crash-when-keypress-does-nothing
...
check keydown event characters length on macos
2023-04-02 12:29:55 +03:00
Alexander Smorkalov
85a04185d3
Merge pull request #23410 from Kumataro:3.4-fix23397-step1
...
imgcodecs: update documentation for imwrite() to support images formats.
2023-04-02 12:06:00 +03:00
Alexander Smorkalov
57460b1e30
Merge pull request #23321 from a-sajjad72:patch-1
...
fix "ImportError: DLL load failed while importing cv2" while installing from pre-built binaries
2023-04-02 12:00:35 +03:00
Alexander Smorkalov
d8c80ff5a4
Merge pull request #23419 from dkurt:onnx_fixes
...
Several fixes for ONNX importer: Expand, Gather
2023-04-02 11:40:56 +03:00
Sajjad Ali
26ca124150
fix "ImportError: DLL load failed while importing cv2" while installing using pre-built binaries
2023-04-02 10:22:04 +03:00
Anna Petrovicheva
6d93a0e42c
Update FUNDING.yml
2023-04-01 18:13:40 +03:00
Anna Petrovicheva
3f7d319fff
Create FUNDING.yml
2023-04-01 17:47:40 +03:00
Alexander Smorkalov
3cf367c9c4
Merge pull request #23271 from stefan523:aruco_testcase_fixes
...
Aruco/Charuco test case fixes for floating point for loops
2023-03-30 11:22:14 +03:00
Alex
c643af0b85
fix test
2023-03-29 15:29:56 +03:00
Dmitry Kurtaev
5e1d33329b
Several fixes for ONNX importer: Expand, Gather
2023-03-27 22:15:26 +03:00
Maksim Shabunin
9cfced4650
RISC-V: fix hardcoded options in RVV 0.7.1 toolchain file
2023-03-27 18:42:56 +03:00
HAN Liutong
a809ae4e88
Fix HAL compatibility layer and modify use cases.
2023-03-27 21:30:47 +08:00
Kumataro
1c6c3dfa8d
remove tail whitespace
2023-03-26 18:33:54 +09:00
Kumataro
83a49b4f6a
imgcodecs: update documentation for imwrite() to support images formats.
2023-03-26 09:03:16 +09:00
Alexander Smorkalov
352f92e437
Merge pull request #23402 from LaurentBerger:I23400
...
Typo in enum cv::QuatEnum::EulerAnglesType
2023-03-24 18:11:48 +03:00
Alexander Smorkalov
f5fd3e7d65
Merge pull request #23367 from LaurentBerger:msmf_doc
...
Note for MSMF in doc
2023-03-24 17:16:52 +03:00
unknown
ee302b063f
Typo in enum cv::QuatEnum::EulerAnglesType
2023-03-24 14:03:14 +01:00
Alexander Smorkalov
d7dd014a6e
Merge pull request #23399 from AleksandrPanov:aruco_fix_board
...
Fix create aruco Board in Python
2023-03-24 15:38:53 +03:00
Alexander Smorkalov
b56a52c49b
Merge pull request #22471 from anna-khakimova:ak/fix_resize4lpi_tests
...
Increasing tolerance for Preproc4lpiTest set on ARM
2023-03-24 15:31:48 +03:00
Anna Khakimova
0bb84096a2
Fix tolerance for Preproc4lpiTest set
2023-03-24 14:20:22 +03:00
Alexander Smorkalov
36a03dbdbf
Merge pull request #23307 from alalek:simd_comparison_fix_misused_64f_guard
...
core(simd): 64-bit integer EQ/NE without misused 64F guard
2023-03-24 12:46:18 +03:00
Alex
02bdc10062
fix assert, add test
2023-03-24 11:52:05 +03:00
Alexander Smorkalov
d3cc507380
Added reference to Media Foundation.
2023-03-23 16:58:22 +03:00
Alexander Smorkalov
1af790ecc3
Merge pull request #23388 from simonlynen:patch-2
...
Make LineSegmentDetector deterministic by using stable_sort
2023-03-23 16:18:29 +03:00
Alexander Smorkalov
8c64adb000
Merge pull request #23019 from tkram01:sampleIdxFix
...
Fix for using sampleIdx to limit training data
2023-03-22 11:59:34 +03:00
Sergey Petrenko
6ffe686ba8
check keydown event characters length before returning the pressed character code
2023-03-22 10:24:22 +03:00
Alexander Smorkalov
a94cd6d6e8
Merge pull request #23381 from ct2034:fix/typo
...
two typos
2023-03-22 09:53:37 +03:00
tkram01
ea7efd57d8
Fix for using sampleIdx to limit training data
2023-03-22 09:50:58 +03:00
Christian Henkel
c9e42c5050
two typos
2023-03-22 09:17:41 +03:00
Simon Lynen
6033599c88
Make LineSegmentDetector deterministic by using stable_sort for ordering keypoints prior to region growing
...
This makes LineSegmentDetector deterministic by using stable_sort for ordering points by norm. Without this change the region growing in LSD is non-determinstic and thus the returned lines are changing between invocations.
This is a replacement for https://github.com/opencv/opencv/pull/23370
2023-03-22 04:12:51 +01:00
Alexander Smorkalov
a924bbfc30
Merge pull request #23386 from asmorkalov:issue23147
...
Python tutorial links update
2023-03-21 17:34:39 +03:00
Alexander Smorkalov
0d2f21b51e
Merge pull request #23380 from Zero-nnkn:pose_doc
...
Fix error of `POSE_PAIRS` in pose estimation doc
2023-03-21 15:58:45 +03:00
Alexander Smorkalov
5c5ef9746c
Presume original book, update references.
2023-03-21 15:32:21 +03:00
Raj Kachhadiya
42793e16dd
Update py_intro.markdown
2023-03-21 15:27:14 +03:00
Alexander Smorkalov
a4ff46aab7
Merge pull request #23250 from tintou:./tintou/glib-req
...
highgui: Set hard GLib requirement to >=2.32
2023-03-21 15:22:34 +03:00
Alexander Smorkalov
e6bd4c9f85
Merge pull request #23275 from genciberisha:bug/issue-23249_detected_but_not_decoded_bug
...
Added QR_Code data flip support, flip and retry after first ECC failure
2023-03-21 15:03:30 +03:00
Alexander Smorkalov
0d082ce6fd
Merge pull request #23344 from anderskiaer:singlefilejs
...
Add possibility for disabling inlining `wasm` in `opencv.js`
2023-03-21 15:01:52 +03:00
Dmitry Kurtaev
5df6b4a756
Merge pull request #23325 from dkurt:dnn_input_info
...
Propagate inputs info for ONNX and TFLite models
### Pull Request Readiness Checklist
Needed for generic applications such as benchmarking pipelines. So OpenCV can tell about the default input shapes specified in the models.
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
- [x] I agree to contribute to the project under Apache 2 License.
- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [x] The PR is proposed to the proper branch
- [x] There is a reference to the original bug report and related work
- [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
Patch to opencv_extra has the same branch name.
- [x] The feature is well documented and sample code can be built with the project CMake
2023-03-21 14:50:53 +03:00