9321 Commits (c747426fc128eb5591441148615b5668acc3f9db)

Author SHA1 Message Date
Alexander Karsakov c747426fc1 Enabled integer arithmetic for filterSepSinglePass 11 years ago
Alexander Karsakov fc10ffefb8 Enabled integer arithmetic for row_filter_C1_D0 11 years ago
Alexander Karsakov a3825acee4 Small refactoring 11 years ago
Alexander Karsakov 10a52220f0 Added integer arithmetic to sepFilter2D 11 years ago
Alexander Karsakov d17142b83d Prototype OCL version of gaussian blur with integer arithmetic 11 years ago
Alexander Alekhin 3488fdcb43 disable failed tests 11 years ago
Alexander Alekhin 569e1346f2 UMat: issue in OpenCLAllocator::unmap() 11 years ago
Ilya Lavrenov f7d6d3cff5 improved cv::filter2D 11 years ago
Nicolas Gryman b211e1d989 added jpeg progressive support. 11 years ago
mlyashko 70fdfa0bdb changed type of sanity check 11 years ago
Alexander Alekhin 6bd7a444bc UMat map-unmap synchronization test 11 years ago
Clemens Korner f1c8b4b965 FEATURES2D: add DenseFeatureDetector Python wrapper 11 years ago
mlyashko f38fe76025 added perf test for CalcBackProj 11 years ago
Konstantin Matskevich 67926fa028 ocl morphology fix 11 years ago
Ilya Lavrenov 061a25447e eliminated restriction delta == 0 from cv::sepFilter2D 11 years ago
Konstantin Matskevich c2355d3a12 case-insensitivity 11 years ago
Ilya Lavrenov e2c6ab0166 refactored filter2D; eliminated restrictions sdepth == ddepth, delta == 0 11 years ago
Ilya Lavrenov b6833fdde7 added 3-channels support to cv::medianBlur 11 years ago
Ilya Lavrenov a51ab99a79 added 3-channels support to cv::filter2D, cv::Laplacian 11 years ago
Ilya Lavrenov e19c42dded added 3-channels support to cv::boxFilter, cv::blur, cv::sqrBoxFilter 11 years ago
Ilya Lavrenov 8f5fd44fb2 added 3 channels support to cv::bilateralFilter 11 years ago
Ilya Lavrenov 6ba60a1e22 added 3-channels support to cv::Canny 11 years ago
Ilya Lavrenov 20b6191842 doc fix 11 years ago
Andrey Pavlenko a3668f1369 changing default perf strategy from BASIC (old) to SIMPLE (new, faster) 11 years ago
Alexander Smorkalov 0dba5bdc4a Multiple fixes in camera. 11 years ago
Konstantin Matskevich 79fc3a6203 added gpu type selection in OPENCV_OPENCL_DEVICE parser 11 years ago
Ilya Lavrenov 2875ce60ea added 3-channels support to optimized version 11 years ago
Andrey Pavlenko fe5eaae102 adding missing include (fixing 'no ocl implementation' error) 11 years ago
Alexander Smorkalov 846266fde4 Native camera fix for some deivices with Qualcomm SoC like Samsung Galaxy S4. 11 years ago
Alexander Karsakov 0bd4fd3a87 Workaround for Intel platform: replace min() with ternary operator 11 years ago
Andrey Pavlenko b7198ccf1c dropping legacy modes testing 11 years ago
Andrey Pavlenko 640e180efe switching to CV_HAAR_SCALE_IMAGE mode, enabling test 11 years ago
Andrey Pavlenko d060d30fa0 enabling OCL LBP branch for all devices 11 years ago
mlyashko 80a40ae3d7 changed epsilon for test pass on Win32 11 years ago
Ilya Lavrenov 63d8a61b9b enabled 3-channels support for cv::createSuperResolution_BTVL1 11 years ago
Alexander Karsakov b14c314fc3 Fixed incorrect thread synchronizations 11 years ago
Ilya Lavrenov eb8b4c58c7 fixed bug in cv::ocl::predictOptimalVectorWidth 11 years ago
Ilya Lavrenov 291458a859 generalized OpenCL version of cv::sepFilter2D; removed some restrictions and added 3-channels support 11 years ago
Alexander Karsakov 30a8308f8e Enabled Intel-specific optimizations for HOG detector. 11 years ago
Ilya Lavrenov b449b0bf71 simplified cv::sepFilter2D OpenCL part 11 years ago
Ilya Lavrenov b73490f86c eliminated restriction src[i].channels() == 1 in cv::merge 11 years ago
Konstantin Matskevich f9f730c426 update error message 11 years ago
Ilya Lavrenov 04884ebf45 added 3-channels support to cv::setIdentity 11 years ago
Ilya Lavrenov d1cfcfcafd added 3-channels support to morphology operations 11 years ago
Ilya Lavrenov 8d97d0d631 added 3-channels support to cv::flip 11 years ago
Firat Kalaycilar 0a16d93e1d Fixed an issue with weight assignment causing the resulting GMM weights to be unsorted in the CUDA and OCL versions of BackgroundSubtractorMOG2 11 years ago
Alexander Smorkalov b4e4f13f9e Superres module enabled for Android. GPU samples build fixed for Android. 11 years ago
Konstantin Matskevich eebf92ba58 fix for incorrect opencl device selection 11 years ago
Ilya Lavrenov 6fe71bd27c added 4 channels support to fnlm 11 years ago
Ilya Lavrenov 82e6edfba2 optimized sep filter 11 years ago