14610 Commits (0b53ca2848c928def6fa51dc9eba6827d5cd7b3f)
 

Author SHA1 Message Date
Alexander Alekhin 0b53ca2848 Merge pull request #3192 from jkua:master 10 years ago
Alexander Alekhin eac4042ed5 Merge pull request #3195 from akarsakov:ocl_rm_mul24 10 years ago
Alexander Karsakov c942c6539a Remove mul24 since id can be larger 2^23 10 years ago
John Kua fb0c0eaa7c Fixed bad non-ASCII character in how_to_scan_images.cpp which causes a compile error 10 years ago
Vadim Pisarevsky 618c75fe3d Merge pull request #3182 from berak:videowriter_docfix_30 10 years ago
Vadim Pisarevsky 26c284b225 Merge pull request #3167 from akarsakov:ocl_rm_clFinish 10 years ago
berak 5f9d5c483c adding fourcc to VideoWriter docs 10 years ago
Vadim Pisarevsky ffd1df0cb5 Merge pull request #3186 from akarsakov:ocl_fixes 10 years ago
Vadim Pisarevsky 64a53de27d Merge pull request #3185 from ElenaGvozdeva:ocl_norm 10 years ago
Elena Gvozdeva 9fe11db7e2 disabled IPP acceleration for 3-channel norms and for CV_8S only for APPLE 10 years ago
Alexander Karsakov 07d57db91c Fixed calculation of l_stack_size 10 years ago
Alexander Alekhin 97ab91dcc9 Merge pull request #3187 from akarsakov:ocl_disabled_minmaxidx 10 years ago
Alexander Karsakov 7d91b8efcd Removed redundant clFinish() after clEnqueueUnmapMemObject() 10 years ago
Alexander Karsakov f57a4bf87b Disabled minMaxIdx for 32FC1 since it occasionally fails on AMD devices (e.g. A10-6800K) 10 years ago
Vadim Pisarevsky 0276cc90c2 Merge pull request #3184 from ilya-lavrenov:arm 10 years ago
Vadim Pisarevsky 0fd21baaa2 Merge pull request #3174 from rokm:samples-fix 10 years ago
Alexander Alekhin 7dd666e444 Merge pull request #3181 from akarsakov:ocl_mul_scale_test_fix 10 years ago
Alexander Karsakov ec827bed8e Changed check to NORM_RELATIVE for OCL.Mat_Scalar_Scale tests 10 years ago
Alexander Karsakov a48c1c8248 Added workaround for Nvidia: take into account that 3-channel vector type takes 4*elem_size in local memory. 10 years ago
Alexander Karsakov 214dab39f6 Fixed BORDER_REFLECT and BORDER_REFLECT_101 extrapolation for case x > 2*maxV 10 years ago
Vadim Pisarevsky a125cd6c6d Merge pull request #3169 from znah:py_wrap 10 years ago
Vadim Pisarevsky 6c3dd4984c Merge pull request #3179 from alekcac:update_in_youtube_url 10 years ago
Ilya Lavrenov 5d3a128cd3 NEON impl on cv::convertScaleAba CV_32f 10 years ago
Vadim Pisarevsky 3bafe64666 Merge pull request #3170 from ElenaGvozdeva:ocl_fix 10 years ago
Vadim Pisarevsky 3e574cd26a Merge pull request #3173 from rokm:cuda-6.5 10 years ago
Vadim Pisarevsky 1f85ffa11b Merge pull request #3166 from akarsakov:ocl_native_sqrt 10 years ago
Alexander Alekhin 6abce51481 Merge pull request #3176 from ilya-lavrenov:ipp_arm 10 years ago
Alexander Mordvintsev c1032b6232 remove structured_edge_detection.hpp from blacklist 10 years ago
Ilya Lavrenov 040ff7993f don't use IPP on ARM 10 years ago
Alexander Shishkov acc2efab50 updated links to the official OpenCV youtube channel 10 years ago
Vadim Pisarevsky 43c2c119e9 Merge pull request #3177 from PhilLab:patch-3 10 years ago
Philipp Hasper e310added4 Fixing Matx ostream operator 10 years ago
Rok Mandeljc d9db950c0e samples: gpu: performance: SURF is now part of opencv_xfeatures2d 10 years ago
Rok Mandeljc db391fdfdd samples: gpu: performance: BackgroundSubtractorMOG is now part of opencv_bgsegm module 10 years ago
Rok Mandeljc fbf28bcc63 samples: gpu: performance: fix include path for opencv_xfeatures2d 10 years ago
Rok Mandeljc 653bca8b74 samples: gpu: super_resolution: disable simple optical flow 10 years ago
Rok Mandeljc f739990f4c samples: gpu: performance: removed FGDStatModel performance comparison test 10 years ago
Rok Mandeljc 51311779b3 samples: gpu: performance: remove inclusion of opencv2/legacy.hpp header 10 years ago
Rok Mandeljc e0c8721830 samples: gpu: removed inclusion of non-existent opencv2/contrib/contrib.hpp header, re-introduced TickMeter class in a separate header 10 years ago
Rok Mandeljc 8908b22c9d samples: gpu: removed softcascade example 10 years ago
Rok Mandeljc eb3cb77296 Fixes for compiling with CUDA 6.5 10 years ago
Alexander Alekhin 4d474d40e7 Merge pull request #3171 from akarsakov:amd_fft_fix 10 years ago
Alexander Alekhin 4c404cb4cc Merge pull request #3172 from ilya-lavrenov:tapi_transpose_amd 10 years ago
Ilya Lavrenov 71ec6144bd attempt to fix compilation of OpenCL cv::transpose for AMD 10 years ago
Alexander Karsakov d4e6812be2 Added check AmdFft version to be sure that AmdFft binaries are available 10 years ago
Elena Gvozdeva 31ac73c315 fix for cv::memopTypeToStr 10 years ago
Alexander Alekhin 57fec2f2da OCL: enable clAmdFftGetVersion 10 years ago
Vadim Pisarevsky 6ccb7e169d Merge pull request #3163 from StevenPuttemans:fix_nonfree_items 10 years ago
Alexander Karsakov 491bf41356 Disabled native_sqrt for double, since it may be not implemented and gives compilation error. 10 years ago
StevenPuttemans d27e440b2a continue fixing nonfree elements 10 years ago