wanli
4718a4bf81
make GEMM can be supported with transA and transB in CUDA
2 years ago
Alexander Alekhin
838c34eee1
Merge pull request #23043 from AlejandroSilvestri:patch-1
2 years ago
AlejandroSilvestri
253429d3f1
Add missing ORB.setFastThreshold(int) method
...
ORB constructor is failing to set the very important protected parameter fastThreshold,
so binding this method is necessary.
2 years ago
Alexander Alekhin
38f7cd7173
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2 years ago
Alexander Alekhin
eab7faf536
Merge tag '3.4.19'
2 years ago
Alexander Alekhin
83391ac59d
release: OpenCV 3.4.19
2 years ago
Alexander Alekhin
a8a93a57e7
Merge pull request #23029 from savuor:backport3_fix_fisheye_aspect_ratio
2 years ago
Alexander Alekhin
f637629c5a
Merge pull request #23037 from cudawarped:fix_for_cuda_12
2 years ago
Rostislav Vasilikhin
93aa94e71e
backported changes
...
no lambda
whitespace
fixing build Java tests
2 years ago
Alexander Alekhin
86b46a27cf
Merge pull request #23039 from alalek:cmake_3.5_fix
2 years ago
Alexander Alekhin
1bc3077890
cmake: VERSION_GREATER_EQUAL is not supported in CMake 3.5.1
2 years ago
Alexander Alekhin
fc27a343e9
Merge pull request #22905 from zihaomu:clean_up_conv3d_1d
2 years ago
cudawarped
692d6168b3
cuda: fix CUDA 12.0 build errors
2 years ago
Alexander Alekhin
de9787a6ac
Merge pull request #23036 from asmorkalov:as/blobdetect_range_fix
2 years ago
Alexander Smorkalov
d2bf2be8e6
Merge pull request #23035 from alalek:update_ffmpeg_4.x
...
ffmpeg/4.x: update FFmpeg wrapper 2022.12
2 years ago
Alexander Smorkalov
b7292bc899
Fixed blob detector parameters range.
2 years ago
Alexander Alekhin
dbd4a0e5e6
videoio(ffmpeg): update tests with new Windows wrapper
2 years ago
Alexander Alekhin
b361209d52
ffmpeg/4.x: update FFmpeg wrapper 2022.12
...
- FFmpeg 4.4.3
2 years ago
Alexander Alekhin
4abe6dc48d
Merge pull request #22972 from alalek:update_version_4.7.0-pre
2 years ago
Alexander Alekhin
26f36f2ff9
Merge pull request #22971 from alalek:update_version_3.4.19-pre
2 years ago
Alexander Alekhin
b42c11de82
pre: OpenCV 4.7.0 (version++)
2 years ago
Alexander Alekhin
a494c75bfe
pre: OpenCV 3.4.19 (version++)
2 years ago
Alexander Alekhin
bc8c912c7a
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2 years ago
Alexander Alekhin
5247237bf0
Merge pull request #23028 from zihaomu:update_doc_nanotrack
2 years ago
zihaomu
8e6aae0d7a
Add spaces to make links clickable.
2 years ago
Dmitry Kurtaev
8681686d8f
Merge pull request #22957 from dkurt:new_openvino_api
...
Switch to new OpenVINO API after 2022.1 release
* Pass Layer_Test_Convolution_DLDT.Accuracy/0 test
* Pass test Test_Caffe_layers.Softmax
* Failed 136 tests
* Fix Concat. Failed 120 tests
* Custom nGraph ops. 19 failed tests
* Set and get properties from Core
* Read model from buffer
* Change MaxPooling layer output names. Restore reshape
* Cosmetic changes
* Cosmetic changes
* Override getOutputsInfo
* Fixes for OpenVINO < 2022.1
* Async inference for 2021.4 and less
* Compile model with config
* Fix serialize for 2022.1
* Asynchronous inference with 2022.1
* Handle 1d outputs
* Work with model with dynamic output shape
* Fixes with 1d output for old API
* Control outputs by nGraph function for all OpenVINO versions
* Refer inputs in PrePostProcessor by indices
* Fix cycled dependency between InfEngineNgraphNode and InfEngineNgraphNet.
Add InferRequest callback only for async inference. Do not capture InferRequest object.
* Fix tests thresholds
* Fix HETERO:GPU,CPU plugin issues with unsupported layer
2 years ago
Alexander Smorkalov
9012e6dd9b
Merge pull request #22965 from vrabaud:numpy_fix
...
Remove references to deprecated NumPy type aliases.
2 years ago
Alexander Alekhin
139bd30247
Merge pull request #22962 from stopmosk:20465-dstchannels-does-not-cover-all-color-codes-1
2 years ago
Alexander Smorkalov
4930516652
Merge pull request #22898 from fengyuentau:slice_neg_steps
...
dnn: support ONNX Slice with negative steps by adding and using cv::flipND
2 years ago
Vincent Rabaud
ad568edd7f
Remove references to deprecated NumPy type aliases.
...
This change replaces references to a number of deprecated NumPy
type aliases (np.bool, np.int, np.float, np.complex, np.object,
np.str) with their recommended replacement (bool, int, float,
complex, object, str).
Those types were deprecated in 1.20 and are removed in 1.24,
cf https://github.com/numpy/numpy/pull/22607 .
2 years ago
Maxim Milashchenko
62b3a20da5
Merge pull request #22930 from MaximMilashchenko:gstreamer_support
...
Support one-time audio video reading
* stream switching functionality
* audio+video pipeline with switch stream functionality
* audio video sync
* fixed sync
* removed switch swtream functionality
* changed test for gstreamer audio
* fixed error
* fixed error
* fixed issue
* fixed issue
* fixed error
* fixed error
* fixed error
2 years ago
Alexander Alekhin
1f41d06f9a
Merge pull request #23008 from mshabunin:fix-yolov4-tiny-hash
2 years ago
Sergei Shutov
1339c7f30c
Define the number of dstChannels for Lab, Luv, YCrCb and XYZ conversions
2 years ago
Alexander Smorkalov
734fb18c4d
Merge pull request #23017 from asmorkalov:as/qrcode_valgrind
...
Valgrind issues fix in QRCode detector.
2 years ago
zihaomu
71c6339af0
remove old convolution branch, and optimize conv3d and conv1d.
2 years ago
fengyuentau
34a0897f90
add cv::flipND; support onnx slice with negative steps via cv::flipND
2 years ago
Alexander Smorkalov
a32100d9ba
Valgrind issues fix in QRCode detector.
2 years ago
Alexander Alekhin
b5400902a7
Merge pull request #23002 from alalek:issue_22206
...
* obj-c: de-duplicate values of nested enums
- prefix with outer class name
* obj-c: handle enum names change in assigned values
* obj-c: switch on 'const_fix'
* obj-c: add NS_SWIFT_NAME
2 years ago
Maksim Shabunin
d35fbe6bfc
dnn: updated YOLOv4-tiny model and tests
2 years ago
Alexander Smorkalov
645930387c
Merge pull request #23012 from cudawarped/fix_win32_cuda_warning
...
Fix nvcc compile errors when built against CUDA SDK < 11.2
2 years ago
Alexander Smorkalov
44dfe62af0
Merge pull request #22914 from tozanski:tomoz/ransac-bugfix
...
Bugfix for solvePnPRansac with SOLVEPNP_ITERATIVE
2 years ago
Alexander Alekhin
4acb267cf4
Merge pull request #23014 from alalek:ffmpeg_default_threads
2 years ago
Alexander Alekhin
8676d19dc3
videoio(ffmpeg): limit number of default threads
2 years ago
Alexander Alekhin
6b4f3e5fab
Merge pull request #22993 from alalek:fixup_21738
2 years ago
Alexander Alekhin
dafc4e456d
Merge pull request #23004 from erasta:patch-2
2 years ago
Alexander Alekhin
2a884cc179
Merge pull request #23013 from vrabaud:mertens_fix
2 years ago
Vincent Rabaud
b774753922
Fix self converTo.
...
We still need images[i] = img because it is used below in buildPyramid.
2 years ago
cudawarped
5e03305da5
build: only disable win32 cuda warnings on CUDA SDK >= 11.2
2 years ago
Alexander Smorkalov
3ff1ec99ac
Merge pull request #23009 from asmorkalov:as/aruco_js_update2
...
Update Javascript bindings for Aruco after migration
2 years ago
Marco Feuerstein
bc8d494617
Merge pull request #22959 from feuerste:parallel_mertens
...
Parallelize implementation of HDR MergeMertens.
* Parallelize MergeMertens.
* Added performance tests for HDR.
* Ran clang-format.
* Optimizations.
* Fix data path for Windows.
* Remove compiiation warning on Windows.
* Remove clang-format for existing file.
* Addressing reviewer comments.
* Ensure correct summation order.
* Add test for determinism.
* Move result pyramid into sync struct.
* Reuse sync for first loop as well.
* Use OpenCV's threading primitives.
* Remove cout.
2 years ago