42 Commits (2755ae5df918b881331892e4197d2c9587d54917)

Author SHA1 Message Date
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
Marina Kolpakova 32b9bc1d00 fixed bug for #1496 and correctness tests for function CheckRange 13 years ago
Vadim Pisarevsky 676f19233a added the abstract cv::Algorithm class; low-level exp & fastAtan etc. functions for more efficient SIFT implementation; fixed bug #1521 13 years ago
Vadim Pisarevsky 77dda061a7 fixed fastAtan2 and cardToPolar accuracy (thanks to Andrey Kamaev) 14 years ago
Andrey Kamaev 9ae8443d37 Tegra optimized FastAtan2 14 years ago
Andrey Kamaev ff9da914ec Fixed bug in checkRange - integer Mats were always in range 14 years ago
Vadim Pisarevsky 22970b8270 fixed multiple GCC warnings on Ubuntu 11.04 14 years ago
Vadim Pisarevsky 0c877f62e9 replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()). 14 years ago
Vadim Pisarevsky 9a991a2e10 fixed build problems on Windows 14 years ago
Vadim Pisarevsky abeeb40d46 a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 14 years ago
Vadim Pisarevsky 77529b1fa6 fixed bugs in CartToPolarToCart test 14 years ago
Vadim Pisarevsky 061b49e0b2 reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine. 14 years ago
Vadim Pisarevsky e6aba3e51c turn off SSE2 optimization in cv::exp & cv::log in the case of GCC <=4.1 (not no Mac, where a patched GCC 4.0 is used) 15 years ago
Vadim Pisarevsky 9d8644dee0 turn off SSE2 optimization in cv::exp & cv::log in the case of VS2005 or earlier versions, because of missing _mm_cast* intrinsics (ticket #729) 15 years ago
Vadim Pisarevsky 402ef4c9cb correct 2 bugs in cvSolveCubic (linear and quadratic cases: tickets #525 and #364) 15 years ago
Vadim Pisarevsky f7bebe8270 fixed several warnings; modified size comparison: m1.size() == m2.size() => m1.size == m2.size 15 years ago
Vadim Pisarevsky 541441e85b united cv::Mat and cv::MatND 15 years ago
Anatoly Baksheev f8a14a0854 fixed warnings under VS2010 about 'implicit conversion from double to float'. 15 years ago
Vadim Pisarevsky 12656df19a much faster exp() and log() with SSE2 15 years ago
Vadim Pisarevsky 127d6649a1 "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago