Alexander Alekhin
70492c2127
Merge pull request #22202 from tomoaki0705:fixWarnings
2 years ago
Vincent Rabaud
0a88f84847
Merge pull request #22208 from vrabaud:34_calibinit
...
Add missing code.
* Add missing code.
This was removed in c7fc563dc0
The resize is also a side-effect.
* Use shorteer cv::Point2f *=
2 years ago
Tomoaki Teshima
a630ad73cb
suppress warning on GCC 7 and later
2 years ago
Alexander Alekhin
3891b72f33
Merge pull request #22189 from p12tic:document-calchist-overload
2 years ago
Yuantao Feng
2920a8e0ec
Merge pull request #22185 from fengyuentau:ci_job_rename_3.4
...
Rename jobs for better understanding for branch 3.4
* rename jobs
* remove dots from job names
* correct ubuntu version for linux arm64
2 years ago
Povilas Kanapickas
6a4c3b61e6
Improve doc of calcHist overload that accepts vectors
...
It's not clear how ranges argument should be used in the overload of
calcHist that accepts std::vector. The main overload uses array of
arrays there, while std::vector overload uses a plain array. The code
interprets the vector as a flattened array and rebuilds array of arrays
from it. This is not obvious interpretation, so documentation has been
added to explain the expected usage.
2 years ago
heavyrain-lzy
6360c3bf46
Merge pull request #22184 from heavyrain-lzy:fixbug_pyrUp
...
* fix the bug in pyrUp
* add test case for pyrUp
* coding style
2 years ago
Alexander Alekhin
e313603aac
Merge pull request #22182 from alalek:build_fix_warnings
2 years ago
Alexander Alekhin
0f3de805f4
build: fix warnings
2 years ago
Alexander Alekhin
56e19e3494
Merge pull request #22173 from ycs77:patch-2
2 years ago
Alexander Alekhin
8ae06b4648
Merge pull request #22111 from asenyaev:asen/ios_workflow_3.4
2 years ago
Alexander Alekhin
eb7add1828
Merge pull request #22169 from tomoaki0705:OrinCC
2 years ago
Lucas Yang
b152b8cbcd
Fix missing CharVector for JavaScript bindings
2 years ago
Tomoaki Teshima
2336b0706d
add support for Orin GPU
2 years ago
Andrey Senyaev
300b57dd70
Workflow for labeled iOS PRs in 3.4 branch
2 years ago
Alexander Alekhin
5e1c9099e8
Merge pull request #22158 from lamm45:intro-typos
2 years ago
Alexander Alekhin
397e9bc8d6
Merge pull request #22137 from danopdev:issues-22126
2 years ago
dan
2366f2cb2e
issues-22126
2 years ago
lamm45
9faefa0c96
Fix minor errors in the first documentation page (Introduction)
...
This markdown file corresponds to the first link on the landing
page of OpenCV documentation.
2 years ago
Alexander Alekhin
6234f01a6d
Merge pull request #22148 from zihaomu:gemm_onnx_bug_fix_branch34
2 years ago
Zihao Mu
ef94275eb6
bug fixed of GEMM node in ONNX_importer
2 years ago
Kumataro
dd7b9000ad
Merge pull request #22064 from Kumataro:3.4-fix22052
...
* imgcodecs: jpeg: add IMWRITE_JPEG_SAMPLING_FACTOR parameter
* fix compile error
* imgcodecs: jpeg: add CV_LOG_WARNING() and fix how to initilize Mat
* imgcodecs: jpeg: fix for C++98 mode.
* samples: imgcodec_jpeg: Remove license
2 years ago
Alexander Alekhin
9d06e58c3c
Merge pull request #22127 from catree:update_homography_tutorial
2 years ago
Alexander Alekhin
711b136191
Merge pull request #22124 from vrabaud:3.4_sanitizer
2 years ago
catree
a04f9e7a59
Add more references. Update missing references with webarchive. Use mathbf for matrices. Check that the determinant of the rotation matrix is not negative (reflection), and correct it if it is the case.
2 years ago
Christine Poerschke
db5b22e895
Merge pull request #22065 from cpoerschke:3.4-apps-visualisation-configurable-codec
...
* apps/opencv_visualisation: configurable video codec
* Update apps/visualisation/opencv_visualisation.cpp
2 years ago
Vincent Rabaud
0d52c37e11
Fix typo that prevents compilation with sanitizer.
2 years ago
Alexander Alekhin
3efc645975
Merge pull request #22103 from fengyuentau:macOS_workflows_for_3.4
2 years ago
fengyuentau
572812217b
re-commit: add workflows for macOS for 3.4
2 years ago
Alexander Alekhin
ff41fbc5c1
Merge pull request #22091 from mukai1011:3.4
2 years ago
Alexander Alekhin
cac864192c
Merge pull request #22080 from vrabaud:fix_arm
2 years ago
Vincent Rabaud
7a46d7efde
Fix compilation on some ARM architecture.
...
This condition is the same as the line above.
2 years ago
Kôtaro Mukai
ed9524e125
Missing import
2 years ago
Alexander Alekhin
c103b63fe1
Merge tag '3.4.18'
3 years ago
Alexander Alekhin
a3d0882317
release: OpenCV 3.4.18
3 years ago
Alexander Panov
53eda42da7
Merge pull request #22025 from AleksandrPanov:fix_samplingForVersion_multiplyingFactor
...
Fix sampling for version multiplying factor
* reduce experimentalFrequencyElem and listFrequencyElem
* fix large resize
* fix tile in postIntermediate
* add getMinSideLen(), add corrected_index
* add test decode_regression_21929 author Kumataro, add test decode_regression_version_25
3 years ago
Alexander Alekhin
c26c4a61c6
Merge pull request #22061 from alalek:imgproc_color_hsv_use_singleton
3 years ago
Alexander Alekhin
65fcf22670
imgproc: use singleton in color_hsv.simd.hpp
3 years ago
Alexander Alekhin
d0572538ff
Merge pull request #22059 from Kumataro:3.4-fix21899
3 years ago
Kumataro
3577265508
highgui: Qt: waitKey() supports Cyrillic/Japanese keyboard layout
3 years ago
Kumataro
1a24e316d5
Merge pull request #22030 from Kumataro:3.4-fix22029
...
* objdetect: qrcode_encoder: fix to missing timing pattern
* objdetect: qrcode_encoder: Add SCOPED_TRACE() and replace CV_Assert() to ASSERT_EQ().
- Add SCOPED_TRACE() for version loop.
- Replace CV_Assert() to ASSERT_EQ().
- Rename expect_msg to msg.
3 years ago
Alexander Alekhin
8d51ef0f35
Merge pull request #22054 from asenyaev:asen/fix_matching_xcode_version
3 years ago
Andrey Senyaev
9cfae823a7
Fix Xcode version matching
3 years ago
Victor
1230075011
Merge pull request #22045 from victor1234:calib3d-fisheye-model-reference
...
* Add fisheye camera model summary description with reference
* Fix layout
* Move reference to bibtex
3 years ago
Alexander Alekhin
7459954377
Merge pull request #21843 from Rufflewind:doc
3 years ago
Alexander Alekhin
f9c7931800
Merge pull request #22035 from mohawk2:patch-1
3 years ago
mohawk2
72debee125
typo: Minkowsky is actually Minkowski
3 years ago
Alexander Alekhin
e9187ae38c
Merge pull request #22026 from alalek:update_version_3.4.18-pre
3 years ago
Alexander Alekhin
978dc76653
Merge pull request #22006 from rogday:21947_fix
3 years ago
Alexander Alekhin
b409fd32ac
Merge pull request #22024 from berak:patch-1
3 years ago