Alexander Alekhin
972a4b95b6
Merge pull request #21577 from sturkmen72:upd_floodfill
3 years ago
Suleyman TURKMEN
ffee1a4126
fix cv::floodfill() for calling it with an empty mask
3 years ago
Alexander Alekhin
96e23c2ff6
Merge pull request #21573 from lamm45:lineiterator-doc
3 years ago
lamm45
5064b6f747
Update LineIterator documentation
3 years ago
Alexander Alekhin
a00a0dbfcd
Merge pull request #21564 from alalek:dnn_fix_openvino_outputs
3 years ago
Alexander Alekhin
b41d2c5c14
Merge pull request #21569 from alalek:fixup_18031
3 years ago
Alexander Alekhin
1da48beeec
dnn(ngraph): fix output names
3 years ago
Alexander Alekhin
b57ff73086
dnn(ngraph): fix outputs handling, drop 'unconnected' logic
3 years ago
Alexander Alekhin
67978b5746
dnn(ngraph): add debuging messages
3 years ago
Alexander Alekhin
062f305d1a
dnn: don't fuse 'outputs' with OpenVINO backend
3 years ago
Alexander Alekhin
1f70d4e2a5
dnn(test): re-enable ONNX split tests for OpenVINO
3 years ago
Alexander Alekhin
aa5bc20c83
dnn(ngraph): fixup get_output_as_single_output_node() replacement patch
3 years ago
Alexander Alekhin
09af10f635
Merge pull request #21562 from alalek:cmake_carotene_use_cv_disable_optimization
3 years ago
Alexander Alekhin
4d7953aa56
cmake(carotene): disable with CV_DISABLE_OPTIMIZATION
3 years ago
Alexander Alekhin
5190043e56
Merge pull request #21551 from alalek:cmake_dnn_backport_3.4
3 years ago
Maksim Shabunin
d1e76a34a0
3.4: Use modern OpenVINO package interface
...
original commit: 437af37b13
3 years ago
Ilya Lavrenov
5b3d5f9f3c
3.4: Support of OpenVINO interface libraries
...
original commit: c703f1eed6
3 years ago
Alexander Alekhin
441b6dbda0
Merge pull request #21540 from alalek:dnn_support_outputs_registration_3.4
3 years ago
Alexander Alekhin
a7e6a1059c
dnn(test): fix outputs handling in ONNX conformance
...
- ONNX output is 1 tensor per defined output instead of N tensors from outputs of "output" layer
3 years ago
Alexander Alekhin
85719a0a5d
dnn: support outputs registration under new names
...
- fixed ONNX importer
3 years ago
Vincent Rabaud
b5b52afd35
Merge pull request #21527 from vrabaud:3.4_msan
...
* Fix wrong MSAN errors.
Because Fortran is called in Lapack, MSAN does not think the memory
has been written even though it is the case.
MSAN does no support well cross-language memory analysis.
* Make a dedicated check.
3 years ago
Alexander Alekhin
dc35633aa4
Merge pull request #21521 from alalek:dnn_ignore_denormals
3 years ago
Alexander Alekhin
ac51ba38f9
Merge pull request #21525 from VadimLevin:dev/vlevin/pysubmodules-refcounter-fix
3 years ago
Vadim Levin
ef85b24a78
fix: wrong reference counter after module initialization
3 years ago
Alexander Alekhin
16661847a7
Merge pull request #21517 from alalek:cmake_dont_force_werror
3 years ago
Alexander Alekhin
7f782a1a24
Merge pull request #21499 from sturkmen72:update_documentation
3 years ago
Alexander Alekhin
9188ce68aa
Merge pull request #21490 from rogday:optional_outputs
3 years ago
Alexander Alekhin
70b0274c8e
dnn: apply hint to ignore denormals processing
3 years ago
Alexander Alekhin
83ce1de8e7
Merge pull request #21506 from alalek:core_fp_denormals
3 years ago
Alexander Alekhin
b1d484f827
core(parallel): propagate FP denormals mode
3 years ago
Alexander Alekhin
123519165d
core: FP denormals hints support
3 years ago
Alexander Alekhin
30ff9c6775
cmake: don't force -Werror=...
...
- improve compatibility with further compiler versions
- warnings are not errors by default
3 years ago
Alexander Alekhin
906f5f7e96
Merge pull request #21514 from pkubaj:patch-1
3 years ago
Alexander Alekhin
e3a4ff33d2
Merge pull request #21512 from vrabaud:3.4_ub_drawing
3 years ago
pkubaj
5d9ea394ba
Fix VSX detection on FreeBSD
...
hwcap should actually be long.
3 years ago
Vincent Rabaud
abb5c9fd92
Fix undefined behavior in line drawing.
...
Left shift of negative values is undefined.
3 years ago
Alexander Alekhin
92af03579c
Merge pull request #21501 from sturkmen72:update_samples
3 years ago
Alexander Alekhin
e67593673f
Merge pull request #21505 from georgthegreat:patch-1
3 years ago
Yuriy Chernyshov
d1b533d399
Disable -Wreturn-type-c-linkage under clang-cl
...
clang-cl defines both __clang__ and _MSC_VER, yet uses `#pragma GCC` to disable certain diagnostics.
At the time `-Wreturn-type-c-linkage` was reported by clang-cl.
This PR fixes this behavior by reordering defines.
3 years ago
Suleyman TURKMEN
2647902fee
Update python samples
3 years ago
Alexander Alekhin
3f2377017c
Merge pull request #21497 from alalek:fix_build_gcc12_3.4
3 years ago
Suleyman TURKMEN
2b5bb02817
Update imgcodecs.hpp
3 years ago
Alexander Alekhin
302d14adef
build: fix GCC12 compilation
3 years ago
Alexander Alekhin
f811ba8777
Merge pull request #21429 from alalek:dnn_api_explicit_const_3.4
3 years ago
Smirnov Egor
17b2d92a3d
add optional outputs support and fix graph links
3 years ago
Alexander Alekhin
e61277002c
Merge pull request #21349 from alalek:cmake_link_no_undefined
3 years ago
Alexander Alekhin
ca5258f140
Merge pull request #21483 from alalek:cmake_highgui_opengl_update_3.4
3 years ago
Alexander Alekhin
8f4473b3e3
Merge pull request #21478 from VadimLevin:dev/vlevin/pysubmodules-initialization-fix
3 years ago
Alexander Alekhin
51e8af9e5f
cmake(link): add '-Wl,--no-undefined'
...
- avoid missing of necessary library dependencies
3 years ago
Alexander Alekhin
82818e7324
cmake(highgui): update handling of OpenGL libraries
3 years ago