Ilya Lavrenov
|
7f2662b310
|
fixes
|
2014-06-09 00:50:14 +04:00 |
|
Ilya Lavrenov
|
5403bdd228
|
optimized cv::norm with NORM_RELATIVE
|
2014-06-07 21:26:40 +04:00 |
|
Ilya Lavrenov
|
2040995801
|
optimized cv::norm with 2 args
|
2014-06-07 20:45:28 +04:00 |
|
Ilya Lavrenov
|
1a7a262f74
|
optimized cv::norm with NORM_INF
|
2014-06-06 19:34:26 +04:00 |
|
Ilya Lavrenov
|
fd5a8b3e97
|
minmaxloc
|
2014-06-06 18:39:08 +04:00 |
|
Alexander Alekhin
|
f30301d171
|
Merge pull request #2801 from ilya-lavrenov:tapi_reduction
|
2014-06-06 18:38:22 +04:00 |
|
Alexander Alekhin
|
607cd37b48
|
Merge pull request #2750 from ilya-lavrenov:tapi_convertto
|
2014-06-03 16:36:48 +04:00 |
|
Ilya Lavrenov
|
579499d900
|
optimized cv::sum (CV_8UC1)
|
2014-05-28 19:46:08 +04:00 |
|
Ilya Lavrenov
|
002a79bfc4
|
optimized cv::countNonZero
|
2014-05-28 18:42:42 +04:00 |
|
Ilya Lavrenov
|
7804d57f8b
|
optimized index calculation
|
2014-05-28 18:01:03 +04:00 |
|
Ilya Lavrenov
|
33173d900a
|
optimized cv::meanStdDev
|
2014-05-28 17:55:30 +04:00 |
|
Ilya Lavrenov
|
15738bf7ef
|
multiple rows in KF kernel
|
2014-05-26 12:19:06 +03:00 |
|
Alexander Alekhin
|
07d5f56707
|
Merge pull request #2679 from alalek:ippicv_update
|
2014-05-07 18:24:41 +04:00 |
|
Ilya Lavrenov
|
c80faff42f
|
added cn>1 support to cv::norm (NORM_INF)
|
2014-04-30 14:59:37 +04:00 |
|
Alexander Alekhin
|
b62e59aac0
|
icv: enable functions
|
2014-04-29 15:36:43 +04:00 |
|
Alexander Alekhin
|
dcc4d3640b
|
Merge pull request #2651 from ilya-lavrenov:ipp_minmaxidx_3cn
|
2014-04-23 20:06:55 +04:00 |
|
Ilya Lavrenov
|
493679dc56
|
cv::minMaxIdx for cn > 1
|
2014-04-22 23:47:04 +04:00 |
|
vbystricky
|
dfe6adebb9
|
Fix error in arguments of ipp function
|
2014-04-22 15:07:03 +04:00 |
|
vbystricky
|
e68a55cca2
|
Fix error in ipp function call
|
2014-04-22 14:35:27 +04:00 |
|
Ilya Lavrenov
|
ce0941160e
|
added status check
|
2014-04-17 11:08:02 +04:00 |
|
Andrey Pavlenko
|
5ff59af09d
|
Merge pull request #2610 from ilya-lavrenov:ipp_cvtcolor
|
2014-04-14 18:52:07 +04:00 |
|
Ilya Lavrenov
|
884b706b3a
|
fixed warning
|
2014-04-14 14:40:40 +04:00 |
|
Ilya Lavrenov
|
2a051a124f
|
cvtColor
|
2014-04-14 14:29:36 +04:00 |
|
Ilya Lavrenov
|
b2379b51b5
|
cv::countNonZero
|
2014-04-10 13:21:52 +04:00 |
|
Andrey Pavlenko
|
e6d6a3a85b
|
Merge pull request #2586 from ilya-lavrenov:ipp_disable
|
2014-04-09 14:16:25 +04:00 |
|
Ilya Lavrenov
|
444ab0ef0d
|
fixed (IppiSize&)sz
|
2014-04-09 00:19:56 +04:00 |
|
Ilya Lavrenov
|
c735594178
|
cv::scaleAdd
|
2014-04-09 00:12:48 +04:00 |
|
Ilya Lavrenov
|
ed1ca00bf6
|
cv::magnitude
|
2014-04-09 00:11:27 +04:00 |
|
Ilya Lavrenov
|
e090aa07db
|
disabled some IPP funcs
|
2014-04-08 22:30:18 +04:00 |
|
Ilya Lavrenov
|
aa5326c231
|
cv::norm -> cvtest::norm in tests
Conflicts:
modules/core/src/stat.cpp
|
2014-04-08 14:49:20 +04:00 |
|
vbystricky
|
f23134ce01
|
Add IPP_VERSION_X100 define
|
2014-04-08 12:43:57 +04:00 |
|
vbystricky
|
7badc85b60
|
Fix for pullrequest comment
|
2014-04-07 17:06:02 +04:00 |
|
vbystricky
|
2d54581971
|
Fix ifdef for IPP version greater 8.1
|
2014-04-07 16:45:35 +04:00 |
|
vbystricky
|
1b3651d8ee
|
Undo changes ipp to ippicv prefix of function names
|
2014-04-07 14:30:03 +04:00 |
|
vbystricky
|
eb8c531791
|
Add preprocessor check for IPP version greater 8.1 on some code
|
2014-04-07 14:26:51 +04:00 |
|
vbystricky
|
188c506237
|
Uncomment ippiNormDiff_Inf_16s_C3R, ippiNormDiff_Inf_16s_C4R
|
2014-04-07 14:26:51 +04:00 |
|
vbystricky
|
ec6f977783
|
Uncomment ippicviNorm_Inf_16s_C3R, ippicviNorm_Inf_16s_C4R functions
|
2014-04-07 14:26:50 +04:00 |
|
vbystricky
|
9d138b2bbe
|
Enable ipp MeanStdDev calculation for 32F_C1 images. Decrease accuracy sanity check of the perfomance test
|
2014-04-07 14:26:49 +04:00 |
|
vbystricky
|
01a66a2938
|
Prepare codes for ippicv library
|
2014-04-07 14:24:05 +04:00 |
|
Andrey Pavlenko
|
c5bf1c108c
|
Merge pull request #2470 from ilya-lavrenov:tapi_reduction
|
2014-03-13 18:42:01 +04:00 |
|
Ilya Lavrenov
|
9932cf41a4
|
3-channel reduction operations
|
2014-03-12 15:07:39 +04:00 |
|
Ilya Lavrenov
|
0e2cc5ef63
|
fix bitwise ops and mask support
|
2014-03-06 23:39:05 +04:00 |
|
Ilya Lavrenov
|
fe38aab84a
|
core tapi optimization
|
2014-02-25 14:14:42 +04:00 |
|
Roman Donchenko
|
0a90d6dde6
|
Merge pull request #2266 from vpisarev:ipp_norm_fix
|
2014-02-21 19:11:57 +04:00 |
|
Vadim Pisarevsky
|
51dafc780b
|
fixed hint type declaration
|
2014-02-21 18:07:01 +04:00 |
|
Ilya Lavrenov
|
563dc5aa38
|
implemented umat expressions
|
2014-02-05 19:23:42 +04:00 |
|
Vadim Pisarevsky
|
11926dafb2
|
eliminate crash in ipp-accelerated norm and mean functions (thanks to Matt Curfman and Aaron Kunze for the patch)
|
2014-02-03 15:31:32 +04:00 |
|
Ilya Lavrenov
|
321782b9b7
|
added macro with ability of returning values
|
2014-01-27 12:32:26 +04:00 |
|
Ilya Lavrenov
|
7f785e0a11
|
refactored core using new macro
|
2014-01-24 23:59:00 +04:00 |
|
Andrey Pavlenko
|
99942e8043
|
Merge pull request #2166 from ilya-lavrenov:tapi_gftt
|
2014-01-21 22:29:41 +04:00 |
|