17332 Commits (236f3839699ab8766f691d23e10030f831843df1)

Author SHA1 Message Date
Alexander Alekhin cd9e43704e videoio: backends priority list 7 years ago
Alexander Alekhin 5128c1ff1f videoio(ffmpeg): specify stream->time_base 7 years ago
Tomoaki Teshima 2e9e71ab9e make ocl4dnn available to run on other platform than Intel GPU 7 years ago
Dmitry Kurtaev 085be6a445 Fix dilated convolution from Keras 7 years ago
Dmitry Kurtaev 2c3c59d018 Remove Shift deep learning layer 7 years ago
Alexander Alekhin 549b5df225 build: workaround issues with C compilation mode 7 years ago
Alexander Alekhin f3cbb0f941 calib3d: chess board - perform full range (with 0) histogram smooth 7 years ago
Alexander Alekhin ad57750d25 calib3d: chess board - properly detect/handle iCntMaxima=0 case 7 years ago
Alexander Alekhin 1dfc742f27 calib3d: chess board - avoid image modification via cvFindContours 7 years ago
yuki takehara ed207d79e7 Merge pull request #11108 from take1014:hough_4303 7 years ago
yuki takehara 2d5d98ec0f Merge pull request #11551 from take1014:filter2d_10683 7 years ago
Michael Firman e8cb67572a Bugfix to allow adjust3rdMatrix to be run 7 years ago
Vitaly Tuzov 9622ca0e37 MSMF-based VideoCapture and VideoWriter backend changed to C++ interface 7 years ago
Alexander Alekhin 39b60f9b17 fix build warnings 7 years ago
Alexander Alekhin b3ff29fcf5 avoid copyTo(outputarray.getMat()) pattern 7 years ago
Maksim Shabunin 895e10c317 dnn: fixed IE support on Windows 7 years ago
Maksim Shabunin 1a15136536 GStreamer backend: fixed memory leak and version check 7 years ago
Namgoo Lee 79af0bfccf NPP : NppStreamHandler fix 7 years ago
Alexander Enaldiev 84584002f2 Merge pull request #11417 from Turim:imgcodecs_cmake_decoders_customize_formats 7 years ago
Alexander Alekhin 471c17321f improve code quality 7 years ago
Maksim Shabunin 53a68783a5 dnn: support later IE versions 7 years ago
Maksim Shabunin 020ad1ac76 dnn: allow setting IE paths via command line 7 years ago
Alexander Alekhin 35a4551609 imgcodecs: fix imwrite handling of different OutputArray types 7 years ago
Alexander Alekhin 76ac7ab4ef imgcodecs: added test for imwrite parameter types 7 years ago
Alexander Alekhin a00182db8e ts: run.py passthrough --test_* args "as is" 7 years ago
Alexander Alekhin 58c8aefe03 dnn(text): update check threshols 7 years ago
Alexander Alekhin e21c01708a videoio: fix lifetime management of data of input frames 7 years ago
Tomoaki Teshima e2c787884d fix the test failure of CUDA_Arithm/MeanStdDev 7 years ago
shengyu 72d3e14e8f fix wrong indentation on github page (tab to space) 7 years ago
Dmitry Kurtaev 07dc6d2b45 Return a convex hull from rotatedRectangleIntersection 7 years ago
Alexander Alekhin d6279bfff8 fix build warnings 7 years ago
Alexander Alekhin 491e3627b6 photo: initialize cos() table with double type 7 years ago
Alexander Alekhin 1983991d2f photo(test): update test checks 7 years ago
Li Peng 1b517a45ae add fp16 accuracy and perf test 7 years ago
Li Peng ba5e8befa9 fp16 ocl support for more layers 7 years ago
Li Peng 3dd916882a fp16 ocl support for googlenet 7 years ago
Li Peng 329abb5b64 dnn fp16 support 7 years ago
Vitaly Tuzov aeed43ec90 FFMPEG-based VideoCapture and VideoWriter backend changed to C++ interface 7 years ago
Tomoaki Teshima 3f5347dd7a work around of the test failure of opencv_test_dnn 7 years ago
Namgoo Lee 2c1ce8c0e9 cuda_meanStdDev : bug fix 7 years ago
Alexander Alekhin f42fca9f49 cuda: avoid unnecessary cudaStreamSynchronize() call 7 years ago
Alexander Alekhin 703f79b757 tests: add "bigdata" tests 7 years ago
Alexander Alekhin 6582afcdbb ts: add BigData tests category (skipped by default) 7 years ago
Vadim Pisarevsky e0dbe5cfcc
handle huge matrices correctly (#11505) 7 years ago
Alexander Alekhin f8252702a8 3rdparty: integrate libjpeg-turbo build scripts into OpenCV 7 years ago
Alexander Alekhin 78f205ffa5 python: better Python 3 support 7 years ago
Dmitry Kurtaev 8488f2e265 EAST: An Efficient and Accurate Scene Text Detector (https://arxiv.org/abs/1704.03155v2) 7 years ago
berak 9b0ef7bb17 ml: fix caching of internal state when changing the impl in KNearest 7 years ago
Dmitry Kurtaev c99c3e761e Fuse multipliers but not convolution layers weights 7 years ago
Namgoo Lee ed86bd34b1 Merge pull request #11483 from nglee:dev_cudaCannyStreamIssue 7 years ago