15699 Commits (169add5aa6264d66190cdedab5620fb965fbfdd0)

Author SHA1 Message Date
Tomoaki Teshima 71496e3be4 fix build error on Visual Studio 2012 8 years ago
Tomoaki Teshima e63d628677 remove some rand functions 8 years ago
Alexander Alekhin ad183481c0 perf: skip stitching OpenCL test on Win32 platform 8 years ago
Alexander Alekhin 08c94aa5c0 build: reuse int32_t workaround from softfloat.hpp 8 years ago
Tomoaki Teshima 1989bc33a7 fix build error on Visual Studio 2012 8 years ago
Tomoaki Teshima 46bee83005 fix the test fail on Calib3d_SolvePnP.accuracy 8 years ago
Alexander Alekhin 2360291c3e java: update source files processing, maven stuff 8 years ago
Alexander Alekhin e8357c0544 build: added DEBUG build guard 8 years ago
Aleksandr Rybnikov 7d1140340e Rewrote googlenet tests 8 years ago
Alexander Alekhin 862242aa8d stitching(perf): check for available OpenCL memory 8 years ago
Alexander Alekhin 1ff6c758ec photo: crash workaround for MSVC 2015 32-bit 8 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) 8 years ago
Alexander Alekhin 4bb4a349c9 imgproc: fix warp optimizations 8 years ago
Alexander Alekhin b4716b1d92 core: fix convertTo() AVX2 optimization 8 years ago
Alexander Alekhin acc8589083 core: clarify documentation of cv::Mat::deallocate() method 8 years ago
Shuyu Liang c10d08f795 Fix typo in imgproc.hpp 8 years ago
Rostislav Vasilikhin 4b75be801e initial version of Lab2RGB_f tetrahedral interpolation written 8 years ago
Vladislav Sovrasov e5fbb4f5d2 Merge pull request #9034 from sovrasov:mats_from_initializer_list 8 years ago
Satoshi Tanaka 96a3c7954d Merge pull request #8914 from stnk20:gstreamer_yuv 8 years ago
Vladislav Sovrasov 25af743902 mser: add a couple of new regression tests 8 years ago
gylns 6d1cdcf601 Merge pull request #8910 from gylns:mser 8 years ago
Vadim Pisarevsky 0488d9bdb2 optimize out scaleLayer & concatLayer whenever possible 8 years ago
Alexander Alekhin 95a438d233 OpenCV version '-cvsdk' 8 years ago
Alexander Alekhin f448d75aa8 build: added DEBUG build guard 8 years ago
Alexander Alekhin 4784c7be5f dnn: cleanup dispatched code, fix SIMD128 types 8 years ago
Alexander Alekhin c3e6de293f dnn: code cleanup, refactor detection output layer 8 years ago
Alexander Alekhin 544908d06c dnn: some minor fixes in docs, indentation, unused code 8 years ago
Rink Springer df7fb00c21 dshow: Only show debugging messages if environment variable OPENCV_DSHOW_DEBUG is explicitly set to non-zero 8 years ago
Vladislav Sovrasov fa17267e05 calib3d: fix not working CALIB_FIX_TANGENT_DIST flag 8 years ago
Alexander Alekhin d6c5e18e24 core(test): fix input data for OCL FP16 test 8 years ago
Alexander Alekhin 5ebfb52a4a ipp(minmaxIdx): disable SSE4.2 optimizations for 32f datatype 8 years ago
PkLab.net 6dd9e18b2e add std::string overload for cv::read() 8 years ago
Vladislav Sovrasov 5b833db558 core: forbid conversion real->int in some cases in FileStorage 8 years ago
Alexander Alekhin e7cc2eea1d build: fix unused variable warning for vzeroupper guard 8 years ago
Maksim Shabunin 02db592014 Fixed several issues found by static analysis (Windows specific) 8 years ago
dkurt 3203635765 Eltwise layer fixes 8 years ago
Alexander Alekhin a4a47b538c build: detect Android via '__ANDROID__' macro 8 years ago
Pascal Thomet 309c962169 core/bufferpool.hpp: let msvc accept a non virtual protected destructor 8 years ago
Alexander Alekhin da8dbf6cf5 ocl: async cl_buffer cleanup queue (for event callback) 8 years ago
Tomoaki Teshima e7d5dbfec0 dispatch accumulate series 8 years ago
Vadim Pisarevsky ed9564106c reuse AVX2-optimized kernels for AVX1 CPUs (like IvyBridge) 8 years ago
Alexander Alekhin b32d914aab static analyze: python dynamic_cast checks 8 years ago
Alexander Alekhin daee982106 ocl: rework events handling with clSetEventCallback 8 years ago
Vitaly Tuzov 526d1d6db1 AVX optimized implementation of undistort migrated to separate file 8 years ago
Rostislav Vasilikhin aa621d6f3c magic constants explained 8 years ago
Rostislav Vasilikhin 704c688225 OCL code fixed, fix for NEON added 8 years ago
Rostislav Vasilikhin 6c71988c54 RGB2Luv_f: R, G, B limited to [0, 1] 8 years ago
Rostislav Vasilikhin 82811d0706 Luv: singularities fixed 8 years ago
Piotr Semenov c5b5d5c8d3 Fix. Now cv::Rect() is the identity under cv::Rect::operator| operation 8 years ago
Alexander Alekhin cc862e996e videoio: fixes for GStreamer support 8 years ago