Laurent Berger
9742c73254
Merge pull request #23442 from LaurentBerger:tuto_findFile
...
Fix image loading in tutorials code #23442
Fixes https://github.com/opencv/opencv/issues/23378
### Pull Request Readiness Checklist
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
2 years ago
Alexander Alekhin
793c966c40
Merge pull request #23460 from gottagofaster236:fix_obs_virtual_camera
2 years ago
Alexander Smorkalov
dafd9e3408
Merge pull request #23444 from opencv:AnnaPetrovicheva-add-funding-button
...
Create FUNDING.yml
2 years ago
Maksim Shabunin
b12c14514a
RISC-V: allow building scalable RVV support with GCC, LLVM 16 support
2 years ago
gottagofaster236
b4e3359448
Fix OBS Virtual Camera capture.
2 years ago
Alexander Smorkalov
bac7180e02
Merge pull request #23449 from Zwyx:fix-mat-zeros-rows-cols
...
Switch `rows` and `cols` in call to Mat.zeros
2 years ago
Alexander Smorkalov
2b32eee3f4
Merge pull request #23451 from Zero2key:4.x
...
add opencv.js imread function can use OffscreenCanvas
2 years ago
Alexander Smorkalov
51f5ee6f19
Merge pull request #23448 from dmatveev:dm/gapi_fix_standalone_47
...
G-API: Fix compilation error in Standalone mode
2 years ago
Alexander Smorkalov
66a5ecb7ec
Merge pull request #23350 from spikethehobbitmage:4.x
...
Fix reference counting errors in registerNewType
2 years ago
Zero2key
4e050e85ad
add opencv.js imread function can use OffscreenCanvas
2 years ago
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
2 years ago
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.
2 years ago
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
2 years ago
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
2 years ago
Alexander Smorkalov
85a04185d3
Merge pull request #23410 from Kumataro:3.4-fix23397-step1
...
imgcodecs: update documentation for imwrite() to support images formats.
2 years ago
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
2 years ago
Alexander Smorkalov
d8c80ff5a4
Merge pull request #23419 from dkurt:onnx_fixes
...
Several fixes for ONNX importer: Expand, Gather
2 years ago
Sajjad Ali
26ca124150
fix "ImportError: DLL load failed while importing cv2" while installing using pre-built binaries
2 years ago
Anna Petrovicheva
6d93a0e42c
Update FUNDING.yml
2 years ago
Anna Petrovicheva
3f7d319fff
Create FUNDING.yml
2 years ago
Alexander Smorkalov
3cf367c9c4
Merge pull request #23271 from stefan523:aruco_testcase_fixes
...
Aruco/Charuco test case fixes for floating point for loops
2 years ago
Alex
c643af0b85
fix test
2 years ago
Dmitry Kurtaev
5e1d33329b
Several fixes for ONNX importer: Expand, Gather
2 years ago
Maksim Shabunin
9cfced4650
RISC-V: fix hardcoded options in RVV 0.7.1 toolchain file
2 years ago
HAN Liutong
a809ae4e88
Fix HAL compatibility layer and modify use cases.
2 years ago
Kumataro
1c6c3dfa8d
remove tail whitespace
2 years ago
Kumataro
83a49b4f6a
imgcodecs: update documentation for imwrite() to support images formats.
2 years ago
Alexander Smorkalov
352f92e437
Merge pull request #23402 from LaurentBerger:I23400
...
Typo in enum cv::QuatEnum::EulerAnglesType
2 years ago
Alexander Smorkalov
f5fd3e7d65
Merge pull request #23367 from LaurentBerger:msmf_doc
...
Note for MSMF in doc
2 years ago
unknown
ee302b063f
Typo in enum cv::QuatEnum::EulerAnglesType
2 years ago
Alexander Smorkalov
d7dd014a6e
Merge pull request #23399 from AleksandrPanov:aruco_fix_board
...
Fix create aruco Board in Python
2 years ago
Alexander Smorkalov
b56a52c49b
Merge pull request #22471 from anna-khakimova:ak/fix_resize4lpi_tests
...
Increasing tolerance for Preproc4lpiTest set on ARM
2 years ago
Anna Khakimova
0bb84096a2
Fix tolerance for Preproc4lpiTest set
2 years ago
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
2 years ago
Alex
02bdc10062
fix assert, add test
2 years ago
Alexander Smorkalov
d3cc507380
Added reference to Media Foundation.
2 years ago
Alexander Smorkalov
1af790ecc3
Merge pull request #23388 from simonlynen:patch-2
...
Make LineSegmentDetector deterministic by using stable_sort
2 years ago
Alexander Smorkalov
8c64adb000
Merge pull request #23019 from tkram01:sampleIdxFix
...
Fix for using sampleIdx to limit training data
2 years ago
Sergey Petrenko
6ffe686ba8
check keydown event characters length before returning the pressed character code
2 years ago
Alexander Smorkalov
a94cd6d6e8
Merge pull request #23381 from ct2034:fix/typo
...
two typos
2 years ago
tkram01
ea7efd57d8
Fix for using sampleIdx to limit training data
2 years ago
Christian Henkel
c9e42c5050
two typos
2 years ago
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
2 years ago
Alexander Smorkalov
a924bbfc30
Merge pull request #23386 from asmorkalov:issue23147
...
Python tutorial links update
2 years ago
Alexander Smorkalov
0d2f21b51e
Merge pull request #23380 from Zero-nnkn:pose_doc
...
Fix error of `POSE_PAIRS` in pose estimation doc
2 years ago
Alexander Smorkalov
5c5ef9746c
Presume original book, update references.
2 years ago
Raj Kachhadiya
42793e16dd
Update py_intro.markdown
2 years ago
Alexander Smorkalov
a4ff46aab7
Merge pull request #23250 from tintou:./tintou/glib-req
...
highgui: Set hard GLib requirement to >=2.32
2 years ago
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
2 years ago
Alexander Smorkalov
0d082ce6fd
Merge pull request #23344 from anderskiaer:singlefilejs
...
Add possibility for disabling inlining `wasm` in `opencv.js`
2 years ago