1813 Commits (6880dbfd95a4796eae1b590f2080c4e696f0e3f9)

Author SHA1 Message Date
Ilya Lavrenov b72b256fda cv::pow (added ippiSqr_32f_C1R for power=2) 11 years ago
Ilya Lavrenov 77723db034 cv::flip 11 years ago
Ilya Lavrenov ed1ca00bf6 cv::magnitude 11 years ago
Ilya Lavrenov bf860dbb31 cv::pow 11 years ago
Ilya Lavrenov 49d1691a3e cv::sqrt 11 years ago
Ilya Lavrenov 5ddff235bb cv::polarToCart 11 years ago
Ilya Lavrenov 46cb4e0cbc cv::transpose 11 years ago
Ilya Lavrenov e090aa07db disabled some IPP funcs 11 years ago
Vadim Pisarevsky 1b339eb0d4 fixed slow down in getRectSubPix (original patch by Markus JR Mueller); removed some unused variables and functions 11 years ago
Ilya Lavrenov aa5326c231 cv::norm -> cvtest::norm in tests 11 years ago
vbystricky 9828cd6086 Remove defined(HAVE_IPP) 11 years ago
vbystricky f23134ce01 Add IPP_VERSION_X100 define 11 years ago
Elena Gvozdeva f9c5289483 fixed 11 years ago
vbystricky 7badc85b60 Fix for pullrequest comment 11 years ago
vbystricky 2d54581971 Fix ifdef for IPP version greater 8.1 11 years ago
vbystricky dbdc476b79 Check results of ipp function 11 years ago
vbystricky 38913bf5f6 Change all 'ippStsNoErr==' to '0<=', and all 'ippStsNoErr!=' to '0>' 11 years ago
vbystricky 67484e027b Fix function names (log, exp) 11 years ago
vbystricky 1b3651d8ee Undo changes ipp to ippicv prefix of function names 11 years ago
vbystricky eb8c531791 Add preprocessor check for IPP version greater 8.1 on some code 11 years ago
vbystricky 188c506237 Uncomment ippiNormDiff_Inf_16s_C3R, ippiNormDiff_Inf_16s_C4R 11 years ago
vbystricky ec6f977783 Uncomment ippicviNorm_Inf_16s_C3R, ippicviNorm_Inf_16s_C4R functions 11 years ago
vbystricky ad23ef2a42 Remove unused #include "ippverdion.h" 11 years ago
vbystricky 9d138b2bbe Enable ipp MeanStdDev calculation for 32F_C1 images. Decrease accuracy sanity check of the perfomance test 11 years ago
vbystricky 9b6feee1a5 Change sanity check for perfomance test of dft 11 years ago
vbystricky 01a66a2938 Prepare codes for ippicv library 11 years ago
Maks Naumov 8271bd5f14 fix condition in CV_OperationsTest::operations1() 11 years ago
Andrey Pavlenko 271f60ba7a fixing OCL run condition (build program failure for comparison 64F Mat with Scalar) 11 years ago
Alexander Alekhin bfc546d23c enable IPP ICV support 11 years ago
Elena Gvozdeva 037ac27ec8 Added SharedMatrix 11 years ago
DeanF 48df67a9c5 Fixed trailing whitespace 11 years ago
DeanF bdc91c66c9 Fixed problem with compilation without HAVE_OPENCL 11 years ago
Elena Gvozdeva fa2d79a15b Added IPP Async converters, doc and sample 11 years ago
Alexander Smorkalov e23f7303a6 OpenCV version++. OpenCV Manager version++. 11 years ago
Ilya Lavrenov 322b15a459 compare with scalar (cn > 1) 11 years ago
Koji Miyazato 1ab8060b62 corrected some style errors found by review. 11 years ago
JinoBetti 91511c1521 Update out.cpp 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
Alexander Alekhin 6bd7a444bc UMat map-unmap synchronization test 11 years ago
Konstantin Matskevich c2355d3a12 case-insensitivity 11 years ago
Koji Miyazato 0a5d6e10b9 Added test code for I/O of user-defined types. 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
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
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