Alexander Smorkalov
ec406fa474
Merge pull request #3484 from Konano:patch-2
...
fix(wechat_qrcode): fixed memory leaks
2 years ago
Nano
2b62ff6181
fix(wechat_qrcode): fixed memory leaks
2 years ago
Mariya Sinitsina
e05c63acd2
add perfomance tests for wechat qrcode
2 years ago
Nano
ccc277247a
fix(wechat_qrcode): Init nBytes after the count value is determined ( #3480 )
...
* fix(wechat_qrcode): Initialize nBytes after the count value is determined
* fix(wechat_qrcode): Incorrect count data repair
* chore: format expr
* fix(wechat_qrcode): Avoid null pointer exception
* fix(wechat_qrcode): return when bytes_ is empty
* test(wechat_qrcode): add test case
---------
Co-authored-by: GZTime <Time.GZ@outlook.com>
2 years ago
Alexander Smorkalov
960b3f685f
Merge remote-tracking branch 'origin/3.4' into merge-3.4
2 years ago
Alexander Smorkalov
f852576142
Merge pull request #3462 from Kumataro:3.4-fixc3457
...
text: change default char_whitelist parameter.
2 years ago
Alexander Smorkalov
298fc7be95
Merge pull request #3470 from cudawarped:cudacodec_fix_display_size
...
`cudacodec::VideoReader`: force output frame resolution to be display not coded size
2 years ago
Alexander Smorkalov
bd546fa91d
Merge pull request #3468 from cudawarped:cudacodec_fix_colour_conversion
...
`cudacodec::VideoReader`: fix nv12 to bgr/bgra/grey conversion
2 years ago
cudawarped
d9967922ce
cudacodec: fix nv12 to bgr/bgra conversion
2 years ago
Alexander Smorkalov
853144ef93
Merge pull request #3465 from 747:hough-segment-fix
...
Add `threshold` parameter to cuda::HoughSegmentDetector
2 years ago
Alexander Smorkalov
fd411e7e37
Merge pull request #3469 from smeng9:patch-aruco-doc
...
Fix flipped image in documentation
2 years ago
smeng9
33c7030135
Fix flipped image in documentation
2 years ago
747
04ae7db4e9
hough segment detector fix
2 years ago
vovka643
191ccdde7f
moved aruco_dict_utils.cpp from opencv_contrib to opencv
2 years ago
Alexander Smorkalov
6ebb38db6d
Merge pull request #3463 from LaurentBerger:typo_in_viz
...
Typo in viz3d doc
2 years ago
unknown
16f07196c3
Typo in viz3d doc
2 years ago
Kumataro
42fc4892d5
text: change default char_whitelist parameter.
2 years ago
Alexander Smorkalov
9d4b93a2eb
Merge pull request #3451 from vovka643:4.x_deprecated_backends
...
changed CAP_OPENNI flag to CAP_OPENNI2 in linemod sample
2 years ago
cudawarped
82e2792ab5
cudacodec: ensure output frame resolution is display not coded size
2 years ago
vovka643
9199b22629
changed CAP_OPENNI flag to CAP_OPENNI2 in linemod sample
2 years ago
Alexander Alekhin
ed1873bc2c
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2 years ago
Alexander Alekhin
226fd73b59
Merge pull request #3436 from mshabunin:fix-clang-warnings
2 years ago
Maksim Shabunin
c56efb910e
Fix clang 14 warnings
2 years ago
Alexander Alekhin
c60fde02e0
Merge pull request #3435 from asmorkalov:as/xcode_warning_supression3.4
2 years ago
Alexander Smorkalov
2abfef7d08
3.4: -Wunused-but-set-variable warnings fix after XCode update with clang
2 years ago
Alexander Smorkalov
04d849259d
Merge pull request #3434 from asmorkalov:as/xcode_warning_supression
...
-Wunused-but-set-variable warnings fix after XCode update with clang 13.1
2 years ago
Alexander Smorkalov
b9f0ffd715
Typo fix in ximageproc BrightEdges
2 years ago
Alexander Smorkalov
f149f26ca0
-Wunused-but-set-variable warnings fix after XCode update with clang 13.1.
2 years ago
Alexander Alekhin
403504609f
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2 years ago
Alexander Smorkalov
f18f127ba9
Merge pull request #3430 from savuor/stddev_calib_omnidir
...
Omnidir calibration: uncertainty fixed
2 years ago
Alexander Smorkalov
529131ee79
Merge pull request #3420 from AleksandrPanov:remove_duplication_from_aruco
...
remove charuco duplication
2 years ago
Rostislav Vasilikhin
6b15ef3f62
fix for 1-camera and stereocalib
2 years ago
Alex
1f713fb417
remove charuco duplication
2 years ago
Mat&I
5a35eb1166
Merge pull request #3423 from matijazigic:fix_optflow_rlof
...
### 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
- [ ] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
Patch to opencv_extra has the same branch name.
- [ ] The feature is well documented and sample code can be built with the project CMake
The bug has already been reported and explained on the OpenCV forum:
- [optflow-calcopticalflowsparserlof-giving-assertion-error](https://forum.opencv.org/t/cv2-optflow-calcopticalflowsparserlof-giving-assertion-error/4835 )
- [calcopticalflowsparserlof-assertion-error-in-initialflow](https://forum.opencv.org/t/calcopticalflowsparserlof-assertion-error-in-initialflow/8669 )
The bug is manifested only if 'UseInitialFlow' is set to true and 'ForwardBackwardThreshold' > 0 (enabled).
2 years ago
Alexander Alekhin
592b376eb6
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2 years ago
Alexander Alekhin
d2581b4ed3
Merge pull request #3422 from SpaceIm:fix/alphamat-header
2 years ago
Alexander Alekhin
b01f2f90a9
Merge pull request #3426 from tomoaki0705:handleNonBitExact
2 years ago
Tomoaki Teshima
f2e6a30046
make test tolerate to rounding error
2 years ago
SpaceIm
9bbed509d8
make alphamat header auto sufficient
2 years ago
Alexander Alekhin
9331902ed9
Merge pull request #3421 from tomoaki0705:fix_warnings_4x
2 years ago
Alexander Alekhin
325e6abe95
Merge pull request #3418 from cudawarped:fix_issue_3412
2 years ago
Tomoaki Teshima
f48a261d8b
fix warnings
2 years ago
cudawarped
abd3ca8bf8
cudev: fix 1D error introduced in PR 3378
2 years ago
Sergei Shutov
46e94a2262
Update atuco calibration tutorials and faq
2 years ago
Alexander Smorkalov
e247b680a6
Merge pull request #3394 from AleksandrPanov:move_contrib_charuco_to_main_objdetect
...
Move contrib charuco to main objdetect
2 years ago
Alexander Smorkalov
49bdf7b03a
Board refactoring.
2 years ago
Alexander Alekhin
2276095e55
Merge pull request #3404 from cudawarped:fix_for_cuda_12
2 years ago
James Bowley
2fa21c1ba1
cuda: fix CUDA 12.0 build errors
2 years ago
Alexander Smorkalov
b9111a9eef
Merge pull request #3403 from asmorkalov:as/surf_link_fix
...
Fixed SURF linkage issue without nonfree.
2 years ago
Alexander Smorkalov
2b95a6da30
Fixed SURF linkage issue without nonfree.
2 years ago