Ilya Lavrenov
|
fd3a6f0db7
|
cv::blur
|
2014-04-09 00:11:28 +04:00 |
|
Ilya Lavrenov
|
b72b256fda
|
cv::pow (added ippiSqr_32f_C1R for power=2)
|
2014-04-09 00:11:28 +04:00 |
|
Ilya Lavrenov
|
ed1ca00bf6
|
cv::magnitude
|
2014-04-09 00:11:27 +04:00 |
|
Ilya Lavrenov
|
bf860dbb31
|
cv::pow
|
2014-04-09 00:11:27 +04:00 |
|
Ilya Lavrenov
|
49d1691a3e
|
cv::sqrt
|
2014-04-09 00:11:27 +04:00 |
|
Ilya Lavrenov
|
5ddff235bb
|
cv::polarToCart
|
2014-04-09 00:11:27 +04:00 |
|
vbystricky
|
38913bf5f6
|
Change all 'ippStsNoErr==' to '0<=', and all 'ippStsNoErr!=' to '0>'
|
2014-04-07 14:31:34 +04:00 |
|
vbystricky
|
67484e027b
|
Fix function names (log, exp)
|
2014-04-07 14:31:33 +04:00 |
|
vbystricky
|
1b3651d8ee
|
Undo changes ipp to ippicv prefix of function names
|
2014-04-07 14:30:03 +04:00 |
|
vbystricky
|
01a66a2938
|
Prepare codes for ippicv library
|
2014-04-07 14:24:05 +04:00 |
|
Ilya Lavrenov
|
eb8b4c58c7
|
fixed bug in cv::ocl::predictOptimalVectorWidth
|
2014-03-20 00:28:21 +04:00 |
|
Ilya Lavrenov
|
f138b613b7
|
cv::compare
|
2014-03-12 13:16:33 +04:00 |
|
Ilya Lavrenov
|
2755ae5df9
|
experiments
|
2014-03-11 23:03:55 +04:00 |
|
Ilya Lavrenov
|
fe38aab84a
|
core tapi optimization
|
2014-02-25 14:14:42 +04:00 |
|
Ilya Lavrenov
|
98b72ff389
|
optimized cv::pow for integer power
|
2014-02-03 22:36:57 +04:00 |
|
Ilya Lavrenov
|
cc514ac7a9
|
added new macros useful for tracking whether OpenCL impl run or not
|
2014-01-24 17:16:40 +04:00 |
|
Andrey Pavlenko
|
fdb1019b9e
|
Merge pull request #2147 from ilya-lavrenov:tapi_sqrt
|
2014-01-14 11:34:03 +04:00 |
|
Ilya Lavrenov
|
09bff78d63
|
deleted extra arg in case of power=0.5
|
2014-01-13 19:59:10 +04:00 |
|
Ilya Lavrenov
|
a01e81c8f7
|
added some performance tests
|
2014-01-10 18:45:40 +04:00 |
|
Ilya Lavrenov
|
3e1bec5248
|
added OpenCL version of cv::patchNaNs
|
2013-12-30 19:53:03 +04:00 |
|
Ilya Lavrenov
|
1d6715e58a
|
added cv::sqrt to T-API (using built-in sqrt OpenCL function)
|
2013-12-12 18:12:30 +04:00 |
|
Ilya Lavrenov
|
49474903cb
|
refactoring
|
2013-12-04 00:51:55 +04:00 |
|
Ilya Lavrenov
|
49e729f89d
|
ability to use cv::PSNR with transparent cv::norm
|
2013-12-04 00:51:55 +04:00 |
|
Ilya Lavrenov
|
fed7e61879
|
added cv::repeat to T-API (fix for copyTo -> UMat is needed)
|
2013-12-04 00:50:03 +04:00 |
|
Ilya Lavrenov
|
a180cebb2d
|
added cv::polarToCart to T-API
|
2013-12-04 00:50:03 +04:00 |
|
Ilya Lavrenov
|
ba850f0b64
|
added cv::cartToPolar to T-API
|
2013-12-04 00:50:03 +04:00 |
|
Ilya Lavrenov
|
3e586f42a0
|
added cv::pow to T-API
|
2013-12-04 00:50:02 +04:00 |
|
Konstantin Matskevich
|
eaf620ddde
|
small fix
|
2013-12-03 14:57:13 +04:00 |
|
Konstantin Matskevich
|
14dccdf23d
|
T-API cv::log, cv::exp, cv::magnitude, cv::phase
|
2013-12-03 14:07:00 +04:00 |
|
Andrey Kamaev
|
715fa3303e
|
Move cv::Mat out of core.hpp
|
2013-04-01 15:24:34 +04:00 |
|
Andrey Kamaev
|
2a6fb2867e
|
Remove all using directives for STL namespace and members
Made all STL usages explicit to be able automatically find all usages of
particular class or function.
|
2013-02-25 15:04:17 +04:00 |
|
OpenCV Buildbot
|
81f826db2b
|
Normalize line endings and whitespace
|
2012-10-17 15:57:49 +04:00 |
|
Andrey Kamaev
|
49a1ba6038
|
Set stricter warning rules for gcc
|
2012-06-07 17:21:29 +00:00 |
|
Vadim Pisarevsky
|
d5a0088bbe
|
merged 2.4 into trunk
|
2012-04-30 14:33:52 +00:00 |
|
Vadim Pisarevsky
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
2012-04-13 21:50:59 +00:00 |
|
Marina Kolpakova
|
32b9bc1d00
|
fixed bug for #1496 and correctness tests for function CheckRange
|
2012-03-28 20:09:13 +00:00 |
|
Vadim Pisarevsky
|
676f19233a
|
added the abstract cv::Algorithm class; low-level exp & fastAtan etc. functions for more efficient SIFT implementation; fixed bug #1521
|
2012-01-24 20:14:07 +00:00 |
|
Vadim Pisarevsky
|
77dda061a7
|
fixed fastAtan2 and cardToPolar accuracy (thanks to Andrey Kamaev)
|
2011-12-04 20:10:35 +00:00 |
|
Andrey Kamaev
|
9ae8443d37
|
Tegra optimized FastAtan2
|
2011-10-07 08:07:25 +00:00 |
|
Andrey Kamaev
|
ff9da914ec
|
Fixed bug in checkRange - integer Mats were always in range
|
2011-08-04 06:17:23 +00:00 |
|
Vadim Pisarevsky
|
22970b8270
|
fixed multiple GCC warnings on Ubuntu 11.04
|
2011-06-14 12:03:34 +00:00 |
|
Vadim Pisarevsky
|
0c877f62e9
|
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
|
2011-06-06 14:51:27 +00:00 |
|
Vadim Pisarevsky
|
9a991a2e10
|
fixed build problems on Windows
|
2011-04-18 15:14:32 +00:00 |
|
Vadim Pisarevsky
|
abeeb40d46
|
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
|
2011-04-17 13:14:45 +00:00 |
|
Vadim Pisarevsky
|
77529b1fa6
|
fixed bugs in CartToPolarToCart test
|
2011-02-09 21:37:33 +00:00 |
|
Vadim Pisarevsky
|
061b49e0b2
|
reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine.
|
2011-02-09 20:55:11 +00:00 |
|
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)
|
2010-12-06 08:49:49 +00:00 |
|
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)
|
2010-12-05 02:26:04 +00:00 |
|
Vadim Pisarevsky
|
402ef4c9cb
|
correct 2 bugs in cvSolveCubic (linear and quadratic cases: tickets #525 and #364)
|
2010-11-07 19:23:48 +00:00 |
|
Vadim Pisarevsky
|
f7bebe8270
|
fixed several warnings; modified size comparison: m1.size() == m2.size() => m1.size == m2.size
|
2010-10-20 12:33:57 +00:00 |
|