19729 Commits (1546b9bf994258a6aeea7b0cf3f7675d3b1c0514)

Author SHA1 Message Date
Vadim Levin 1d8c73cf6c feature: Added `explicit` support to header parser 5 years ago
Alexander Alekhin ef68cc3d5f dnn: use OpenVINO 2020.2 defines 5 years ago
Vadim Levin 18550b4601 test: Added tests for VideoCapture constructors in java 5 years ago
Alexander Alekhin c8f1948d58 core: drop EXPR handing code in InputArray 5 years ago
Ilya Lavrenov 91b0100287 Fixed compilation when NN builder is not built 5 years ago
Dmitry Kurtaev 870a775d7d Align DLIE and nGraph average pooling layers 5 years ago
Dmitry Kurtaev d3f9ad1145 Enable ONNX SSD from https://github.com/amdegroot/ssd.pytorch 5 years ago
Alexander Alekhin f0ffc52435 fix files permissions 5 years ago
Tomoaki Teshima 1eb63cfc42 fix test failure on Jetson TX1/TX2/Nano 5 years ago
tpoisonooo b11a3a0820 Update grfmt_pxm.cpp 5 years ago
AshihsKrShrivastava bef6b6282c ReflecitonPad2d and ZeroPad2d Subgraph fusion added 5 years ago
Alexander Alekhin d7abb641ca core(test): add InputArray(MatExpr) fetch test 5 years ago
Tomoaki Teshima 4e75f31c55 fix test failure on Jetson Nano/TX1/TX2 5 years ago
shimat 39d3bbb601 fix error at #include <window_winrt_bridge.hpp> 5 years ago
Dmitry Kurtaev 21ed892489 Fix Elu import from ONNX 5 years ago
Liubov Batanina 734771418e
Merge pull request #16840 from l-bat:matmul_inputs 5 years ago
Tomoaki Teshima 3371e679ce fix OpenCL spec violation 5 years ago
Alexander Alekhin 936428cb3b core(MatExpr) fetch result before InputArray wrap 5 years ago
Adam Fowles 8334932a26
Merge pull request #16992 from afowles:fix-forEach-segfault 5 years ago
Liubov Batanina a448d3a6aa Fix ENet test with OpenVINO 2020.2 5 years ago
Tomoaki Teshima 07c3aae315 let the test pass on Mali G52 (ODROID-N2) 5 years ago
Dmitry Kurtaev b36eba7fab Support FusedResizeAndPadConv2D from TensorFlow 5 years ago
Dmitry Kurtaev 8574a757f9 Case sensitive dnn layers types 5 years ago
Alexander Alekhin 1cc1e6fa56 release: OpenCV 3.4.10 5 years ago
Alexander Alekhin 54063c40de core(ocl): options to control buffer access flags 5 years ago
Maksim Shabunin 585593e9fc videoio: fixed MSMF writer fps handling 5 years ago
Alexander Alekhin dc9ee53ff5 stitching: fix range check in DpSeamFinder::computeCosts 5 years ago
Alexander Alekhin 09134ac881 core: emit warning ONCE on ambiguous MatExpr processing 5 years ago
Maksim Shabunin 433c5199fd videoio: fixed conversion in MSMF backend 5 years ago
Alexander Alekhin e12b1c2209 build: updates for winpack dldt 5 years ago
Alexander Alekhin 61c4cfd896 imgproc(resize): drop unused 'pix_size4' 5 years ago
Alexander Alekhin be17f532e1 imgproc(resize): fix resizeNNInvoker handling of generic pixel size 5 years ago
Alexander Alekhin 6d85fa3fd2 imgcodecs(test): rework common I/O test, added grayscale mode 5 years ago
Moritz Fischer-Gundlach 2740901378 -calib3d updates documentation 5 years ago
Alexander Alekhin e661ad2a67 eliminate build warnings 5 years ago
cyy bdc29cccb6 fix freebsd build 5 years ago
Dmitry Kurtaev 7e4b2057f2 Import TF2.0 network from Keras 5 years ago
Alexander Alekhin c920b45fb8 core(persistence): fix resource leaks - force closing files 5 years ago
Maksim Shabunin 0aac17d9f7 calib3d: check input values in dls 5 years ago
Dmitry Kurtaev 467c3ef0ac Add checks for LSTM initial h and c 5 years ago
Maksim Shabunin 2f665ec589 calib3d: fixed VS2019 warning C4756 5 years ago
Dmitry Kurtaev 8433620295 Bidirectional LSTM 5 years ago
Alexander Alekhin d7e839b8c5 objdetect(QR): avoid bug with empty input 5 years ago
Alexander Alekhin 2fb1d9d02e doc: fix misused "see also" doxygen command 5 years ago
Alexander Alekhin 0fb4f2cc9c imgproc: add src.empty() checks in filter operations 5 years ago
Alexander Alekhin 377dd04224 core: fix .begin()/.end() of empty Mat 5 years ago
Pavel Rojtberg 66cf55ea1f dnn: expose only float variant of NMSBoxes for bindings 5 years ago
Alexander Alekhin 4b47c7dbd2 cmake(python): handle PYTHON3_LIMITED_API 5 years ago
Dmitry Kurtaev 11d565ca62 Fix LSTM from ONNX with batch==1 5 years ago
Dmitry Kurtaev 8d69dbdf49 LSTM from ONNX works 5 years ago