Alexander Alekhin
b1dc7ed873
Merge pull request #20033 from berak:dnn_openpose_py
2021-05-07 12:42:16 +00:00
berak
1bced43e96
samples/dnn: better errormsg in openpose.py
2021-05-05 10:39:12 +02:00
Alexander Alekhin
8550f7e04d
Merge pull request #20018 from lpea:doc_fixes_calib3d
2021-05-01 09:35:59 +00:00
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
2021-04-30 20:34:04 +02:00
Alexander Alekhin
17ab61a40d
Merge pull request #19956 from danielenricocahall:fix-edge-case-matcher-loop
2021-04-30 17:22:16 +00:00
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
2021-04-30 17:20:52 +00:00
Alexander Alekhin
baa22fa808
Merge pull request #20006 from alalek:dnn_ie_gpu_cache_dir
2021-04-30 17:18:52 +00:00
Alexander Alekhin
f78cebfc98
Merge pull request #20014 from alalek:fix_core_tls_process_termination
2021-04-30 16:06:40 +00:00
Alexander Alekhin
d2a9ca13f1
core(tls): handle process termination / cleanup issues
2021-04-29 23:25:44 +00:00
Alexander Alekhin
71bae7c23f
dnn(ie): implicit usage of IE::GPU OpenCL kernels cache
2021-04-29 12:43:22 +03:00
Alexander Alekhin
d4f104f17f
Merge pull request #19988 from alexkalmuk:fix-squares-cpp-sample
2021-04-28 22:03:14 +00:00
Alexander Alekhin
fd44ba296d
Merge pull request #19984 from sturkmen72:patch-4
2021-04-28 22:02:02 +00:00
Alex Kalmuk
b04d6a2d9b
Fix squares sample failure when a single file passed
2021-04-28 09:36:04 +03:00
Alexander Alekhin
a08eac452e
Merge pull request #19979 from micha137:patch-3
2021-04-27 13:31:05 +00:00
micha137
7021ea6748
Fix link
2021-04-27 11:22:07 +02:00
Alexander Alekhin
55aa1d4852
Merge pull request #19975 from danielenricocahall:fix-template-matcher-sqdiff
2021-04-26 22:52:13 +00:00
Suleyman TURKMEN
159534313e
Update CMakeLists.txt
2021-04-26 22:43:04 +03:00
Alexander Alekhin
2f68c43e39
Merge pull request #19983 from hartmannathan:typo-fix-download
2021-04-26 19:25:56 +00:00
Nathan Hartman
e2483aa072
Fix typo: 'DOWNLAOD' to 'DOWNLOAD'
2021-04-26 11:01:13 -04:00
Alexander Alekhin
c69f37343c
Merge pull request #19980 from zchrissirhcz:fix-CV_XADD-missing-return-type
2021-04-26 14:10:51 +00:00
Alexander Alekhin
aec62a7fc5
Merge pull request #19969 from alalek:issue_19850
2021-04-26 13:23:29 +00:00
Zhuo Zhang
bf26050f7e
Fix missing return type for unsafe CV_XADD function
2021-04-26 20:08:45 +08:00
danielenricocahall
402bce1a31
address template matching sqdiff bug
2021-04-25 22:17:07 -04:00
Alexander Alekhin
8868350888
doxygen: fix quotes in add_toggle macro
2021-04-23 22:31:04 +00:00
Stefano Allegretti
1b64851fa8
Merge pull request #19951 from stal12:3.4
...
* Fix #4363 - wrong hierarchy (CV_RETR_TREE) in findContours
* Add regression test for findContours
* use C++11 => C++98 on 3.4 branch
2021-04-22 18:20:12 +00:00
Aleksandr Voron
2e143b8799
Merge pull request #19961 from alvoron:dnn_ngraph_int64_fix
...
Explicit usage of int64_t in CropAndResizeLayer (IE backend)
* Update crop_and_resize_layer.cpp
2021-04-21 18:29:19 +00:00
danielenricocahall
3930c9a492
fix loop boundary condition
2021-04-20 22:08:01 -04:00
Alexander Alekhin
f0839d2703
Merge pull request #19944 from berak:patch-1
2021-04-20 17:16:52 +00:00
berak
405e820fe1
Update contrast_preserve.hpp
...
fix a build warning:
```
C:\Slave\workspace\precommit\windows10\opencv\modules\photo\src\contrast_preserve.hpp(289): warning C4244: '=': conversion from 'double' to '_Tp', possible loss of data
with
[
_Tp=float
]
C:\Slave\workspace\precommit\windows10\opencv\modules\photo\src\contrast_preserve.hpp(361): warning C4244: '=': conversion from 'double' to '_Tp', possible loss of data
with
[
_Tp=float
]
```
(from https://build.opencv.org.cn/job/precommit/job/windows10/1633/console )
2021-04-20 12:59:36 +02:00
Alexander Alekhin
6598e9d506
Merge pull request #19908 from CSBVision:patch-2
2021-04-15 20:45:30 +00:00
Alexander Alekhin
8c2cf89845
Merge pull request #19913 from mshabunin:fix-san-build
2021-04-15 11:15:37 +00:00
Maksim Shabunin
aeb8dfc52d
Fix header sorting for modules without headers
2021-04-15 12:13:15 +03:00
Alexander Alekhin
0649a2fbdb
Merge pull request #19886 from alalek:issue_19875
2021-04-14 16:14:44 +00:00
CSBVision
ec32061f5f
Update __init__.py to support symbolic links
...
Currently, the LOADER_DIR is set as os.path.dirname(os.path.abspath(__file__)). This does not point to the true library path if the cv2 folder is symlinked into the Python package directory such that importing cv2 under Python fails. The proposed change only resolves symbolic links correctly by calling os.path.realpath(__file__) first and does not change anything if __file__ contains no symbolic link.
2021-04-14 16:13:45 +00:00
Alexander Alekhin
f2da1a0a7a
Merge pull request #19900 from berak:doc_fix_python_retval
2021-04-13 17:38:07 +00:00
Alexander Alekhin
fda1e6f148
Merge pull request #19901 from alalek:ml_update_checks
2021-04-13 15:47:01 +00:00
berak
2a48730166
docs:fix python retvals
2021-04-13 15:48:31 +02:00
Alexander Alekhin
0bdbc745c4
ml: update checks
2021-04-13 11:09:14 +00:00
Alexander Alekhin
6f70b0524a
Merge pull request #19894 from alalek:fix_ml_tree_legacy_import
2021-04-12 20:33:34 +00:00
Alexander Alekhin
b9b19185bc
ml: fix legacy import in DTreesImpl
2021-04-12 19:21:48 +00:00
Alexander Alekhin
63ba9970bd
Merge pull request #19851 from sturkmen72:update_documentation
2021-04-11 21:44:03 +00:00
Danny
a9a6801c6d
Merge pull request #19884 from danielenricocahall:fix-prediction-features-bug
...
Fix bug with predictions in RTrees/Boost
* address bug where predict functions with invalid feature count in rtrees/boost models
* compact matrix rep in tests
* check 1..n-1 and n+1 in feature size validation test
2021-04-09 16:56:14 +00:00
Alexander Alekhin
222af8e7e4
core: avoid process cleanup deadlock if TlsStorage is not used
2021-04-09 16:08:08 +00:00
Suleyman TURKMEN
ec8b7c933a
Update Documentation
2021-04-08 22:29:45 +03:00
Danny
76860933f0
Merge pull request #19859 from danielenricocahall:fix-blob-detector-single-thresh
...
Fix Single ThresholdBug in Simple Blob Detector
* address bug with using min dist between blobs in blob detector
cast type in comparison and remove docs
address bug with using min dist between blobs in blob detector
use scalar instead of int
address bug with using min dist between blobs in blob detector
* fix namespace and formatting
2021-04-08 10:39:26 +00:00
Alexander Alekhin
19a936fc03
Merge pull request #19836 from 103yiran:warpaffine
2021-04-08 10:32:27 +00:00
Alexander Alekhin
be17fce657
Merge pull request #19847 from gasparitiago:expose-max-iters
2021-04-08 10:31:36 +00:00
Alexander Alekhin
9a1d7736f8
Merge pull request #19838 from mshabunin:fix-intel-ipp-link
2021-04-07 09:42:32 +00:00
Tiago De Gaspari
9f295b2c91
Expose maxIters in findEssentialMat
...
Lets the user choose the maximum number of iterations the robust
estimator runs for, similary to findFundamentalMat
and findHomography functions.
2021-04-07 00:07:33 -03:00
Alexander Alekhin
3a8154051f
Merge pull request #19810 from aarongreig:aaron/core/relaxClArithmTest
2021-04-06 19:56:46 +00:00