Berke
062cee2933
new multipage image decoder api - ImageCollection
2 years ago
Alexander Smorkalov
fcf9f117b0
Merge pull request #22519 from stefan-spiss:stereo_calib_per_obj_extr_ret
...
Stereo Calibration: Return rotation and transformation vectors for each calibration object
2 years ago
Alexander Smorkalov
0f1cb5ad7c
Merge pull request #22444 from catree:feat_calibrate_camera_exe_initial_guess_4.x
...
Add flag to pass initial guess for camera intrinsics into the calibration exe
2 years ago
Alexander Smorkalov
0ab4872032
Merge pull request #22511 from alalek:dnn_build_warning_gcc12
...
dnn: eliminate GCC12 warning in total() call
2 years ago
Alexander Smorkalov
a6274647a4
Merge pull request #21738 from rogday:gather
...
add Gather implementation
2 years ago
Egor Smirnov
65f71ce2eb
add Gather implementation
2 years ago
Alexander Smorkalov
6aefb8e86f
Merge pull request #22290 from fengyuentau:naive_yolov7
...
Support for YOLOv7 ONNX (not simplified)
2 years ago
fengyuentau
4aef9b1c93
dnn: support yolov7 (not simplified)
2 years ago
Alexander Smorkalov
0ac67ee8d9
Merge pull request #22343 from komakai:android_cam_polling
...
Poll for frame data if acquisition fails after OnCaptureCompleted
2 years ago
Alexander Alekhin
66b3155a48
Merge pull request #22332 from komakai:android-cam-stride
2 years ago
Giles Payne
b3adffe437
Android Camera: poll for frame data if acquisition fails after OnCaptureCompleted
2 years ago
TolyaTalamanov
ec92f3fefa
Apply comments
...
* Rename intersectMapWith -> mergeMapWith
* Remove macro
* Add r-value ref
2 years ago
Alexander Smorkalov
fb85a83108
Merge pull request #22523 from fengyuentau:update_mirrors_220916
...
Update mirrors 220916
2 years ago
Alexander Smorkalov
41ef2bfb16
Merge pull request #21945 from driftee:fix-3rdparty_carotene_blur
...
fix a 3rd party blur3x3 function(the 7th value in tcurr should be set to the 5th value in old tcurr, which will be be overwritten by the 3rd value in old tcurr)
2 years ago
Alexander Smorkalov
1ae801554d
Merge pull request #22507 from TolyaTalamanov:at/replace-mfx-major-version-assert-to-warning
...
G-API: Replace MFX major version assertion to warning
2 years ago
fengyuentau
65998d8076
fix a bug when download from github instead but the subdir is changed to a wrong one
2 years ago
fengyuentau
45a7b71cac
bump ADE to 0.1.2a
2 years ago
Alexander Smorkalov
e1e9261450
Merge pull request #22479 from scottchou007:master
...
Fix issues in opencv_test_dnn from conv48 kernels without bias
2 years ago
Alexander Smorkalov
819e5b19b3
Merge pull request #22521 from asmorkalov/as:cuddn_version_non_cache
...
Do not store full CuDNN version in cache to exclude inconsistency duкing reconfiguration
2 years ago
scottchou007
a3cb2020bc
Fix issues in opencv_test_dnn from conv48 kernels using uninitialized tensors when there is no bias.
2 years ago
Alexander Smorkalov
a6017ac550
Merge pull request #22145 from danopdev:issues-22141
...
Fixed time value obtained on some frames at the end of the video #22141
2 years ago
Alexander Smorkalov
7faeb82585
Merge pull request #22503 from danopdev:android-video-writter
...
Add H264 / H265 writter support for Android
2 years ago
Alexander Smorkalov
48e50a7674
Extended video timestamp test to cover fix for the issue #22141 .
2 years ago
Alexander Smorkalov
dc9d775f88
Do not store full CuDNN version in cache to exclude inconsistency during reconfiguration.
2 years ago
Stefan Spiss
66cbb7b911
Extended tests for stereoCalibrate function of fisheye camera model.
2 years ago
Stefan Spiss
9ca3a3139a
Extended tests for stereoCalibrate function of pinhole camera model.
2 years ago
Stefan Spiss
6fb465cb4e
Extended stereoCalibrate function for fisheye model to return per view rotation and translation vectors between the calibration object coordinate space and the coordinate space of the first camera of the stereo pair. Added overloaded versions of the function for downward compatibility.
2 years ago
Stefan Spiss
8ae03fcd6e
Extended stereoCalibrate function for pinhole model to return per view rotation and translation vectors between the calibration object coordinate space and the coordinate space of the first camera of the stereo pair. Added overloaded versions of the function for downward compatibility.
2 years ago
Dan
122250b554
fix #22490
2 years ago
TolyaTalamanov
eb8883160d
Support config as part of Infer node in yml
2 years ago
Alexander Smorkalov
8af4fe9ed3
Merge pull request #22495 from cpoerschke:4.x-issue-22483
...
add explicit onChange callback in cocoa cvSetTrackbarPos
2 years ago
Alexander Smorkalov
adb5971494
Merge pull request #22516 from ocpalo:patch-1
...
3rdparty: Update readme.txt for libjpeg-turbo simd
2 years ago
Alexander Smorkalov
377fdf5ae5
Merge pull request #22504 from hflemmen:fix-broken-link
...
Removes a broken link
2 years ago
Alexander Smorkalov
e1272d73fe
Merge pull request #22227 from danopdev:issue-22198
...
Fix issues: #22214 and #22198
2 years ago
ocpalo
e3e61078a5
3rdparty: Update readme.txt for libjpeg-turbo simd
2 years ago
Dan
13823f117b
#22214 and #22198
2 years ago
Alexander Alekhin
2e15582799
build: eliminate uninitialized warnings from GCC12
2 years ago
Alexander Alekhin
65bdb3a544
dnn: eliminate GCC12 warning in total() call
2 years ago
Alexander Smorkalov
ac91c45b0f
Merge pull request #22498 from alalek:update_ffmpeg_4.x
...
ffmpeg/4.x: update FFmpeg wrapper 2022.09
2 years ago
Henrik Dobbe Flemmen
6481cfd048
Update the fourcc codes link
2 years ago
Alexander Smorkalov
0f6b01a531
Merge pull request #22508 from sunshinemyson:TIMVX
...
Disable default path while search libtim-vx.so with TIMVX_INSTALL_DIR
2 years ago
Alexander Smorkalov
364b3f181d
Merge pull request #22372 from ocpalo:libjpegturbo_nasm
...
[GSoC 2022] nasm/simd support for libjpeg-turbo
2 years ago
ocpalo
04849f26b2
libjpegturbo simd extension update cmake flag
2 years ago
Andrew Chinery
26a7647e0e
Fix stitching Python bindings PR #22329
2 years ago
Alexander Smorkalov
8eb036fb3c
Merge pull request #22040 from CNClareChen:4.x
...
Optimize the cvCeil and cvFloor functions for LoongArch
2 years ago
Hao Chen
fce8349c99
Optimize the cvCeil and cvFloor functions.
...
This patch optimizes the cvCeil and cvFloor functions on
the LoongArch platform.
Signed-off-by: Hao Chen <chenhao@loongson.cn>
2 years ago
TolyaTalamanov
5ea912e778
Change warning message
2 years ago
Alexander Smorkalov
c2c8da2517
Merge pull request #22448 from Ichini24:reshape-permutations-fix
...
changed names of permutations if Reshpe is in NHWC
2 years ago
xiang.zhang
1be40554af
Disable default path while search libtim-vx.so with TIMVX_INSTALL_DIR
...
Signed-off-by: xiang.zhang <xiang.zhang@verisilicon.com>
2 years ago
ocpalo
d717de5719
nasm/simd support for libjpeg-turbo
2 years ago