5323 Commits (687fc11626901cff09d2b3b5f331fd59190ad4c7)

Author SHA1 Message Date
Vincent Rabaud 3880d059b3
Merge pull request #24260 from vrabaud:ubsan 1 year ago
Yuriy Chernyshov eb20bb3b23 Add missing sanitizer interface include 1 year ago
Alexander Smorkalov 0367a12b92 Check that cv::merge input matrices are not empty. 1 year ago
Yuriy Chernyshov 8a415c881a Add missing std namespace qualifiers 1 year ago
Yuriy Chernyshov 494d201fda Add missing <sstream> includes 1 year ago
Alexander Smorkalov cca4ee2e46 Revert PR 24186 as it force skip tests. 1 year ago
Kumataro 72bb8bb73c core: arm64: v_round() works with round to nearest, ties to even. 1 year ago
Yuantao Feng a308dfca98
core: add broadcast (#23965) 1 year ago
Dmitry Kurtaev 588ddf1b18
Merge pull request #24186 from dkurt:ts_fixture_constructor_skip 1 year ago
Kumataro 81cc89a3ce
Merge pull request #24179 from Kumataro:fix24145 1 year ago
Sean McBride d792ebc5d2 Fixed buffer overrun; removed the last two uses of sprintf 1 year ago
HAN Liutong 0dd7769bb1
Merge pull request #23980 from hanliutong:rewrite-core 1 year ago
Samuel Thibault 82de5b3a67 Fix GNU/Hurd build 1 year ago
cudawarped bea0c1b660 cuda: Fix GpuMat::copyTo and GpuMat::converTo python bindings 1 year ago
Alexander Smorkalov b22c2505a8 Disable warning C5054 in VS 2022 C++20 1 year ago
Clement Courbet 3cce299a78 Use intrinsics for `cvRound` on x86 and x86_64 `__GNUC__` (clang/gcc linux) too. 1 year ago
Vincent Rabaud 423ab8ddb8 Use void* 1 year ago
Vincent Rabaud 20784d3da2 Fix undefined behavior with wrong function pointers called. 1 year ago
Alexander Smorkalov 23f27d8dbe Use OpenCV logging instead of std::cerr. 1 year ago
Maksim Shabunin 3f0707234f risc-v: fix unaligned loads and stores 1 year ago
Avasam cd9f85dbda Update usages of ConditionalAliasTypeNode following #23838 to use TYPE_CHECKING 1 year ago
Liutong HAN a00818047f Add missing ”v_popcount“ for RVV and enable tests. 1 year ago
Maksim Shabunin 09944a83d9 build: w/a compiler warnings for GCC 11-12 and Clang 13, reduce build output 1 year ago
Zhang Na 10294a84fa Fix LoongArch Macro Definition 1 year ago
Avasam 9f87475129 Fix partially unknown Mat 1 year ago
Berke 71796edf95
removed trailing semicolon after function 1 year ago
Alexander Smorkalov f9a59f2592 Release OpenCV 4.8.0 1 year ago
Liutong HAN d17507052e Rewrite SIMD code by using new Universal Intrinsic API. 1 year ago
Paul Kim (김형준) 3b264d5877
Add `pthread.h` Inclusion if `HAVE_PTHREADS_PF` is defined 1 year ago
Dmitry Kurtaev 22b747eae2
Merge pull request #23702 from dkurt:py_rotated_rect 1 year ago
Alexander Smorkalov 9eaa7bd566 Document parameters of multi-dimentional reshape. 2 years ago
Alexander Smorkalov 51702ffd92 pre: OpenCV 4.8.0 (version++) 2 years ago
Alexander Smorkalov 805946baaf pre: OpenCV 3.4.20 (version++) 2 years ago
Dmitry Kurtaev 433c364456
Merge pull request #23724 from dkurt:java_without_ant 2 years ago
dizcza e625b32841 [opencv 3.x] back-ported tbb support ubuntu 22.04 2 years ago
Sean McBride 57da72d444 Fixed invalid cast and unaligned memory access 2 years ago
Pierre Chatelier 60b806f9b8
Merge pull request #22947 from chacha21:hasNonZero 2 years ago
Dmitry Kurtaev 380caa1a87
Merge pull request #23691 from dkurt:pycv_float16_fixes 2 years ago
Alexander Smorkalov 65487946cc Added final constrants check to solveLP to filter out flating-point numeric issues. 2 years ago
Dmitry Kurtaev 4823285b55
Merge pull request #23679 from dkurt:py_cv_type_macro 2 years ago
Dmitry Kurtaev 29b2f77b5f
Merge pull request #23674 from dkurt:py_cv_maketype 2 years ago
cudawarped 7539abecdb cuda: add python bindings to allow GpuMat and Stream objects to be initialized from raw pointers 2 years ago
Alexander Smorkalov 4eec739624 Build warning fix on Windows for Eigen wrapper. 2 years ago
Alexander Smorkalov 05084aa63e Restored Java bindings for CPU features management. 2 years ago
n0099 868787c364
Merge pull request #23342 from n0099:#23335 2 years ago
Sean McBride 27e10efa66 Use std::atomic<bool> as it's necessary for correct thread safety 2 years ago
Pierre Chatelier 6dd8a9b6ad
Merge pull request #13879 from chacha21:REDUCE_SUM2 2 years ago
Laurent Berger 23b819efb8
Merge pull request #23555 from LaurentBerger:doc_format 2 years ago
Sean McBride 58e4a880a2 Deprecated convertTypeStr and made new variant that also takes the buffer size 2 years ago
Giles Payne 38e35d5137 Fix ocl::device::isIntel implementation 2 years ago