16689 Commits (8e4fe30db60e8433a55e4018806d8dbdeb8bb696)

Author SHA1 Message Date
Arthur Williams 8a67858068 Fixed missing #include "../precomp.hpp" 7 years ago
Li Peng 67f9406cbe add normalize_bbox layer ocl implementation 7 years ago
Li Peng f99a135eda add eltwise layer ocl implementation 7 years ago
Alexander Alekhin be01ea734d video(perf): add Mog2/KNN tests, fixed bug in prepareData() 7 years ago
Alexander Alekhin 59c6661db0 cmake: eliminate ninja generator warning (CMake 3.10), refactor code 7 years ago
Alexander Alekhin f0453bd853 build: eliminate warning 7 years ago
Alexander Alekhin 116c8d0ddf build: eliminate warnings 7 years ago
Coralie RACHEX 16821b877c Merge pull request #10493 from RachexCoralie:tiff32FC1Codec 7 years ago
Li Peng 34bfd7ef51 add ocl implementation of proposal layer 7 years ago
Alexander Alekhin ea5a3e557f python: filter modules headers (from <module>/include directory) 7 years ago
Alexander Alekhin 4ca89db22d imgproc(hdr): fix bounds check in HdrDecoder::checkSignature() 7 years ago
victor-ludorum ad23c10600
Updating rotcalipers.cpp to resolve issue #10096 7 years ago
Alexander Alekhin 7d67d60fb1 cmake(opt): AVX512_SKX 7 years ago
Alexander Alekhin 898ca38257 cmake: AVX512 -> AVX_512F 7 years ago
Vinay Sharma 5aac909046 Merge pull request #10352 from vinay0410:write_pbm 7 years ago
Tom Becker 592f8d8c1b Merge pull request #10232 from TomBecker-BD:hough-many-circles 7 years ago
Dmitry Kurtaev a9807d8f54 Allocate new memory for optimized concat to prevent collisions. 7 years ago
Maksim Shabunin f0b606ff77 Changed VA device in MediaSDK session initialization 7 years ago
Li Peng 00f03c5739 Add ocl version FasterRCNN accuracy test 7 years ago
Alexander Alekhin 4f6c493b87 imgcodecs(png): resolve ASAN issue with vars scope and setjmp() call 7 years ago
Alexander Alekhin 9b131b5f7e dnn(test): avoid calling of cv::setNumThreads() in tests directly 7 years ago
Alexander Alekhin 5232ea1ee6 ts(feature): add "--test_threads=<N>" command-line option 7 years ago
Arthur Williams d8d4ea857a
Fixed #10433 7 years ago
Glue Crow 6045608330 Parallelization of BackgroundSubtractorKNN 7 years ago
Arjan van de Ven 2938860b3f Provide a few AVX512 optimized functions for the DNN module 7 years ago
Dmitry Kurtaev 70c605a03d Limit Concat layer optimization 7 years ago
Li Peng 84e2fa79a0 dnn(ocl4dnn): update pre-tuned kernel config 7 years ago
Jun Zhao 0369431ebd opencl/cvtclr_dx: fix not compile-time constants issue. 7 years ago
Sayed Adel fd0ac962fb core: replace raw intrinsics with universal intrinsics in copy.cpp 7 years ago
Arjan van de Ven fc8e848a54 Add basic plumbing for AVX512 support 7 years ago
GlueCrow 26d288bd11
Optimize OpenCL BackgroundSubstractionMOG2 7 years ago
Alexander Alekhin adf43e7d2a build: fix MSVS2010 build error 7 years ago
Alexander Alekhin 6d4f66472e OpenCV version++ 7 years ago
Alexander Alekhin 00e43a9022 ml(ANN_MLP): ensure that train() call is always successful 7 years ago
Dmitry Kurtaev bcc669f3f7 TensorFlow weights dequantization 7 years ago
Vitaly Tuzov e5313246a7 Reverted calls to linear resize back to generic version for floating point matrices 7 years ago
Li Peng 181b448c4d add one more convolution kernel tuning candidate 7 years ago
Alexander Alekhin 289a8da39e ml: simplify interfaces of SimulatedAnnealingSolver 7 years ago
Maksim Shabunin aa46e31c6d Replaced incorrect CV_Assert calls with CV_Error 7 years ago
Vitaly Tuzov 5fdb42a7c9 Added fallback to generic linear resize in case bit-exact resize of provided matrix isn't supported 7 years ago
Alexander Alekhin 534645a12f ocl: workaround option to disable usage of buffer "Rect" operations 7 years ago
elenagvo cd1c8693d8 HAL for minMaxIdx 7 years ago
Ce Zheng 602b08d9c7
Update resize inline comments 7 years ago
Vitaly Tuzov 019162486c Disabled universal intrinsic based implementation for bit-exact resize of 3-channel images 7 years ago
Tomoaki Teshima fe7b3f1228 clean up the code 7 years ago
Tomoaki Teshima 50d44e06e3 avoid the test which is too strict 7 years ago
Li Peng c5fc8e03ff cleanup unnecessary macros in convolution ocl kernel 7 years ago
Li Peng 0aa5e43a14 refactor candidate generation of convolution auto-tuning 7 years ago
jasjuang 235889ddbb handle legacy VTK functions 7 years ago
Dmitry Kurtaev c67e75b68f Refactor NMS procedure at RegionLayer 7 years ago