Maksim Shabunin
4eae23a2cc
ts: fix some EXPECT_MAT macros
3 years ago
rogday
93353aea70
Merge pull request #21522 from rogday:lstm
...
Fix LSTM support in ONNX
* fix LSTM and add peephole support
* disable old tests
* turn lambdas into functions
* more hacks for c++98
* add assertions
* slice fixes
* backport of cuda-related fixes
* address review comments
3 years ago
Alexander Alekhin
5d8134ed32
Merge pull request #21684 from vrabaud:34_vec
3 years ago
Vincent Rabaud
057c3da82a
Allow Matx static function to work with Vec.
3 years ago
Alexander Alekhin
a082375d57
Merge pull request #21488 from VadimLevin:dev/vlevin/scope-for-classes
3 years ago
Vadim Levin
ccebbbc0ac
feature: submodule or a class scope for exported classes
...
All classes are registered in the scope that corresponds to C++
namespace or exported class.
Example:
`cv::ml::Boost` is exported as `cv.ml.Boost`
`cv::SimpleBlobDetector::Params` is exported as
`cv.SimpleBlobDetector.Params`
For backward compatibility all classes are registered in the global
module with their mangling name containing scope information.
Example:
`cv::ml::Boost` has `cv.ml_Boost` alias to `cv.ml.Boost` type
3 years ago
Alexander Alekhin
5cc27fd3b5
Merge pull request #21542 from rogday:split_expand
3 years ago
Egor Smirnov
375fe81311
fix slice and expand
3 years ago
Alexander Alekhin
b863c25d21
Merge pull request #21646 from zchrissirhcz:seamless_cloning-remove-const
3 years ago
Zhuo Zhang
f5105bac65
remove const in seamless_cloding APIs for better semantics
3 years ago
Alexander Alekhin
2c83cfc14c
Merge pull request #21639 from georgthegreat:patch-1
3 years ago
Alexander Alekhin
863546e125
Merge pull request #21598 from KaurkerDevourer:patch-1
3 years ago
KaurkerDevourer
9198e30688
Fix DpSeamFinder::hasOnlyOneNeighbor
...
std::lower_bound is linear for set
https://en.cppreference.com/w/cpp/algorithm/lower_bound
3 years ago
Artem Saratovtsev
1890157faa
Merge pull request #21635 from DumDereDum:issue_21595_3.4
...
Issue 21595 fix 3.4 branch
* bug fix; add test
* rewrite tests avoiding vector in tests
3 years ago
Yuriy Chernyshov
0898f372b1
Аix -Winvalid-noreturn under clang-cl
3 years ago
Alexander Alekhin
4e53f301d8
Merge pull request #21622 from alalek:imgcodecs_checks_3.4
3 years ago
Alexander Alekhin
2b7803dbac
imgcodecs: add runtime checks to validate input
...
backport of commit: f9b1dbe2ac
3 years ago
Alexander Alekhin
0047d3f81a
Merge pull request #21614 from alalek:fix_build_power8_vec_absd
3 years ago
Alexander Alekhin
4e1f17d65b
Merge pull request #21617 from mshabunin:disable-onnx-tests-34
3 years ago
Maksim Shabunin
a251474144
Update filters in ONNX tests
3 years ago
Alexander Alekhin
8d88bb06b2
core(vsx): update vec_absd() workaround condition
3 years ago
Alexander Alekhin
59e16b88ae
Merge pull request #21606 from sturkmen72:hog_update
3 years ago
Suleyman TURKMEN
44db2eea70
update HOGDescriptor documentation
3 years ago
Alexander Alekhin
1620a1e014
Merge pull request #21599 from alalek:winpack_dldt_force_cmake_config
3 years ago
Alexander Alekhin
888546b6f5
build(winpack_dldt): force using CMake config for InferenceEngine
3 years ago
Alexander Alekhin
3215db26aa
Merge pull request #21591 from alalek:dnn_drop_legacy_ie
3 years ago
Vincent Rabaud
fc28ba3156
Merge pull request #21594 from vrabaud:3.4_msan
...
* Fix harmless MSAN error.
This is similar to https://github.com/opencv/opencv/pull/21527
A macro is also created to simplify the code.
* Declare fallback only once.
3 years ago
Alexander Alekhin
effce0573b
dnn: drop legacy Inference Engine NN builder API
3 years ago
Alexander Alekhin
e8db363431
Merge pull request #21590 from berak:patch-1
3 years ago
Alexander Alekhin
9603b6877d
Merge pull request #21582 from gfiumara:3.4
3 years ago
Greg Fiumara
dae73938e8
Fix cv::FileStorage::Mode::Memory doxygen layout
3 years ago
berak
8f9c36b730
Update text_detection.py
...
there is a recent change, how `std::vector<int>` is wrapped in python,
it used to be a 2d array (requirig that weird `[0]` indexing), now it is only 1d
3 years ago
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