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
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
Suleyman TURKMEN
ec8b7c933a
Update Documentation
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
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
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
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
Alexander Alekhin
d0e3e638c3
release: OpenCV 3.4.14
4 years ago
Alexander Alekhin
6a72bf5085
Merge pull request #19823 from alalek:issue_contrib_2895
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
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
d7cb2ea210
videoio(dshow): add NULL ptr check
4 years ago
Alexander Alekhin
4ae2c11520
videoio(build): eliminate inconsistent 'override' warnings
4 years ago
Alexander Alekhin
1b3e0b27af
cmake: fix files order in Python bindings
...
- with changes backport from 4.x
4 years ago
Alexander Alekhin
e4b0251e9d
cuda: fix inplace condition in cv::cuda::flip
4 years ago
Alexander Alekhin
b26f5b9468
core: backward compatibility for vx_store/vx_store_aligned calls
4 years ago
Alexander Alekhin
5340dc6686
Merge pull request #19819 from alalek:cmake_fix_headers_order
4 years ago
Alexander Alekhin
2b86de217a
cmake: fix order of headers
...
- cmake uses filesystem's order which may vary
- unpredictable headers order may cause build failures (primary bindings)
4 years ago
Alexander Alekhin
1615afd7f4
Merge pull request #19814 from alalek:pyopencv_to_safe
4 years ago
Alexander Alekhin
908957317f
Merge pull request #19813 from alalek:issue_19506
4 years ago
Alexander Alekhin
6fa2bdd7f2
Merge pull request #19812 from alalek:workaround_19634
4 years ago
Alexander Alekhin
f82303d614
Merge pull request #19811 from alalek:issue_19599
4 years ago
Alexander Alekhin
6773fa03e2
Merge pull request #19808 from alalek:3.4_python_fix_wrap_as
4 years ago
Alexander Alekhin
d651ff8d6b
python: exception-free pyopencv_to() wrapper
4 years ago
Alexander Alekhin
8069a6b4f8
core(IPP): disable some ippsMagnitude_32f calls
4 years ago
Alexander Alekhin
b697b3162f
videoio(mjpeg): disable parallel encoder
4 years ago
Alexander Alekhin
53a16b1186
Merge pull request #19809 from alalek:issue_19513
4 years ago
Alexander Alekhin
a2a92999be
core(arithm_op): workaround problem with scalars handling
4 years ago
Alexander Alekhin
40c0830b63
videoio(avfoundation): add getCaptureDomain()
4 years ago
eplankin
6f1eefec69
Merge pull request #19681 from eplankin:link_problem
...
* Workaround for IPP linking problem
* Apply -Bsymbolic to all cases when IPP is on
* Tried to hide symbols on MacOS
* Tried on --exclude-libs option
* Fixed macos and win warnings
* Fixed win build
* cmake(IPP): move --exclude-libs,libippcore.a to IPP CMake file
Co-authored-by: Alexander Alekhin <alexander.a.alekhin@gmail.com>
4 years ago
Alexander Alekhin
bb6e15f2c0
python: fix CV_WRAP_AS handling
4 years ago
Alexander Alekhin
0dcb99cf23
Merge pull request #19798 from LupusSanctus:am/reduce_sum_ch
4 years ago
Anastasia Murzova
cc6d48959e
Added reduce sum by channel support
4 years ago
Vitaly Tuzov
aab62aa6dd
Merge pull request #18952 from terfendail:wui_doc
...
* Updated UI documentation to address WUI
* Added documentation for vx_ calls
* Removed vx_store operation overload
* Doxyfile updated to enable wide UI
* Enable doxygen documentation for vx_ WUI functions
* Wide intrinsics definition rework
* core: fix SIMD C++ emulator build (supports 128-bit only)
4 years ago
Alexander Alekhin
ac9f3a1242
Merge pull request #19793 from aarongreig:aaron/imgproc/relaxCornerEigenValTest
4 years ago
Aaron Greig
53652a6194
Relax accuracy requirement on OpenCL MinEigenVal corner kernel test.
...
The MinEigenVal path through the corner.cl kernel makes use of native_sqrt,
a math builtin function which has implementation defined accuracy.
Partially addresses issue #9821
4 years ago