Alexander Alekhin
|
06738468af
|
TAPI: stiching: add custom OpenCL kernels for MultiBandBlender
|
11 years ago |
Alexander Alekhin
|
1d9808e5d5
|
TAPI: stitching, replaced Mat->UMat/_Array
|
11 years ago |
Ilya Lavrenov
|
b2379b51b5
|
cv::countNonZero
|
11 years ago |
Maks Naumov
|
29d1bce85f
|
remove unused variable in TEST_P()
|
11 years ago |
Alexander Alekhin
|
ab691a4a24
|
ipp: some functions are not available in the ICV package #2
|
11 years ago |
Alexander Alekhin
|
1461ab41bc
|
ipp: added support for updated ICV package
|
11 years ago |
Ilya Lavrenov
|
bcd7151867
|
added UMat::setTo accuracy test
|
11 years ago |
Aaron Kunze
|
629ddf0bf8
|
Resolves bug #3450 (Improperly cleaning up resources in DllMain)
|
11 years ago |
Ilya Lavrenov
|
444ab0ef0d
|
fixed (IppiSize&)sz
|
11 years ago |
Ilya Lavrenov
|
c735594178
|
cv::scaleAdd
|
11 years ago |
Ilya Lavrenov
|
fd3a6f0db7
|
cv::blur
|
11 years ago |
Ilya Lavrenov
|
a624ec167d
|
cv::Mat::convertTo
|
11 years ago |
Ilya Lavrenov
|
b72b256fda
|
cv::pow (added ippiSqr_32f_C1R for power=2)
|
11 years ago |
Ilya Lavrenov
|
77723db034
|
cv::flip
|
11 years ago |
Ilya Lavrenov
|
ed1ca00bf6
|
cv::magnitude
|
11 years ago |
Ilya Lavrenov
|
bf860dbb31
|
cv::pow
|
11 years ago |
Ilya Lavrenov
|
49d1691a3e
|
cv::sqrt
|
11 years ago |
Ilya Lavrenov
|
5ddff235bb
|
cv::polarToCart
|
11 years ago |
Ilya Lavrenov
|
46cb4e0cbc
|
cv::transpose
|
11 years ago |
Ilya Lavrenov
|
e090aa07db
|
disabled some IPP funcs
|
11 years ago |
Vadim Pisarevsky
|
1b339eb0d4
|
fixed slow down in getRectSubPix (original patch by Markus JR Mueller); removed some unused variables and functions
|
11 years ago |
Ilya Lavrenov
|
aa5326c231
|
cv::norm -> cvtest::norm in tests
Conflicts:
modules/core/src/stat.cpp
|
11 years ago |
vbystricky
|
9828cd6086
|
Remove defined(HAVE_IPP)
|
11 years ago |
vbystricky
|
f23134ce01
|
Add IPP_VERSION_X100 define
|
11 years ago |
Elena Gvozdeva
|
f9c5289483
|
fixed
|
11 years ago |
vbystricky
|
7badc85b60
|
Fix for pullrequest comment
|
11 years ago |
vbystricky
|
2d54581971
|
Fix ifdef for IPP version greater 8.1
|
11 years ago |
vbystricky
|
dbdc476b79
|
Check results of ipp function
|
11 years ago |
vbystricky
|
38913bf5f6
|
Change all 'ippStsNoErr==' to '0<=', and all 'ippStsNoErr!=' to '0>'
|
11 years ago |
vbystricky
|
67484e027b
|
Fix function names (log, exp)
|
11 years ago |
vbystricky
|
1b3651d8ee
|
Undo changes ipp to ippicv prefix of function names
|
11 years ago |
vbystricky
|
eb8c531791
|
Add preprocessor check for IPP version greater 8.1 on some code
|
11 years ago |
vbystricky
|
188c506237
|
Uncomment ippiNormDiff_Inf_16s_C3R, ippiNormDiff_Inf_16s_C4R
|
11 years ago |
vbystricky
|
ec6f977783
|
Uncomment ippicviNorm_Inf_16s_C3R, ippicviNorm_Inf_16s_C4R functions
|
11 years ago |
vbystricky
|
ad23ef2a42
|
Remove unused #include "ippverdion.h"
|
11 years ago |
vbystricky
|
9d138b2bbe
|
Enable ipp MeanStdDev calculation for 32F_C1 images. Decrease accuracy sanity check of the perfomance test
|
11 years ago |
vbystricky
|
9b6feee1a5
|
Change sanity check for perfomance test of dft
|
11 years ago |
vbystricky
|
01a66a2938
|
Prepare codes for ippicv library
|
11 years ago |
Maks Naumov
|
8271bd5f14
|
fix condition in CV_OperationsTest::operations1()
|
11 years ago |
Andrey Pavlenko
|
271f60ba7a
|
fixing OCL run condition (build program failure for comparison 64F Mat with Scalar)
|
11 years ago |
Alexander Alekhin
|
bfc546d23c
|
enable IPP ICV support
|
11 years ago |
Elena Gvozdeva
|
037ac27ec8
|
Added SharedMatrix
|
11 years ago |
DeanF
|
48df67a9c5
|
Fixed trailing whitespace
|
11 years ago |
DeanF
|
bdc91c66c9
|
Fixed problem with compilation without HAVE_OPENCL
When compiling without OpenCL, some classes from its namespace are still used in code.
|
11 years ago |
Elena Gvozdeva
|
fa2d79a15b
|
Added IPP Async converters, doc and sample
|
11 years ago |
Alexander Smorkalov
|
e23f7303a6
|
OpenCV version++. OpenCV Manager version++.
|
11 years ago |
Ilya Lavrenov
|
322b15a459
|
compare with scalar (cn > 1)
|
11 years ago |
Koji Miyazato
|
1ab8060b62
|
corrected some style errors found by review.
|
11 years ago |
JinoBetti
|
91511c1521
|
Update out.cpp
Fixed a bug with the cv::format(cv::Mat, ...) method for matrices with only one row
see http://answers.opencv.org/question/21201/cvformat-does-not-format-the-way-it-should/?answer=23945#post-id-23945 for details
|
11 years ago |
Alexander Alekhin
|
3488fdcb43
|
disable failed tests
|
11 years ago |