67 Commits (c9876c3cd8542056bb95ec01b8bcdbc92fac0101)

Author SHA1 Message Date
Ilya Lavrenov e2b86974ae SSE2 optimization of cv::patchNaNs 11 years ago
Ilya Lavrenov e5b63d43f2 sse2 optimization of inv_sqrt_64f 11 years ago
Ilya Lavrenov b2c2aabd04 used built-in functions 11 years ago
Ilya Lavrenov 03f665e870 some optimizaions of cv::pow 11 years ago
Ilya Lavrenov 15738bf7ef multiple rows in KF kernel 11 years ago
Ilya Lavrenov d16e0b377f disabled IPP functions that slower than OpenCV 11 years ago
Alexander Alekhin b62e59aac0 icv: enable functions 11 years ago
Ilya Lavrenov ce0941160e added status check 11 years ago
Alexander Alekhin ab691a4a24 ipp: some functions are not available in the ICV package #2 11 years ago
Ilya Lavrenov fd3a6f0db7 cv::blur 11 years ago
Ilya Lavrenov b72b256fda cv::pow (added ippiSqr_32f_C1R for power=2) 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
Vadim Pisarevsky 1b339eb0d4 fixed slow down in getRectSubPix (original patch by Markus JR Mueller); removed some unused variables and functions 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 01a66a2938 Prepare codes for ippicv library 11 years ago
Ilya Lavrenov eb8b4c58c7 fixed bug in cv::ocl::predictOptimalVectorWidth 11 years ago
Ilya Lavrenov f138b613b7 cv::compare 11 years ago
Ilya Lavrenov 2755ae5df9 experiments 11 years ago
Ilya Lavrenov fe38aab84a core tapi optimization 11 years ago
Ilya Lavrenov 98b72ff389 optimized cv::pow for integer power 11 years ago
Ilya Lavrenov cc514ac7a9 added new macros useful for tracking whether OpenCL impl run or not 11 years ago
Ilya Lavrenov 09bff78d63 deleted extra arg in case of power=0.5 11 years ago
Ilya Lavrenov a01e81c8f7 added some performance tests 11 years ago
Ilya Lavrenov 3e1bec5248 added OpenCL version of cv::patchNaNs 11 years ago
Ilya Lavrenov 1d6715e58a added cv::sqrt to T-API (using built-in sqrt OpenCL function) 11 years ago
Ilya Lavrenov 49474903cb refactoring 11 years ago
Ilya Lavrenov 49e729f89d ability to use cv::PSNR with transparent cv::norm 11 years ago
Ilya Lavrenov fed7e61879 added cv::repeat to T-API (fix for copyTo -> UMat is needed) 11 years ago
Ilya Lavrenov a180cebb2d added cv::polarToCart to T-API 11 years ago
Ilya Lavrenov ba850f0b64 added cv::cartToPolar to T-API 11 years ago
Ilya Lavrenov 3e586f42a0 added cv::pow to T-API 11 years ago
Konstantin Matskevich eaf620ddde small fix 11 years ago
Konstantin Matskevich 14dccdf23d T-API cv::log, cv::exp, cv::magnitude, cv::phase 11 years ago
Andrey Kamaev 715fa3303e Move cv::Mat out of core.hpp 12 years ago
Andrey Kamaev 2a6fb2867e Remove all using directives for STL namespace and members 12 years ago
OpenCV Buildbot 81f826db2b Normalize line endings and whitespace 13 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 13 years ago
Andrey Kamaev bd0e0b5800 Merged the trunk r8589:8653 - all changes related to build warnings 13 years ago
Andrey Kamaev 49a1ba6038 Set stricter warning rules for gcc 13 years ago
Vadim Pisarevsky d5a0088bbe merged 2.4 into trunk 13 years ago
Vadim Pisarevsky 866d8c0cfa added special function to patch NaN's in image. call this function from bilateralfilter (should fix bug #1811) 13 years ago
Vadim Pisarevsky 2fd1e2ea57 merged all the latest changes from 2.4 to trunk 13 years ago
Andrey Pavlenko 7e06b18144 workaround for the 'Bug #1784 (cvFloor/cvCeil)'; typos fixed; two more tests for checkRange 13 years ago
Andrey Pavlenko dccfd79da8 #1783: test and fix for the bug 13 years ago
Andrey Kamaev dcadc4f8fb #1765 Fixed solvePoly for polynomials having coeffs[n] != 1 13 years ago