15418 Commits (11626fe32c18661a2d0eebc3c436bc8e0900b5fd)

Author SHA1 Message Date
Satoshi Tanaka 96a3c7954d Merge pull request #8914 from stnk20:gstreamer_yuv 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 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
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
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
Vitaly Tuzov 526d1d6db1 AVX optimized implementation of undistort migrated to separate file 7 years ago
Rostislav Vasilikhin aa621d6f3c magic constants explained 7 years ago
Rostislav Vasilikhin 704c688225 OCL code fixed, fix for NEON added 7 years ago
Rostislav Vasilikhin 6c71988c54 RGB2Luv_f: R, G, B limited to [0, 1] 7 years ago
Rostislav Vasilikhin 82811d0706 Luv: singularities fixed 7 years ago
wzw 635342ab73 ocl_calcHist1: Use proper local size for merge_histogram kernel 7 years ago
Vitaly Tuzov fadf25acd6 SSE4_1 optimized implementation of resize and warp functions migrated to separate file 7 years ago
Vitaly Tuzov 77264dcca9 AVX optimized implementation of haar migrated to separate file 7 years ago
Vitaly Tuzov 5448d9186a AVX and SSE4.1 optimized conversion implementations migrated to separate files 7 years ago
Vladislav Sovrasov 2a2a1dc5b4 Get rid of OPENCV_NOSTL definition 7 years ago
Vitaly Tuzov 4d0f789e0a AVX optimized implementation of separable filters migrated to separate file 7 years ago
Aleksandr Rybnikov d3c14ce3ea Added tests for ResNet-50 and SqueezeNet v1.1 7 years ago
Vladislav Sovrasov 42936d3227 imgproc: fix MORPH_HITMISS operation when kernel has no negative values 7 years ago
Tony Lian c8783f3e23 Merge pull request #9075 from TonyLianLong:master 7 years ago
Vitaly Tuzov 3681dcef1a AVX optimized implementation of resize and warp functions migrated to separate file 7 years ago
Alexander Alekhin 1b8d363231 version 3.3.0-rc 7 years ago
Vladislav Sovrasov f42b7d03b4 core: add a test of iteration through the Mat_ with range-based for 7 years ago
Vladislav Sovrasov 267fdc4c91 Add a note about cxx11 range-based loop in Mat_ documentation 7 years ago
Alexander Alekhin 32d1eb36df dnn: fix links 7 years ago
Alexander Alekhin b3f5e3bf94 core(stat): optimize size of binaries, drop AVX dispatch (no imrovements) 7 years ago
Alexander Alekhin b66c349bba core(stat): add required CV_AVX_GUARD 7 years ago
Alexander Alekhin c45d3568ae core(stat): register dispatched code, fix build 7 years ago
Alexander Alekhin 6a6222d21c core(stat): remove useless checks 7 years ago
Alexander Alekhin 880052d3f3 core(stat): create dispatch.cpp file 7 years ago
Alexander Alekhin 85afbd409b core(stat): move implementations into .hpp file w/o changes 7 years ago
Alexander Alekhin 03c3e0edcf core(stat): stat.cpp minor refactoring 7 years ago
berak 34c0ab5878 dnn: fix some tutorial links 7 years ago
abratchik 8f7181429f add java wrappers to dnn module 7 years ago
catree d06619ab15 Add 64-bit imshow behavior in the documentation. 7 years ago
Alexander Duda 5ca7dcc6e7 Fix error message fisheye CALIB_CHECK_COND 7 years ago