scorpiozj
bd54ba911d
Update imgproc.hpp
...
fix Rect value of integral image example;
3 years ago
Alexander Alekhin
a9354fc743
Merge pull request #22229 from zihaomu:bug_fix_22195_3_4
3 years ago
Alexander Alekhin
1377f0147e
Merge pull request #22246 from asenyaev:asen/fix_warning_lnx_arm64_3.4
3 years ago
Andrey Senyaev
d2b1e38207
Pragma to ignore -Waggressive-loop-optimizations on Linux ARM64
3 years ago
Alexander Alekhin
afe1c70f2d
Merge pull request #22228 from CSharperMantle:CSharperMantle-patch-std-shuffle
3 years ago
Zihao Mu
45fbb67aba
fix scale layer can not handle 1x1 weight correctly.
3 years ago
Alexander Alekhin
914005174f
Merge pull request #22153 from vrabaud:opencv_drawing
3 years ago
Alexander Alekhin
2a82467a6f
Merge pull request #22232 from tomoaki0705:dryCmake
3 years ago
Alexander Alekhin
a233232b7d
Merge pull request #22234 from vrabaud:34_calib
3 years ago
Vincent Rabaud
ed4bf13960
Fix cleanFoundConnectedQuads.
3 years ago
Rong Mantle Bao
3135063100
Make objdetect/test C++11-compliant and reproducible
...
- Add conditional compilation directives to replace deprecated std::random_shuffle with new std::shuffle when C++11 is available.
- Set random seed to a fixed value before shuffling containers to ensure reproducibility.
Resolves opencv/opencv#22209 .
3 years ago
Tomoaki Teshima
87ef6a9cc1
build: suppress the warning
...
DRY
bump the version
3 years ago
Alexander Alekhin
70492c2127
Merge pull request #22202 from tomoaki0705:fixWarnings
3 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 *=
3 years ago
Tomoaki Teshima
a630ad73cb
suppress warning on GCC 7 and later
3 years ago
Alexander Alekhin
3891b72f33
Merge pull request #22189 from p12tic:document-calchist-overload
3 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
3 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.
3 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
3 years ago
Alexander Alekhin
e313603aac
Merge pull request #22182 from alalek:build_fix_warnings
3 years ago
Alexander Alekhin
0f3de805f4
build: fix warnings
3 years ago
Alexander Alekhin
56e19e3494
Merge pull request #22173 from ycs77:patch-2
3 years ago
Alexander Alekhin
8ae06b4648
Merge pull request #22111 from asenyaev:asen/ios_workflow_3.4
3 years ago
Alexander Alekhin
eb7add1828
Merge pull request #22169 from tomoaki0705:OrinCC
3 years ago
Lucas Yang
b152b8cbcd
Fix missing CharVector for JavaScript bindings
3 years ago
Tomoaki Teshima
2336b0706d
add support for Orin GPU
3 years ago
Andrey Senyaev
300b57dd70
Workflow for labeled iOS PRs in 3.4 branch
3 years ago
Alexander Alekhin
5e1c9099e8
Merge pull request #22158 from lamm45:intro-typos
3 years ago
Alexander Alekhin
397e9bc8d6
Merge pull request #22137 from danopdev:issues-22126
3 years ago
dan
2366f2cb2e
issues-22126
3 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.
3 years ago
Vincent Rabaud
82010bf5c1
Fix some overflows in drawing.
3 years ago
Alexander Alekhin
6234f01a6d
Merge pull request #22148 from zihaomu:gemm_onnx_bug_fix_branch34
3 years ago
Zihao Mu
ef94275eb6
bug fixed of GEMM node in ONNX_importer
3 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
3 years ago
Alexander Alekhin
9d06e58c3c
Merge pull request #22127 from catree:update_homography_tutorial
3 years ago
Alexander Alekhin
711b136191
Merge pull request #22124 from vrabaud:3.4_sanitizer
3 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.
3 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
3 years ago
Vincent Rabaud
0d52c37e11
Fix typo that prevents compilation with sanitizer.
3 years ago
Alexander Alekhin
3efc645975
Merge pull request #22103 from fengyuentau:macOS_workflows_for_3.4
3 years ago
fengyuentau
572812217b
re-commit: add workflows for macOS for 3.4
3 years ago
Alexander Alekhin
ff41fbc5c1
Merge pull request #22091 from mukai1011:3.4
3 years ago
Alexander Alekhin
cac864192c
Merge pull request #22080 from vrabaud:fix_arm
3 years ago
Vincent Rabaud
7a46d7efde
Fix compilation on some ARM architecture.
...
This condition is the same as the line above.
3 years ago
Kôtaro Mukai
ed9524e125
Missing import
3 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