Alexander Alekhin
9699e2b483
dnn(onnx): handle non-default ONNX domains
...
- re-enable quantized models tests
3 years ago
Rostislav Vasilikhin
3048188b5b
Merge pull request #21319 from savuor:backport_levmarqfromscratch
...
Warning fixes for quaternion headers
* warning fixes for quaternion headers
* a/T(x) => a * T(1/x)
3 years ago
Alexander Alekhin
547bb3b053
Merge pull request #21197 from SinM9:speech_recognition_python
3 years ago
Alexander Alekhin
7c2087cf05
Merge pull request #21339 from AsyaPronina:asyadev/wa_valgrind_issues
3 years ago
Alexander Alekhin
217fea9667
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
3 years ago
Alexander Alekhin
523c3cd50b
Merge tag '3.4.17'
3 years ago
Alexander Alekhin
631126c77a
release: OpenCV 3.4.17
3 years ago
Alexander Alekhin
655d381ef3
Merge pull request #21341 from alalek:issue_20930_3.4
3 years ago
Aleksei Trutnev
c68fec7e97
Move GKernelPackage to cv namespace
3 years ago
Alexander Alekhin
cdfa8a668b
python: use '((x,y), (w,h), angle)' in std::vector<RotatedRect>
3 years ago
Alexander Alekhin
92651d228d
Merge pull request #21329 from alalek:cmake_openexr_find_package
3 years ago
Alexander Alekhin
90e3692603
Merge pull request #21327 from alalek:imgcodecs_openexr_runtime_disabled
3 years ago
Alexander Alekhin
3a8316ab93
Merge pull request #21320 from catree:solvePnP_doc_page
3 years ago
Alexander Alekhin
8d3f0d0eab
Merge pull request #21306 from aBITnav:patch-1
3 years ago
Anastasiya Pronina
ded0efb955
Disabling SSE4.1 path in GFluidResize due to Valgrind issues
3 years ago
Alexander Alekhin
cdd4354256
Merge pull request #21336 from alalek:dnn_pooling_check_array_indexes
3 years ago
Alexander Alekhin
bde955fc56
Merge pull request #21335 from alalek:dnn_onnx_dump_input_output
3 years ago
Alexander Alekhin
abc9e98625
Merge pull request #21325 from APrigarina:fix_asift_sample
3 years ago
ABHINAV JHA
d086ee14dd
Fix: Grammatical mistake
3 years ago
Alexander Alekhin
f43fec7ee6
cmake: use find_package(OpenEXR) to support OpenEXR 3+
3 years ago
Alexander Alekhin
6385511e88
dnn: add checks in pooling layer implementation
...
- to avoid out of buffer access
3 years ago
Alexander Alekhin
ed4becf007
dnn(onnx): debug dump of inputs/outputs/initializers in importer
3 years ago
Alexander Alekhin
f11ab4c569
Merge pull request #21331 from alalek:issue_21289
3 years ago
Alexander Alekhin
b12c2c76d1
Merge pull request #21330 from alalek:fix_highgui_gtk_mouse_callbacks
3 years ago
Alexander Alekhin
f5589445b9
Merge pull request #21322 from alalek:dnn_catch_errors
3 years ago
catree
032a61b197
Summarize PnP pose computation on a single separate page.
3 years ago
Alexander Alekhin
011ed380aa
Merge pull request #21323 from alalek:dnn_do_not_rebuilt_network_in_setInput
3 years ago
Alexander Alekhin
88a18c8b6a
dnn(onnx): emit error in Shape for dynamic input
3 years ago
Alexander Alekhin
51e65db715
dnn(onnx): fix Resize inputs handling
3 years ago
Alexander Alekhin
cc02fcd889
dnn: improve debug messages, add ONNX opset version
3 years ago
Alexander Alekhin
9f17c62533
Merge pull request #21321 from alalek:dnn_test_decompose_dynamic_axes
3 years ago
Alexander Alekhin
36bd2a65e3
highgui(gtk): repair scroll events
3 years ago
Alexander Alekhin
85d4e56bb1
highgui(gtk): fix onmouse event flags
3 years ago
Alexander Alekhin
381d9bafdf
imgcodecs: disable OpenEXR in runtime for 3rdparty source code
...
- builtin OpenEXR source code is outdated
- external OpenEXR distributions are allowed
3 years ago
APrigarina
ada16fd188
prevent index error in find_obj sample
3 years ago
Alexander Alekhin
c408157a4d
dnn: do not try to rebuilt network during setInput()
...
- this doesn't make sense in case of multiple inputs
3 years ago
Alexander Alekhin
6e299b582a
dnn(test): decompose 'DynamicAxes' test
3 years ago
Alexander Alekhin
9777fbacf6
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
3 years ago
Alexander Alekhin
643b4dd126
Merge pull request #21314 from alalek:fix_links_4.x
3 years ago
Alexander Alekhin
19ac54277b
Merge pull request #21313 from alalek:fix_links_3.4
3 years ago
Alexander Alekhin
c78a8dfd2d
fix 4.x links
3 years ago
Alexander Alekhin
b1a57c4cb2
fix 3.4 links
3 years ago
dwardor
54c180092d
Merge pull request #21114 from dwardor:patch-1
...
* Fix compile against lapack-3.10.0
Fix compilation against lapack >= 3.9.1 and 3.10.0 while not breaking older versions
OpenCVFindLAPACK.cmake & CMakeLists.txt: determine OPENCV_USE_LAPACK_PREFIX from LAPACK_VERSION
hal_internal.cpp : Only apply LAPACK_FUNC to functions whose number of inputs depends on LAPACK_FORTRAN_STR_LEN in lapack >= 3.9.1
lapack_check.cpp : remove LAPACK_FUNC which is not OK as function are not used with input parameters (so lapack.h preprocessing of "LAPACK_xxxx(...)" is not applicable with lapack >= 3.9.1
If not removed lapack_check fails so LAPACK is deactivated in build (not want we want)
use OCV_ prefix and don't use Global, instead generate OCV_LAPACK_FUNC depending on CMake Conditions
Remove CONFIG from find_package(LAPACK) and use LAPACK_GLOBAL and LAPACK_NAME to figure out if using netlib's reference LAPACK implementation and how to #define OCV_LAPACK_FUNC(f)
* Fix typos and grammar in comments
3 years ago
Alexander Alekhin
be110d0464
Merge pull request #21303 from alalek:issue_21299_4.x
3 years ago
Alexander Alekhin
6e733b65ae
Merge pull request #21302 from alalek:issue_21299_3.4
3 years ago
Alexander Alekhin
f948a2d0c0
Merge pull request #21305 from alalek:cmake_plugins_lowercase_internal_names
3 years ago
Alexander Alekhin
2aa47554fc
Merge pull request #21301 from alalek:coverity_fixes_4.x
3 years ago
Alexander Alekhin
c80b270678
cmake: force lowercase plugins internal names
3 years ago
Alexander Alekhin
dcc32e84b9
highgui: fix Win32 with OPENGL=ON
3 years ago
Alexander Alekhin
947d610309
Merge pull request #21297 from rogday:div_fix
3 years ago