21848 Commits (e5f129424cdbaecebfe8afdb3d2e5493c88fefa7)
 

Author SHA1 Message Date
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
Alexander Alekhin 520da7aaaf Merge pull request #9111 from vpisarev:dnn_optim_avx1 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 ed4de20fd1 Merge pull request #9107 from alalek:static_analyze_python 7 years ago
Alexander Alekhin 9b9e685dbc Merge pull request #9142 from alalek:vzeroupper_guard_unused_warning 7 years ago
Alexander Alekhin 49bb0bf9c8 Merge pull request #9149 from alalek:ocl_fp16_test 7 years ago
Alexander Alekhin d6c5e18e24 core(test): fix input data for OCL FP16 test 7 years ago
Alexander Alekhin 617e6b4cc9 Merge pull request #9145 from alalek:ipp_minmaxidx_nan 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
Vladislav Sovrasov fce018e7a9 Fix wrong chessboard generation in gen_pattern tool 7 years ago
Alexander Alekhin e7cc2eea1d build: fix unused variable warning for vzeroupper guard 7 years ago
Alexander Alekhin 9365817bfd Merge pull request #9131 from dkurt:fix_eltwise_layer 7 years ago
Alexander Alekhin d656d39ba2 Merge pull request #9134 from mshabunin:fix-static-6 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
Guilherme William Guedes d098048aba Fix typo: 'right direction' to 'y direction'. 7 years ago
Pascal Thomet 309c962169 core/bufferpool.hpp: let msvc accept a non virtual protected destructor 7 years ago
Maksim Shabunin cddf868572 Merge pull request #9115 from alalek:ocl_async_cleanup_queue 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
Maksim Shabunin 34046ec682 Merge pull request #9105 from alalek:ocl_update_event_callback 7 years ago
Vadim Pisarevsky ed9564106c reuse AVX2-optimized kernels for AVX1 CPUs (like IvyBridge) 7 years ago
Patrik Huber 600b7a30e6 Added detection of MSVC1911 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
Piotr Semenov c5b5d5c8d3 Fix. Now cv::Rect() is the identity under cv::Rect::operator| operation 7 years ago
Alexander Alekhin cc862e996e videoio: fixes for GStreamer support 7 years ago
wzw 635342ab73 ocl_calcHist1: Use proper local size for merge_histogram kernel 7 years ago
catree 98c78e0acd Use directly solvePnP when the number of input points is equal to the number of model points. Enable useExtrinsicGuess parameter. Return rvec and tvec estimated using all the inliers instead of the best rvec and tvec estimated during the Minimal Sample Sets step. Document the behavior of solvePnPRansac. 7 years ago
Alexander Alekhin 6833b46a05 videoio(test): fix message 7 years ago
Arkadiusz Raj 0ef5c8c541 Fixing Aravis support compilation issue 7 years ago
Alexander Alekhin 359bd21bd7 ffmpeg: update 3.3.2 7 years ago
Maksim Shabunin f670a99270 Merge pull request #9089 from alalek:cmake_fix_sdl_linker_flags 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
Alexander Alekhin eed5cfba7d cmake: fix linker flags 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