Suleyman TURKMEN
0f067fd0a6
make imgcodecs optional for highgui
2 years ago
rogday
b91f173680
Merge pull request #22147 from rogday:zoom_factor
...
Add zoom factor to interactive calibration tool
* add zoom factor
* address review comments
2 years ago
Rostislav Vasilikhin
75a8e3e956
minor
2 years ago
Rostislav Vasilikhin
3c3eba868a
floatL2 threshold raised a bit
2 years ago
Rostislav Vasilikhin
2ae7438c6b
odometry tests fixed
2 years ago
Rostislav Vasilikhin
2b767f9bc8
whitespace fix
2 years ago
Andrey Senyaev
9c78dc2490
Workflow for labeled iOS PRs in 5.x branch
2 years ago
Andrey Senyaev
a311d1bdc0
Workflow for labeled iOS PRs in 4.x branch
2 years ago
Rostislav Vasilikhin
94e5ae6043
depth generator moved from main repo to extra
2 years ago
Rostislav Vasilikhin
fd14b959cf
warpFrame() rewritten, interface changed
2 years ago
Rostislav Vasilikhin
492d9dba1e
warpFrame() tests big update
2 years ago
Rostislav Vasilikhin
44c0b58258
depth generator fixed at absent values
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
Rostislav Vasilikhin
6b2d1033bd
warpFrame() test: more test cases
2 years ago
Rostislav Vasilikhin
162bd5be4c
distCoeffs removed from warpFrame() signature
2 years ago
Rostislav Vasilikhin
d56e8f053f
python depth generator: no numba, imageio -> PIL, requirements.txt
2 years ago
Joel Winarske
0769bf416f
highgui Wayland xdg_shell
...
-enable using -DWITH_WAYLAND=ON
-adapted from https://github.com/pfpacket/opencv-wayland
-using xdg_shell stable protocol
-overrides HAVE_QT if HAVE_WAYLAND and WITH_WAYLAND are set
Signed-off-by: Joel Winarske <joel.winarske@gmail.com>
Co-authored-by: Ryo Munakata <afpacket@gmail.com>
3 years ago
Philipp Hutterer
90f2e1f8b5
Frame type property for ffmpeg video capture
3 years ago
Alexander Alekhin
2a4926f417
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
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
Sean McBride
35f1a90df7
Merge pull request #22149 from seanm:sprintf
...
Replaced sprintf with safer snprintf
* Straightforward replacement of sprintf with safer snprintf
* Trickier replacement of sprintf with safer snprintf
Some functions were changed to take another parameter: the size of the buffer, so that they can pass that size on to snprintf.
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
Vadim Pisarevsky
b5adffd5c2
* cleaned cvRound(), cvFloor() and cvCeil() implementations, removed the old non-banking rounding branch completely
...
* enable the use of GCC/clang __builtin_*() functions more broadly
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
Rostislav Vasilikhin
bf8f7b4e57
more scale stuff removed
3 years ago
Rostislav Vasilikhin
4e1ce3e0eb
odometry python sample got rid of scale parameter
3 years ago
Rostislav Vasilikhin
770c0d1416
1. removed (almost all) additional scale parameter mentions
...
2. refactored funcptrs to switch/cases & more
3 years ago
Rostislav Vasilikhin
c12d4c82df
python Odometry scale test removed
3 years ago
Rostislav Vasilikhin
bee410c748
warpFrame() test draft + script generating test data
3 years ago
Zihao Mu
ef94275eb6
bug fixed of GEMM node in ONNX_importer
3 years ago
Wanli
a6ca48a1c2
Merge pull request #22100 from WanliZhong:issue_22015
...
Fix issue 22015, let Clip layer support 1-3 inputs
* Fix issue 22015.
Let layer Clip support 1-3 inputs.
* Resolve other problems caused by modifications
* Update onnx_importer.cpp
added extra checks to min/max handling in Clip
* Add assertions to check the size of the input
* Add test for clip with min and max initializers
* Separate test for "clip_init_min_max". Change the check method for input_size to provide a clearer message in case of problem.
* Add tests for clip with min or max initializers
* Change the implementation of getting input
Co-authored-by: Vadim Pisarevsky <vadim.pisarevsky@gmail.com>
3 years ago
Alexander Alekhin
24a66a44bf
Merge pull request #22122 from zihaomu:gemm_onnx_bug_fix
3 years ago
Zihao Mu
2411b825b4
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
734e309b3e
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
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
83cfeb9f14
Merge pull request #22105 from fengyuentau:macOS_workflows_for_5.x
3 years ago
Alexander Alekhin
008507327c
Merge pull request #22104 from fengyuentau:macOS_workflows_for_4.x
3 years ago