catree
c621384707
Use correct BibTeX syntax for month field.
4 years ago
thezane
c0162a64d1
Merge pull request #20103 from thezane:make-div-spectrums-public
...
* Make divSpectrums public
* Add unit test
4 years ago
Maksym Ivashechkin
527d86a93d
Merge pull request #20012 from ivashmak:bugfix_solvepnp
...
* fix inliers in solvePnPRansac
* fix inliers in test_usac
* fix inliers in test_usac
4 years ago
Alexander Alekhin
7d66f1e391
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
4 years ago
Giles Payne
6265155ce4
Merge pull request #20092 from komakai:disable_swift_build
...
Fixes for Swift troubles
* Remove NS_SWIFT_NAME override for Point, Rect, and Size due to Darwin namespace conflict
* Fix swift_type overrides in objc generator
* Add backwards compatibility Swift typealiases for Point, Rect, Size
* Add disable-swift build option to iOS/macOS builds
* Add import directive to swift source when building with disable-swift
Co-authored-by: Chris Ballinger <cballinger@rightpoint.com>
4 years ago
Anatoliy Talamanov
70d1ff7155
Merge pull request #20106 from TolyaTalamanov:at/auto-convert-fp16
...
[G-API] IE backend convert fp32 to fp16
* Support FP16 in IE backend
4 years ago
Dmitry Budnikov
4753206783
Merge pull request #20065 from dbudniko:dbudniko/G-API_mtcnn_demo_PR_hotfix2
...
G-API MTCNN demo hotfix to align overall pipeline accuracy with the reference Python code output.
* MTCNN G-API demo aligned with Python from OMZ
* clean up
* more comments from Maxim are addressed.
* address comment from Dmitry
4 years ago
Smirnov Egor
6376a3aef2
vtk 9.0 autoinit fix
4 years ago
Alexander Alekhin
1ae16beb06
Merge pull request #20097 from komakai:fix_qrcode_test
4 years ago
Giles Payne
e53a4ce64d
Fix for failing QRCodeDetectorTest.testDetectAndDecodeMulti test
4 years ago
Alexander Alekhin
72655a9eea
Merge pull request #20085 from changh95:fix_typo_calib3d_sample_code
4 years ago
Alexander Alekhin
125f890dc3
Merge pull request #20088 from alalek:cmake_module_linker_flags
4 years ago
changh95
101d50703c
fix typo 'undistorsed'->'undistorted'
4 years ago
Alexander Alekhin
901ed5545f
cmake: fix handling of CMAKE_MODULE_LINKER_FLAGS
4 years ago
Mikhail Nikolskii
a604d44d06
Merge pull request #19755 from mikhail-nikolskiy:ffmpeg-umat
...
cv::UMat output/input in VideoCapture/VideoWriter (data stays in GPU memory)
* FFMPEG with UMat input/output
* OpenCL_D3D* context
* fix Linux build
* cosmetic changes
* fix build if USE_AV_HW_CODECS=0
* simplify how child context pointer stored in parent context
* QSV interop with OpenCL on Windows
* detect_msdk.cmake via pkg-config
* fix av_buffer_ref() usage
* revert windows-decode-mfx whitelisting; remove debug msg
* address review comments
* rename property to HW_ACCELERATION_USE_OPENCL
* fix issue with "cl_khr_d3d11_sharing" extension not reported by OpenCL GPU+CPU platform
* core(ocl): add OpenCL stubs for configurations without OpenCL
* videoio(ffmpeg): update #if guards
* Put OpenCL related code under HAVE_OPENCL; simplify reuse of media context from OpenCL context
* videoio(test): skip unsupported tests
- plugins don't support OpenCL/UMat yet
- change handling of *_USE_OPENCL flag
* videoio(ffmpeg): OpenCL dependency
* videoio(ffmpeg): MediaSDK/oneVPL dependency
* cleanup, logging
* cmake: fix handling of 3rdparty interface targets
Co-authored-by: Alexander Alekhin <alexander.a.alekhin@gmail.com>
4 years ago
Alexander Alekhin
bb92eb5a93
Merge pull request #20082 from jiangjiajun:master
4 years ago
Alexander Alekhin
699b4b9fc5
Merge pull request #20071 from rogday:depth_fallback_doc
4 years ago
jiangjiajun
1fb3133ec5
Update requirements and README for PaddlePaddle sample
4 years ago
Jason
fea45c6911
Merge pull request #19976 from jiangjiajun:master
...
* Added PaddlePaddle classification model conversion case
* Modify cv2 import as cv
* Modify documents in dnn_conversion/paddlepaddle
* Modify documents in dnn_conversion/paddlepaddle
4 years ago
Smirnov Egor
1d7d18afba
Document imwrite depth fallback
4 years ago
Alexander Alekhin
aadbebf9d8
Merge pull request #20068 from TolyaTalamanov:at/disable-iebackend-autofusing
4 years ago
Anatoliy Talamanov
7e12af2448
Disable auto fusing in ie backend
4 years ago
Alexander Alekhin
b335fe67b0
Merge pull request #20049 from jstaahl:jstaahl-static-inits
4 years ago
Alexander Alekhin
776d92e797
Merge pull request #20045 from blackliner:master
4 years ago
Alexander Alekhin
dde029f105
Merge pull request #20053 from berak:core_mat_ptr_vec
4 years ago
Alexander Alekhin
7ffc02283b
Merge pull request #20010 from fpetrogalli:disable_filesystem
4 years ago
Francesco Petrogalli
7a31a6edee
[build][option] Build option to disable filesystem support.
4 years ago
Alexander Alekhin
df05bc65c5
Merge pull request #19917 from AsyaPronina:asyadev/itt_traces_in_gstreamingexecutor
4 years ago
Anastasiya Pronina
3a49ff9e72
Added ITT traces to GStreamingExecutor
4 years ago
berak
302c2354a3
core: add missing implementation for Mat::ptr(Vec)
4 years ago
Jake Staahl
158b13e0ba
Remove static initializers caused by templated static member.
4 years ago
Florian Berchtold
71e2a17fdb
Update CMakeLists.txt
4 years ago
Alexander Alekhin
b1dc7ed873
Merge pull request #20033 from berak:dnn_openpose_py
4 years ago
berak
1bced43e96
samples/dnn: better errormsg in openpose.py
4 years ago
Alexander Alekhin
7de627c504
Merge pull request #20019 from r2d3:cudaStreamCreate_bug
4 years ago
David Geldreich
6a4bfc0863
Stream default to Stream::Null() when no default in function prototype
...
this corrects bug #16592 where a Stream is created at
each GpuMat::load(arr,stream) call
a correct solution would have been to add a default to GpuMat::load
but due to circular dependence between Stream and GpuMat, this is not possible
add test_cuda_upload_download_stream to test_cuda.py
4 years ago
Alexander Alekhin
170bf6d7af
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
4 years ago
Alexander Alekhin
8550f7e04d
Merge pull request #20018 from lpea:doc_fixes_calib3d
4 years ago
Guillaume Jacob
9f3e83baf6
calib3d: Update documentation of calibrateCamera
...
- Added missing documentation for the CALIB_FIX_FOCAL_LENGTH flag
- Removed erroneous information about the number of distortion coefficients
returned
- Added some missing @ref tags
4 years ago
Alexander Alekhin
17ab61a40d
Merge pull request #19956 from danielenricocahall:fix-edge-case-matcher-loop
4 years ago
Danny
1b844f8413
Merge pull request #19993 from danielenricocahall:fix-compute-ecc-issue
...
Fix unsigned int bug in computeECC
* address issue with unsigned ints in computeEcc
* remove additional logic checking firstOctave
* use swap instead of same src/dst
* simplify the unsigned check logic
4 years ago
Alexander Alekhin
baa22fa808
Merge pull request #20006 from alalek:dnn_ie_gpu_cache_dir
4 years ago
Alexander Alekhin
f78cebfc98
Merge pull request #20014 from alalek:fix_core_tls_process_termination
4 years ago
Alexander Alekhin
d2a9ca13f1
core(tls): handle process termination / cleanup issues
4 years ago
Alexander Alekhin
71bae7c23f
dnn(ie): implicit usage of IE::GPU OpenCL kernels cache
4 years ago
Alexander Alekhin
1dacea3a20
Merge pull request #19998 from asmorkalov:as/openexr_version_check
4 years ago
Alexander Smorkalov
083a7c8f0a
Fix OpenCV build with OpenEXR before 2.2.0.
4 years ago
Alexander Alekhin
d4f104f17f
Merge pull request #19988 from alexkalmuk:fix-squares-cpp-sample
4 years ago
Alexander Alekhin
fd44ba296d
Merge pull request #19984 from sturkmen72:patch-4
4 years ago
Andreas Franek
4ed91ce7ed
add estimateAffine3D overload that implements Umeyama's algorithm
4 years ago