331 Commits (d368bf5210faed53a4f83d907722212e2027ff7e)

Author SHA1 Message Date
Andrey Pavlenko 2b6fca68bf fixing typo 11 years ago
Ilya Lavrenov b33a62beb0 fixed separable filter extrapolation 11 years ago
peng xiao 68a8a11161 Rewrite distanceToCenters. 11 years ago
Ilya Lavrenov 9ea6001d08 enabled ocl::bilateralFilter ROI testing 11 years ago
Alexander Alekhin 133d889e33 ocl: show diff 11 years ago
Ilya Lavrenov 5864895ec6 fixed ocl::copyMakeBorder 11 years ago
Ilya Lavrenov 7c1443cbdd fixed an accuracy test for ocl::resize (in some cases dsize.area() was equal to 0) 11 years ago
Ilya Lavrenov 29499ed51a moved to relative errors in ocl::norm tests 11 years ago
Ilya Lavrenov 87fc3441f2 workaround for cv::multiply bug 11 years ago
Ilya Lavrenov 9d923b50ac fixed ocl::Laplacian for case when scale != 1 11 years ago
Ilya Lavrenov 6085c416a7 missed initialization of kernel size 11 years ago
Ilya Lavrenov 4f68f35a78 added reflect, reflect101, replicate, wrap border types to ocl::remap 11 years ago
Ilya Lavrenov e9cef2990e made more demonstrative message about test fails 11 years ago
Ilya Lavrenov 022b5d6c74 refactored ocl matrix operations accuracy tests 11 years ago
Ilya Lavrenov 3fe74ad124 fixed ocl::copyMakeBorder 11 years ago
Ilya Lavrenov 4a81be7d0b refactored all the tests in ocl/test/test_imgproc.cpp 11 years ago
Ilya Lavrenov 07aee1a25c made LOOP_TIMES as a command line option with default value=1 11 years ago
Ilya Lavrenov da3b7c79b8 refactored filters in the ocl module; added an accuracy tests for ocl::medianFilter 11 years ago
Alexander Alekhin ce0647c9b6 ocl: rewrite CvtColor tests, added roi support 11 years ago
Ilya Lavrenov 28f566b843 misprint in disabling ocl::svm 11 years ago
ilya-lavrenov d63a38e9bf disable SVM when AMD BLAS is not available 11 years ago
Alexander Alekhin 1980aad8d7 ocl: dump device info in tests 11 years ago
Ilya Lavrenov 1be77dd2f3 enabled accuracy tests for the functions that use inside AMD Blas/Fft 11 years ago
Ilya Lavrenov 9d1636daa6 catching OpenCL double not supported exceptions 11 years ago
Alexander Alekhin d26f62569d ocl: fix compilation warnings, update openCLExecuteKernelInterop 11 years ago
Ilya Lavrenov fccd37de7e changes eps for NORM_L1 11 years ago
Ilya Lavrenov 488e6aafaf fixed the PR 1582 11 years ago
Sebastian Krämer 4ffd3fb905 add ocl::abs 11 years ago
Sebastian Krämer 33df7131ae add ocl::min and ocl::max (includes accuracy tests update) 11 years ago
Alexander Alekhin f63b0dfaf4 svm: disable failed tests 11 years ago
Ilya Lavrenov 72c35d3a89 fixed mog2 11 years ago
Ilya Lavrenov fb73e7b4bd fixed pyrlk optical flow 11 years ago
Alexander Alekhin de0f310e81 ocl: tests: RNG usage refactoring 11 years ago
Ilya Lavrenov 10d60f99dc fixed ocl::integral and enabled perf test for it 11 years ago
Ilya Lavrenov 5f81988699 refactored arithm binary operations in order to make them more scalable 11 years ago
Alexander Alekhin 8beb514ecf ocl: merge with upstream/2.4 11 years ago
Alexander Alekhin 16adbda4d3 ocl: added OpenCL device selection via OPENCV_OPENCL_DEVICE environment variable 11 years ago
Alexander Alekhin dd9ff587dc ocl: file-based ProgramCache refactoring 11 years ago
Alexander Alekhin e8d9ed8955 ocl: split initialization.cpp into 3 files: context, operations, programcache 11 years ago
Ilya Lavrenov adca219f18 fixed convertC3C4 and convertC4C3 functions in case cols == 1 11 years ago
Ilya Lavrenov 4322c47bb2 removed test_norm.cpp from ocl tests 11 years ago
Ilya Lavrenov 065b40c6c3 fixed and extended ocl::norm 11 years ago
Ilya Lavrenov a562b5c985 fixed ocl::meanStddev and created accuracy test for this function 11 years ago
Ilya Lavrenov 7379152afb fixed ocl::setIdentity 11 years ago
Ilya Lavrenov 7edcefb2be fixed ocl::phase 11 years ago
Ilya Lavrenov b864f48274 fixed ocl::sum, ocl::sqrSum, ocl::absSum 11 years ago
peng xiao 315c054379 Fix new blank line at EOF. 11 years ago
Ilya Lavrenov 9dca7555b4 fixed ocl::minMax 11 years ago
peng xiao 28ac23c1a1 If device does not support double, returns immediately. 11 years ago
Ilya Lavrenov 544c02407e reverted and generalized original ocl::transpose 11 years ago