Alexander Alekhin
|
b62e59aac0
|
icv: enable functions
|
2014-04-29 15:36:43 +04:00 |
|
Ilya Lavrenov
|
51e2a8ec96
|
fixes
|
2014-04-22 14:51:39 +04:00 |
|
Ilya Lavrenov
|
fe644ede19
|
cv::multiply
|
2014-04-21 13:14:55 +04:00 |
|
Ilya Lavrenov
|
5ca3d855a2
|
cv::transpose inplace
|
2014-04-21 13:14:55 +04:00 |
|
Andrey Pavlenko
|
82c67abbfa
|
Merge pull request #2622 from ilya-lavrenov:ipp_sort
|
2014-04-18 14:47:06 +04:00 |
|
Ilya Lavrenov
|
9a109440df
|
cv::reduce sum/avg
|
2014-04-18 14:44:12 +04:00 |
|
Ilya Lavrenov
|
aa5767421a
|
cv::reduce (min/max to single column)
|
2014-04-18 14:39:33 +04:00 |
|
Ilya Lavrenov
|
1f6b719776
|
added ippisFlip to cv::sort
|
2014-04-18 14:37:46 +04:00 |
|
Ilya Lavrenov
|
26e8c6216f
|
cv:;sortIdx
|
2014-04-18 14:31:27 +04:00 |
|
Ilya Lavrenov
|
d5513f522b
|
cv::sort
|
2014-04-18 14:31:27 +04:00 |
|
Ilya Lavrenov
|
ce0941160e
|
added status check
|
2014-04-17 11:08:02 +04:00 |
|
Alexander Alekhin
|
e6cc1be7e8
|
stitching: allow to use dynamic DescriptorMatcher
|
2014-04-11 13:01:13 +04:00 |
|
Alexander Alekhin
|
1d9808e5d5
|
TAPI: stitching, replaced Mat->UMat/_Array
|
2014-04-11 13:01:06 +04:00 |
|
Alexander Alekhin
|
ab691a4a24
|
ipp: some functions are not available in the ICV package #2
|
2014-04-09 18:20:49 +04:00 |
|
Ilya Lavrenov
|
fd3a6f0db7
|
cv::blur
|
2014-04-09 00:11:28 +04:00 |
|
Ilya Lavrenov
|
46cb4e0cbc
|
cv::transpose
|
2014-04-09 00:11:26 +04:00 |
|
Andrey Pavlenko
|
d8c018289a
|
Merge pull request #2491 from ilya-lavrenov:tapi_sep_filter
|
2014-03-24 10:37:15 +04:00 |
|
Ilya Lavrenov
|
2875ce60ea
|
added 3-channels support to optimized version
|
2014-03-21 16:02:47 +04:00 |
|
Ilya Lavrenov
|
04884ebf45
|
added 3-channels support to cv::setIdentity
|
2014-03-19 01:53:53 +04:00 |
|
Ilya Lavrenov
|
89b7c0dd93
|
3 channel support to cv::transpose
|
2014-03-12 00:17:11 +04:00 |
|
Roman Donchenko
|
c9a4a82667
|
Merge pull request #2358 from rohitgirdhar:rotatedRect
|
2014-02-25 17:43:48 +04:00 |
|
Rohit Girdhar
|
fd4461d543
|
addressed issues
|
2014-02-22 09:54:16 +05:30 |
|
Rohit Girdhar
|
347a3dc520
|
added randomized test
|
2014-02-21 12:47:01 +05:30 |
|
Rohit Girdhar
|
ea7b1bb3d2
|
added test, doc
|
2014-02-20 17:51:48 +05:30 |
|
Rohit Girdhar
|
b939b4ae3b
|
removed inline, changed interface
|
2014-02-19 20:58:40 +05:30 |
|
Alexander Alekhin
|
95e38e457f
|
core/umat: usage flags (with proposals from PR #2195)
|
2014-02-14 15:40:16 +04:00 |
|
Ilya Lavrenov
|
af0040eab0
|
condition for Mat step
|
2014-02-06 15:44:27 +04:00 |
|
Andrey Pavlenko
|
055f41c92a
|
Merge pull request #2250 from ilya-lavrenov:tapi_renaming
|
2014-02-05 09:27:06 +04:00 |
|
Ilya Lavrenov
|
2e8579fe9b
|
cleaned up super_resolution sample from old OCL
|
2014-02-05 00:28:10 +04:00 |
|
Andrey Pavlenko
|
564f5fcca3
|
Merge pull request #2280 from ilya-lavrenov:attempt_pvc
|
2014-02-04 21:22:49 +04:00 |
|
Andrey Pavlenko
|
b7ffed7b46
|
Merge pull request #2279 from alalek:fix_memory_leak_getumat
|
2014-02-04 20:45:27 +04:00 |
|
Ilya Lavrenov
|
d957e8e40d
|
attempt to fix pure virtual call in Mat::deallocate
|
2014-02-04 19:50:37 +04:00 |
|
Alexander Alekhin
|
83a2b566a3
|
fix memory leak for Mat::getUMat() operation
|
2014-02-04 17:25:09 +04:00 |
|
Alexander Alekhin
|
485635310c
|
core/ocl: OpenCLBufferPool
|
2014-02-04 16:48:35 +04:00 |
|
Andrey Pavlenko
|
bd6620fa87
|
Merge pull request #2252 from ilya-lavrenov:ocl_ref
|
2014-02-04 16:34:28 +04:00 |
|
Ilya Lavrenov
|
da5b316b4e
|
minor ocl.cpp refactoring
fix for cv::LUT and cv::transpose
|
2014-02-04 01:52:48 +04:00 |
|
Ilya Lavrenov
|
6ad4823f0c
|
ported superres to T-API
|
2014-02-01 17:20:18 +04:00 |
|
Ilya Lavrenov
|
384a28622d
|
added cv::calcHist to T-API (only for CV_8UC1 with 256 bins)
|
2014-01-29 20:19:15 +04:00 |
|
Ilya Lavrenov
|
48a084c236
|
OpenCL version of cv::buildPyramid
|
2014-01-27 18:42:44 +04:00 |
|
Ilya Lavrenov
|
f767077a41
|
fixed condition
|
2014-01-27 12:00:53 +04:00 |
|
Ilya Lavrenov
|
fa5492343a
|
added STD_VECTOR_UMAT support to _OutputArray::create
|
2014-01-27 11:59:59 +04:00 |
|
Andrey Pavlenko
|
3f61007563
|
Merge pull request #2191 from ilya-lavrenov:tapi_macro
|
2014-01-25 16:32:54 +04:00 |
|
Ilya Lavrenov
|
7f785e0a11
|
refactored core using new macro
|
2014-01-24 23:59:00 +04:00 |
|
Konstantin Matskevich
|
ca5689e0db
|
BFMatcher
match
radiusMatch
|
2014-01-22 15:31:26 +04:00 |
|
Andrey Pavlenko
|
5d818c010e
|
Merge pull request #2156 from ilya-lavrenov:tapi_reduce
|
2014-01-22 10:12:08 +04:00 |
|
Ilya Lavrenov
|
ae4be413c3
|
added perf tests for cv::reduce
|
2014-01-21 14:18:38 +04:00 |
|
Ilya Lavrenov
|
93a818684c
|
ported cv::Canny to T-API
|
2014-01-17 11:13:28 +04:00 |
|
Ilya Lavrenov
|
63a5e39e2c
|
added cv::reduce to T-API
|
2014-01-17 00:41:18 +04:00 |
|
Andrey Pavlenko
|
4644a864a5
|
Merge pull request #2065 from ilya-lavrenov:tapi_calcBackProject
|
2013-12-26 20:37:34 +04:00 |
|
Ilya Lavrenov
|
d64bea00b2
|
ported cv::calcBackProject to T-API
|
2013-12-26 14:58:50 +04:00 |
|