Alexander Alekhin
e655083e3c
Merge pull request #19937 from Mstrodl:fix/cmake-version-change
4 years ago
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
4 years ago
Alexander Alekhin
40a7c70969
Merge pull request #19959 from QuellaZhang:quella/c++20
4 years ago
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
4 years ago
Quella Zhang (Beyondsoft Corporation)
5105a937d1
Add namespace specifier for format()
4 years ago
danielenricocahall
3930c9a492
fix loop boundary condition
4 years ago
Alexander Alekhin
29fb4f98b1
Merge pull request #19942 from berak:calib3d_fix_usac_mask
4 years ago
Alexander Alekhin
f0839d2703
Merge pull request #19944 from berak:patch-1
4 years ago
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 )
4 years ago
berak
3386efddba
calib3d: fix masks for usac
4 years ago
Mary Strodl
c41650db20
CMakeLists: remove extraneous checks, minimum required version is 3.5.1
4 years ago
Alexander Alekhin
a0ff55db7d
Merge pull request #19928 from alalek:cmake_videoio_fix_handling_of_disabled_plugins
4 years ago
Alexander Alekhin
896bffb543
videoio(plugin): add query API for plugins
4 years ago
Alexander Alekhin
0df6159149
cmake: fix handling of VIDEOIO_ENABLE_PLUGINS=OFF
4 years ago
Alexander Alekhin
cfb77091ca
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
4 years ago
Alexander Alekhin
6598e9d506
Merge pull request #19908 from CSBVision:patch-2
4 years ago
Alexander Alekhin
8c2cf89845
Merge pull request #19913 from mshabunin:fix-san-build
4 years ago
Maksim Shabunin
aeb8dfc52d
Fix header sorting for modules without headers
4 years ago
Alexander Alekhin
0649a2fbdb
Merge pull request #19886 from alalek:issue_19875
4 years ago
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.
4 years ago
Alexander Alekhin
f2da1a0a7a
Merge pull request #19900 from berak:doc_fix_python_retval
4 years ago
Alexander Alekhin
fda1e6f148
Merge pull request #19901 from alalek:ml_update_checks
4 years ago
berak
2a48730166
docs:fix python retvals
4 years ago
Alexander Alekhin
0bdbc745c4
ml: update checks
4 years ago
Alexander Alekhin
6f70b0524a
Merge pull request #19894 from alalek:fix_ml_tree_legacy_import
4 years ago
Alexander Alekhin
b9b19185bc
ml: fix legacy import in DTreesImpl
4 years ago
Alexander Alekhin
c105402dfc
Merge pull request #19856 from danielenricocahall:remove-freatures2d-virtual-inheritance
4 years ago
Alexander Alekhin
63ba9970bd
Merge pull request #19851 from sturkmen72:update_documentation
4 years ago
Alexander Alekhin
fc628014bb
Merge branch 4.x
4 years ago
Alexander Alekhin
1f726e81f9
Merge pull request #19881 from AndreiCostinescu:patch-1
4 years ago
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
4 years ago
Alexander Alekhin
222af8e7e4
core: avoid process cleanup deadlock if TlsStorage is not used
4 years ago
Andrei Costinescu
df71853075
Update text in linux_install.markdown
4 years ago
danielenricocahall
4e691587ef
remove virtual inheritance from features2d
4 years ago
Alexander Alekhin
bfb10d74eb
Merge pull request #19873 from crackwitz:issue-19870
4 years ago
Suleyman TURKMEN
ec8b7c933a
Update Documentation
4 years ago
Alexander Alekhin
68d15fc62e
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
4 years ago
Christoph Rackwitz
f479935cda
fix for #19870
...
HAVE_QT and HAVE_WIN32UI can both be true at the same time
if HAVE_QT, window_w32.cpp is not included in the build, see CMakeLists.txt
4 years ago
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
4 years ago
Alexander Alekhin
19a936fc03
Merge pull request #19836 from 103yiran:warpaffine
4 years ago
Alexander Alekhin
be17fce657
Merge pull request #19847 from gasparitiago:expose-max-iters
4 years ago
Alexander Alekhin
9a1d7736f8
Merge pull request #19838 from mshabunin:fix-intel-ipp-link
4 years ago
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.
4 years ago
Alexander Alekhin
6e8daaec0f
Merge pull request #19855 from komakai:fix-android-ndk-camera-conversions
4 years ago
Alexander Alekhin
3a8154051f
Merge pull request #19810 from aarongreig:aaron/core/relaxClArithmTest
4 years ago
Aaron Greig
f3f46096d6
Relax accuracy requirements in the OpenCL sqrt perf arithmetic test.
...
Also bring perf_imgproc CornerMinEigenVal accuracy requirements in line with
the test_imgproc accuracy requirements on that test and fix indentation on
the latter.
Partially addresses issue #9821
4 years ago
Alexander Alekhin
ace37df941
Merge pull request #19854 from gasparitiago:fundamentalMat-fix
4 years ago
Alexander Alekhin
de7377485b
Merge pull request #19861 from mpashchenkov:mp/ocv-gapi-stream-test
4 years ago
Maxim Pashchenkov
e23578acd9
Added skip for TestTwoVideosDifferentLength
4 years ago
Giles Payne
770445ae2a
Log warning that Exposure/ISO have no effect unless AutoExposure is off
4 years ago