15471 Commits (8e6e05ed3f1542fb7517f7c673dcb6a14864663a)

Author SHA1 Message Date
dkurt 3515f6ec33 Missed NAMED bit of JSON nodes tag 7 years ago
Alexander Alekhin 7f3eea6325 core: fix Mat/UMat cleanup on exceptions in deallocate() 7 years ago
Alexander Alekhin 878a6906cc dnn: fix torch importer memory leaks 7 years ago
dkurt 70ff3804e9 Fix SqueezeNet Halide performance test 7 years ago
Tomoaki Teshima 0f91faddae fix linker error when trying CPU_BASELINE=AVX 7 years ago
Alexander Alekhin 544eb4be1f IPP: update minMaxIdx, disable some AVX optimizations with mask 7 years ago
Alexander Alekhin d9e092325b test: regression test for IPP minMaxIdx problem 7 years ago
Alexander Alekhin ec7ce81401 core: fix FileStorage format detection in case of .gz archives 7 years ago
Alexander Alekhin 5bc291937f test: FileStorage format regression test 7 years ago
Tomoaki Teshima 71496e3be4 fix build error on Visual Studio 2012 7 years ago
Tomoaki Teshima e63d628677 remove some rand functions 7 years ago
Alexander Alekhin ad183481c0 perf: skip stitching OpenCL test on Win32 platform 7 years ago
Alexander Alekhin 08c94aa5c0 build: reuse int32_t workaround from softfloat.hpp 7 years ago
Tomoaki Teshima 1989bc33a7 fix build error on Visual Studio 2012 7 years ago
Tomoaki Teshima 46bee83005 fix the test fail on Calib3d_SolvePnP.accuracy 7 years ago
Alexander Alekhin 2360291c3e java: update source files processing, maven stuff 7 years ago
Aleksandr Rybnikov 7d1140340e Rewrote googlenet tests 7 years ago
Alexander Alekhin 862242aa8d stitching(perf): check for available OpenCL memory 7 years ago
Alexander Alekhin 1ff6c758ec photo: crash workaround for MSVC 2015 32-bit 7 years ago
Rostislav Vasilikhin 70b984434d RGB2Lab_f and trilinear interpolation code are in separate branch; cubeRoot(x) instead of std::pow(x, 1.f/3.f) 7 years ago
Alexander Alekhin 4bb4a349c9 imgproc: fix warp optimizations 7 years ago
Alexander Alekhin b4716b1d92 core: fix convertTo() AVX2 optimization 7 years ago
Alexander Alekhin acc8589083 core: clarify documentation of cv::Mat::deallocate() method 7 years ago
Shuyu Liang c10d08f795 Fix typo in imgproc.hpp 7 years ago
Rostislav Vasilikhin 4b75be801e initial version of Lab2RGB_f tetrahedral interpolation written 7 years ago
Vladislav Sovrasov e5fbb4f5d2 Merge pull request #9034 from sovrasov:mats_from_initializer_list 7 years ago
Satoshi Tanaka 96a3c7954d Merge pull request #8914 from stnk20:gstreamer_yuv 7 years ago
Vladislav Sovrasov 25af743902 mser: add a couple of new regression tests 7 years ago
gylns 6d1cdcf601 Merge pull request #8910 from gylns:mser 7 years ago
Vadim Pisarevsky 0488d9bdb2 optimize out scaleLayer & concatLayer whenever possible 7 years ago
Alexander Alekhin f448d75aa8 build: added DEBUG build guard 7 years ago
Alexander Alekhin 4784c7be5f dnn: cleanup dispatched code, fix SIMD128 types 7 years ago
Alexander Alekhin c3e6de293f dnn: code cleanup, refactor detection output layer 7 years ago
Alexander Alekhin 544908d06c dnn: some minor fixes in docs, indentation, unused code 7 years ago
Rink Springer df7fb00c21 dshow: Only show debugging messages if environment variable OPENCV_DSHOW_DEBUG is explicitly set to non-zero 7 years ago
Vladislav Sovrasov fa17267e05 calib3d: fix not working CALIB_FIX_TANGENT_DIST flag 7 years ago
Alexander Alekhin d6c5e18e24 core(test): fix input data for OCL FP16 test 7 years ago
Alexander Alekhin 5ebfb52a4a ipp(minmaxIdx): disable SSE4.2 optimizations for 32f datatype 7 years ago
PkLab.net 6dd9e18b2e add std::string overload for cv::read() 7 years ago
Vladislav Sovrasov 5b833db558 core: forbid conversion real->int in some cases in FileStorage 7 years ago
Alexander Alekhin e7cc2eea1d build: fix unused variable warning for vzeroupper guard 7 years ago
Maksim Shabunin 02db592014 Fixed several issues found by static analysis (Windows specific) 7 years ago
dkurt 3203635765 Eltwise layer fixes 7 years ago
Alexander Alekhin a4a47b538c build: detect Android via '__ANDROID__' macro 7 years ago
Pascal Thomet 309c962169 core/bufferpool.hpp: let msvc accept a non virtual protected destructor 7 years ago
Alexander Alekhin da8dbf6cf5 ocl: async cl_buffer cleanup queue (for event callback) 7 years ago
Tomoaki Teshima e7d5dbfec0 dispatch accumulate series 7 years ago
Vadim Pisarevsky ed9564106c reuse AVX2-optimized kernels for AVX1 CPUs (like IvyBridge) 7 years ago
Alexander Alekhin b32d914aab static analyze: python dynamic_cast checks 7 years ago
Alexander Alekhin daee982106 ocl: rework events handling with clSetEventCallback 7 years ago