9967 Commits (3f485d58bb4cd54cf11f091d30d3dbe13c27d1ed)

Author SHA1 Message Date
Ilya Lavrenov 405f12fe80 optimized cv::flip (CV_8UC1) 11 years ago
Ilya Lavrenov 108527c951 added missed INTER_CUBIC 11 years ago
Ilya Lavrenov 26b73a7bbd merged 2 kernels 11 years ago
mletavin e224e72bbc Added condition to use optimized kernels for images of size that multiple of 4 only 11 years ago
Ilya Lavrenov ab428c9dbd optimized cv::copyMakeBorder 11 years ago
Ilya Lavrenov 67bb1c6a70 optimized UMat::setTo 11 years ago
Ilya Lavrenov 17956a5ae5 optimized cv::normalize in case of mask 11 years ago
Ilya Lavrenov 80470f9cf6 added performance test 11 years ago
Ilya Lavrenov 7f818e9bc3 optimized UMat::copyTo with mask 11 years ago
krodyush 2e2ca58b70 fix according review 11 years ago
Alexander Alekhin 776728ef2a KAZE: disable tests (too many crashes) 11 years ago
Ilya Lavrenov d156f5af6d added missed tests for cv::norm, cv::normalize 11 years ago
mlyashko f0e3940558 perftest for floodfill 11 years ago
Ilya Lavrenov 33173d900a optimized cv::meanStdDev 11 years ago
Elena Gvozdeva 437927b7bb optimized index access 11 years ago
mletavin 68883775fb Adding explicit variable conversion in ocl_medianFilter() to suppress build errors on Linux & Mac 11 years ago
berak 2bacd8b702 2 fixed unassigned reshapes in em (#3674) 11 years ago
krodyush 153ac43d3b opencl opticaflow fix that enables buffer2image extension 11 years ago
mletavin df9c75b270 Moved new kernels under conditional compilation to disable their build for 3-channel images; added condition to use new kernels only for images that are big enough 11 years ago
Elena Gvozdeva 40eea303ec OCL: matchTemplate: changed perf test 11 years ago
vbystricky b4498d1d48 Fix some errors 11 years ago
vbystricky 63584bffda fix code in the kernel 11 years ago
vbystricky 04433b2d2b Change buffer cols count from 64 to 32 11 years ago
vbystricky 169351b01d Optimize openCL version of reduce function 11 years ago
mletavin 4a37ac303a Added new Intel-optimized 3x3 and 5x5 kernels to medianFilter.cl file and corresponding code to host in smooth.cpp 11 years ago
Alexander Alekhin e6f6905868 run.py: propagate OPENCV* env variables only with --android_propagate_opencv_env flag 11 years ago
Ilya Lavrenov 50fa809a96 fixed cv::mixChannels 11 years ago
Alexander Alekhin 766600529b run.py: added --android_env parameter 11 years ago
Ilya Lavrenov ec3c68c8ea fix 11 years ago
Ilya Lavrenov bd5e4c6c49 other kernels now use row scheme 11 years ago
Ilya Lavrenov 15738bf7ef multiple rows in KF kernel 11 years ago
Ilya Lavrenov 5ee398bfd6 multiple rows per work-item 11 years ago
Alexander Alekhin 52ba76143c icv: fix test eps on Mac for failed perf test 11 years ago
Ilya Lavrenov c83455d8a4 optimized cv::repeat 11 years ago
StevenPuttemans fea4396023 Added more info on the data input variable of kmeans 11 years ago
Gabe Schwartz c19b6ed20e Fixed pyopencv_to w/FLANN IndexParams in python3. 11 years ago
Alexander Karsakov fa1ed5580d Fixed cv::pyrUp performance test 11 years ago
Ilya Lavrenov 0e1b37675c added performance test for cv::meanStdDev with mask 11 years ago
Aaron Kunze ab1a37d564 Bug fixes for filter2D and associated tests. 11 years ago
abidrahmank 31291ced11 Issue #2540 : Python bindings for various "detectMultiScale()" 11 years ago
Roman Donchenko 7ea1bf3cf0 Fixed several problems found by PVS-Studio. 11 years ago
Roman Donchenko bea46c90b5 Remove a useless loop that copies an array to itself 11 years ago
StevenPuttemans 12207ac763 fix coordinate problem with large images - bug 1523 11 years ago
StevenPuttemans 7fc764f5e5 added documentation for findContours 11 years ago
Hernan Badino 9a371de93b Switched insertion of connected components in filterSpecklesImpl 11 years ago
Ilya Lavrenov 1e46a99d9f added performance test for cv::norm with NORM_RELATIVE 11 years ago
Ilya Lavrenov eb1dd1900b fixed conditions 11 years ago
Elena Gvozdeva c7dc884855 T-API: optimized ocl_flip 11 years ago
Alexander Karsakov 8ecb8c6a3d Optimized memory access by using stride pattern 11 years ago
Aaron Kunze 033aebe668 A more efficient workaround for erode 11 years ago