Alexander Alekhin
3bf22d0024
Merge pull request #22156 from vpisarev:update_cvround
3 years ago
Alexander Alekhin
66567933d7
Merge pull request #22163 from philipphutterer:vcap-frame-type
3 years ago
Alexander Alekhin
56e19e3494
Merge pull request #22173 from ycs77:patch-2
3 years ago
Alexander Alekhin
d2f5a10f5d
Merge pull request #22176 from danopdev:doc-update-1
3 years ago
Dan
32bb4fa950
Update doc
3 years ago
Alexander Alekhin
ee8b414a1e
Merge pull request #22112 from asenyaev:asen/ios_workflow_5.x
3 years ago
Alexander Alekhin
8ae06b4648
Merge pull request #22111 from asenyaev:asen/ios_workflow_3.4
3 years ago
Alexander Alekhin
652396678d
Merge pull request #22110 from asenyaev:asen/ios_workflow_4.x
3 years ago
Zihao Mu
59b870a87a
Merge pull request #21910 from zihaomu:fast_conv_ARM
...
DNN: Accelerating convolution
* Fast Conv of ARM, X86 and universal intrinsics.
* improve code style.
* error fixed.
* improve the License
* optimize memory allocated and Adjust the threshold.
* change FasterRCNN_vgg16 to 2GB memory.
3 years ago
Suleyman TURKMEN
0f067fd0a6
make imgcodecs optional for highgui
3 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
3 years ago
Rostislav Vasilikhin
75a8e3e956
minor
3 years ago
Rostislav Vasilikhin
3c3eba868a
floatL2 threshold raised a bit
3 years ago
Rostislav Vasilikhin
2ae7438c6b
odometry tests fixed
3 years ago
Rostislav Vasilikhin
2b767f9bc8
whitespace fix
3 years ago
Andrey Senyaev
9c78dc2490
Workflow for labeled iOS PRs in 5.x branch
3 years ago
Andrey Senyaev
a311d1bdc0
Workflow for labeled iOS PRs in 4.x branch
3 years ago
Rostislav Vasilikhin
94e5ae6043
depth generator moved from main repo to extra
3 years ago
Rostislav Vasilikhin
fd14b959cf
warpFrame() rewritten, interface changed
3 years ago
Rostislav Vasilikhin
492d9dba1e
warpFrame() tests big update
3 years ago
Rostislav Vasilikhin
44c0b58258
depth generator fixed at absent values
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
Rostislav Vasilikhin
6b2d1033bd
warpFrame() test: more test cases
3 years ago
Rostislav Vasilikhin
162bd5be4c
distCoeffs removed from warpFrame() signature
3 years ago
Rostislav Vasilikhin
d56e8f053f
python depth generator: no numba, imageio -> PIL, requirements.txt
3 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