Ilya Lavrenov
|
26b73a7bbd
|
merged 2 kernels
|
11 years ago |
Ilya Lavrenov
|
17956a5ae5
|
optimized cv::normalize in case of mask
|
11 years ago |
vbystricky
|
b4498d1d48
|
Fix some errors
|
11 years ago |
vbystricky
|
169351b01d
|
Optimize openCL version of reduce function
|
11 years ago |
Ilya Lavrenov
|
bd5e4c6c49
|
other kernels now use row scheme
|
11 years ago |
Ilya Lavrenov
|
eb1dd1900b
|
fixed conditions
|
11 years ago |
Vladislav Vinogradov
|
f16503743f
|
use more accurate reshape
|
11 years ago |
Vladislav Vinogradov
|
55a714c83b
|
fix cv::kmeans function
reshape input matrix, since the function works with data
as with [N x dims] matrix
|
11 years ago |
Ilya Lavrenov
|
d16e0b377f
|
disabled IPP functions that slower than OpenCV
|
11 years ago |
Alexander Alekhin
|
b62e59aac0
|
icv: enable functions
|
11 years ago |
Ilya Lavrenov
|
51e2a8ec96
|
fixes
|
11 years ago |
Ilya Lavrenov
|
fe644ede19
|
cv::multiply
|
11 years ago |
Ilya Lavrenov
|
5ca3d855a2
|
cv::transpose inplace
|
11 years ago |
Ilya Lavrenov
|
9a109440df
|
cv::reduce sum/avg
|
11 years ago |
Ilya Lavrenov
|
aa5767421a
|
cv::reduce (min/max to single column)
|
11 years ago |
Ilya Lavrenov
|
1f6b719776
|
added ippisFlip to cv::sort
|
11 years ago |
Ilya Lavrenov
|
26e8c6216f
|
cv:;sortIdx
|
11 years ago |
Ilya Lavrenov
|
d5513f522b
|
cv::sort
|
11 years ago |
Ilya Lavrenov
|
ce0941160e
|
added status check
|
11 years ago |
Istvan Sarandi
|
e18224110c
|
Removed emptiness check from cv::hconcat and cv::vconcat. Sometimes you want to concatenate with an empty matrix.
|
11 years ago |
Alexander Alekhin
|
e6cc1be7e8
|
stitching: allow to use dynamic DescriptorMatcher
|
11 years ago |
Alexander Alekhin
|
1d9808e5d5
|
TAPI: stitching, replaced Mat->UMat/_Array
|
11 years ago |
Alexander Alekhin
|
ab691a4a24
|
ipp: some functions are not available in the ICV package #2
|
11 years ago |
Ilya Lavrenov
|
fd3a6f0db7
|
cv::blur
|
11 years ago |
Ilya Lavrenov
|
46cb4e0cbc
|
cv::transpose
|
11 years ago |
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 |