Ilya Lavrenov
|
2875ce60ea
|
added 3-channels support to optimized version
|
11 years ago |
Ilya Lavrenov
|
04884ebf45
|
added 3-channels support to cv::setIdentity
|
11 years ago |
Ilya Lavrenov
|
89b7c0dd93
|
3 channel support to cv::transpose
|
11 years ago |
Rohit Girdhar
|
fd4461d543
|
addressed issues
|
11 years ago |
Rohit Girdhar
|
347a3dc520
|
added randomized test
|
11 years ago |
Rohit Girdhar
|
ea7b1bb3d2
|
added test, doc
|
11 years ago |
Rohit Girdhar
|
b939b4ae3b
|
removed inline, changed interface
|
11 years ago |
Alexander Alekhin
|
95e38e457f
|
core/umat: usage flags (with proposals from PR #2195)
|
11 years ago |
Ilya Lavrenov
|
af0040eab0
|
condition for Mat step
|
11 years ago |
Ilya Lavrenov
|
2e8579fe9b
|
cleaned up super_resolution sample from old OCL
|
11 years ago |
Ilya Lavrenov
|
d957e8e40d
|
attempt to fix pure virtual call in Mat::deallocate
|
11 years ago |
Alexander Alekhin
|
83a2b566a3
|
fix memory leak for Mat::getUMat() operation
|
11 years ago |
Alexander Alekhin
|
485635310c
|
core/ocl: OpenCLBufferPool
|
11 years ago |
Ilya Lavrenov
|
da5b316b4e
|
minor ocl.cpp refactoring
fix for cv::LUT and cv::transpose
|
11 years ago |
Ilya Lavrenov
|
6ad4823f0c
|
ported superres to T-API
|
11 years ago |
Ilya Lavrenov
|
384a28622d
|
added cv::calcHist to T-API (only for CV_8UC1 with 256 bins)
|
11 years ago |
Ilya Lavrenov
|
48a084c236
|
OpenCL version of cv::buildPyramid
|
11 years ago |
Ilya Lavrenov
|
f767077a41
|
fixed condition
|
11 years ago |
Ilya Lavrenov
|
fa5492343a
|
added STD_VECTOR_UMAT support to _OutputArray::create
|
11 years ago |
Ilya Lavrenov
|
7f785e0a11
|
refactored core using new macro
|
11 years ago |
Konstantin Matskevich
|
ca5689e0db
|
BFMatcher
match
radiusMatch
|
11 years ago |
Ilya Lavrenov
|
ae4be413c3
|
added perf tests for cv::reduce
|
11 years ago |
Ilya Lavrenov
|
93a818684c
|
ported cv::Canny to T-API
|
11 years ago |
Ilya Lavrenov
|
63a5e39e2c
|
added cv::reduce to T-API
|
11 years ago |
Vadim Pisarevsky
|
e97dd57dc7
|
hopefully fixed test failures and complains from the doc builder
|
11 years ago |
Ilya Lavrenov
|
d64bea00b2
|
ported cv::calcBackProject to T-API
|
11 years ago |
Vadim Pisarevsky
|
83f749afd2
|
moments work now and work more or less fast
|
11 years ago |
Ilya Lavrenov
|
ac030c16f1
|
fixed UMat::copyTo(UMat)
|
11 years ago |
Alexander Alekhin
|
9cb31e86ae
|
umat: fix memory leaks
|
11 years ago |
Peter Andreas Entschev
|
f44de302a0
|
cv::completeSymm fixed to work with any OpenCV data type and multiple channels.
|
11 years ago |
Ilya Lavrenov
|
cd3f7fbf05
|
added cv::merge to T-API
|
11 years ago |
Ilya Lavrenov
|
3eaa8f149b
|
added cv::intergal to T-API
|
11 years ago |
Ilya Lavrenov
|
49474903cb
|
refactoring
|
11 years ago |
Ilya Lavrenov
|
ba850f0b64
|
added cv::cartToPolar to T-API
|
11 years ago |
Ilya Lavrenov
|
435028ccee
|
added cv::transpose to T-API
|
11 years ago |
Ilya Lavrenov
|
6ab297718d
|
added setIdentity to T-API
|
11 years ago |
Vadim Pisarevsky
|
161c3b71e6
|
hopefully, now opencv_test_imgproc should pass
|
11 years ago |
Vadim Pisarevsky
|
d7f4a223cf
|
fixed several compile errors/warnings; reacted on the PR comments
|
11 years ago |
Vadim Pisarevsky
|
6da5d21331
|
fixed many bugs related to Mat::getUMat(), asynchronous kernel execution etc. Also, played a bit with ocl::cvtColor vs cv::cvtColor performance
|
11 years ago |
Vadim Pisarevsky
|
e2bbe7597b
|
fixed few compile errors and doc build errors
|
11 years ago |
Vadim Pisarevsky
|
d914f20a4c
|
updated patch to bring in the first functions with "transparent API"
|
11 years ago |
Vadim Pisarevsky
|
b1aa4a4913
|
yet another attempt to fix test failures
|
12 years ago |
Vadim Pisarevsky
|
a9065b7d0c
|
trying to fix failures in tests
|
12 years ago |
Vadim Pisarevsky
|
303df78cca
|
removed refcount field from Mat; that helped to find and eliminate some memory leaks. perf tests should probably pass now
|
12 years ago |
Vadim Pisarevsky
|
de521fc9fa
|
fixed some more compile bugs (including Python bindings)
|
12 years ago |
Vadim Pisarevsky
|
d3076c5014
|
hopefully, fixed compile errors on Win & Linux; fixed getMatVector() so core & imgproc tests now pass; fixed doc builder errors
|
12 years ago |
Vadim Pisarevsky
|
d8c8339bec
|
the first draft of transparent API and new UMat class. more files
|
12 years ago |
Vladislav Vinogradov
|
e895b7455e
|
renamed gpu namespace -> cuda
|
12 years ago |
peng xiao
|
290c8db0a8
|
Revise naming for getOclMat function.
|
12 years ago |
peng xiao
|
e129638263
|
Add a workaround to interpolate between oclMat and Input/OutputArray.
|
12 years ago |