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
63ba9970bd
Merge pull request #19851 from sturkmen72:update_documentation
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
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
Giles Payne
b9b65e9392
Fix Android NDK camera's color format conversions
4 years ago
Tiago De Gaspari
ac9182f20d
Add maxIters parameter to LMeDS method in findFundamentalMat
...
This commit passes the parameter maxIters that represent
the maximum number of iterations, that can be passed to findFundamentalMat
to the method LMeDS.
This parameter were added to the function findFundamentalMat and
were passed just for the RANSAC method, but should be passed to
both methods to be consistent.
4 years ago
Alexander Alekhin
125b9f6057
Merge tag '4.5.2'
4 years ago
Alexander Alekhin
69357b1e88
release: OpenCV 4.5.2
4 years ago
Alexander Alekhin
e9e9e3898a
Merge remote-tracking branch 'upstream/3.4'
4 years ago
Alexander Alekhin
9ef20ad20e
Merge pull request #19833 from alalek:workaround_19678
4 years ago
Alexander Alekhin
2cf1a13755
Merge tag '3.4.14'
4 years ago
Maksim Shabunin
6465e393b6
IPP: use linker workaround for Intel compiler on Linux
4 years ago
103yiran
6e6c0f31f7
delete unused variable
4 years ago
Anastasia M
1263949e70
Merge pull request #18237 from LupusSanctus:am/pytorch_tf_det_tutorial
...
[GSoC] Added TF and PyTorch detection model conversion cases
* Added object detection convertion pipeline and tutorials
* Added tutorial corrections
4 years ago
Alexander Alekhin
12d80b9e64
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
4 years ago
Alexander Alekhin
d0e3e638c3
release: OpenCV 3.4.14
4 years ago
Anastasia M
ad333e0d22
Merge pull request #17801 from LupusSanctus:am/pytorch_tf_segm
...
[GSoC] Added TF and PyTorch segmentation conversion cases
* WIP: Added conversion of segmentation models
* Added tutorial mds
* remove unused
4 years ago
Orest Chura
34a8a45a6a
Merge pull request #19828 from OrestChura:oc/fix_garray_garray_input
...
[G-API] Fix bug of GArray<GArray> passing through a graph
* Add test to check GArray<GArray> passing through a graph (assertion failed)
* G-API: Flatten GArray<T> to std::vector<T> when capturing VCtr
- Also: Fix formatting in garray.hpp
* Refactored test, added valuable check
* Initialize size_t
Co-authored-by: Dmitry Matveev <dmitry.matveev@intel.com>
4 years ago
Alexander Alekhin
6a72bf5085
Merge pull request #19823 from alalek:issue_contrib_2895
4 years ago
Alexander Alekhin
1e51f87298
Merge pull request #19817 from alalek:cmake_fix_tracking_headers
4 years ago
Alexander Alekhin
8095f601d1
gapi(test): avoid compilation failure with GCC11
4 years ago
Alexander Alekhin
0ff57e3292
Merge pull request #19830 from alalek:issue_19368
4 years ago
Alexander Alekhin
5db484b6c2
Merge pull request #19831 from alalek:backport_19771
4 years ago
Alexander Alekhin
b40d24ad75
Merge pull request #19829 from alalek:hotfix_19693
4 years ago
Alexander Alekhin
6865787a75
Merge pull request #19827 from alalek:build_videoio_macosx_override_3.4
4 years ago
Alexander Alekhin
7f664850f5
Merge pull request #19825 from alalek:cmake_fix_headers_order_python_3.4
4 years ago
Alexander Alekhin
2907fb88f5
Merge pull request #19822 from alalek:core_wui_backward_compatibility
4 years ago
Alexander Alekhin
f839fa4070
Merge pull request #19820 from alalek:issue_19405
4 years ago
Kun Liang
32d51313d0
Merge pull request #19771 from lionkunonly:opencvjsNodeFix
...
* fix the perf tests of OpenCV.js so that it can run on Node.js successfully
* do not modify the CMakeLists.txt
Co-authored-by: lionkun <871518554@qq.com>
4 years ago