Alexander Karsakov
835b5e2179
Disabled ippiConvert_32f16s_C1R since it breaks OCL accuracy tests of remap with test_loop_times=30.
10 years ago
Vadim Pisarevsky
e2f24f43c9
added some basic functionality needed by the new face module (moved from the old "contrib")
10 years ago
Vadim Pisarevsky
05e7c29de5
fixed various warnings and obvious errors reported by clang compiler and the coverity tool.
10 years ago
Yury Gorbachev
9a233999a9
Fixed review comment from Vadim Pisarevsky
11 years ago
PhilLab
efc1c39315
Fixed self-assignment in cv::Ptr::operator =
...
A self-assignment leads to a call of release() with refcount being 2. In the release() method, refcount is decremented and then successfully checked for being 1. As a consequence, the underlying data is released. To prevent this, we test for a self-assignment
11 years ago
Alexander Karsakov
6ad4521b78
Fixed typos
11 years ago
Adil Ibragimov
8dab2ffce7
fixing error, wrong template method param.
11 years ago
Adil Ibragimov
6b05ca589d
fixing Mac build
11 years ago
Adil Ibragimov
98d5731ad8
some formal changes (generally adding constness)
11 years ago
Alexander Karsakov
c5ad6de596
Fixed choice of kercn and rowsPerWI for non-Intel device.
11 years ago
Alexander Karsakov
00221e96fd
Fixed issue: Mat::copyTo(UMat) if device copy is obsolete. Added test.
11 years ago
Alexander Alekhin
55188fe991
world fix
11 years ago
vbystricky
774d277c1f
Fix error in OpenCl version of meanstddev for continues src and not continues mask
11 years ago
vbystricky
2637b18b67
Fix epsilon for OpenCL function ConverTo, for convertation from float to integer types
11 years ago
Adrian Stratulat
b2acd1f75a
Vectorize split & merge for NEON
11 years ago
Yury Gorbachev
61423a2d47
ARM NEON accelerated implementation of cv::addWeighted, cv::inRange and cv::compare functions.
...
NOT verified on target platform, compilation passes with and without NEON.
11 years ago
vbystricky
2d587ad691
Prevent generating test case with mask filled 0 only
11 years ago
Vadim Pisarevsky
28ca6ac05e
fixed building html docs
11 years ago
VBystricky
2026094691
Increase epsilon for OpenCL version UMatDot and ReduceAvg accurency tests
11 years ago
vbystricky
aad4104297
Fix accurency test for OpenCL matrix operations
11 years ago
vbystricky
184c5917bf
Fix accurency test of OpenCL merge function.
11 years ago
E Braun
ed2cdb71e5
fix for bug 3172
11 years ago
vbystricky
b48e487d53
Enable ocl version of minmaxloc with mask
11 years ago
vbystricky
11a0e3ff78
Fix error in OCL minmaxloc
11 years ago
Elena Gvozdeva
9db8592aa8
fixed ocl_flip for cn==3
11 years ago
Vadim Pisarevsky
b0cd822924
trying to make the tests pass
11 years ago
Vadim Pisarevsky
ef8647fe30
put IPP ReduceSum_32f back
11 years ago
Vadim Pisarevsky
5267ed46c7
1. disabled OpenCL acceleration for cv::multiply() (CV_32F), cv::divide (CV_32F), cv::convertScaleAbs (CV_32F) and cv::reduce (SUM, CV_32F), cv::reduce (MIN & MAX), cv::flip (3-channel case).
...
2. changed the number of test loops from 1 to 30 (except for cv::pow() test, which fails for yet unknown reason)
3. disabled IPP acceleration for 3-channel norms.
4. modified relativeNorm test function to handle very small values
11 years ago
Vadim Pisarevsky
ba3783d205
initial commit; ml has been refactored; it compiles and the tests run well; some other modules, apps and samples do not compile; to be fixed
11 years ago
Vadim Pisarevsky
af83884dc7
disabled ocl_minmaxloc on 32-bit data completely
11 years ago
Vadim Pisarevsky
1925fab427
disabled some more stuff
11 years ago
Vadim Pisarevsky
97f6dd1820
trying to make OpenCL builder green
11 years ago
Vadim Pisarevsky
f42bb0bd65
disable OpenCL difference norms with mask, since some of the tests fail
11 years ago
Alexander Karsakov
fecfaf4092
Using std::map in PlanCache
11 years ago
Elena Gvozdeva
27d97aa231
fixed
11 years ago
Elena Gvozdeva
fe29af2e58
Fixed bug in reduce.cl
11 years ago
Alexander Karsakov
37d01e2d27
Added license header, using cv::Ptr, small fixes.
11 years ago
Adrian Stratulat
a98ce86ca3
Add NEON intrinsics to core/src/arithm.cpp
11 years ago
Alexander Karsakov
e51c0810b6
Added accuracy and performance tests for DFT all modes.
11 years ago
Alexander Karsakov
66ac46214d
Final refactoring, fixes
11 years ago
Ernest Galbrun
551ab83cf2
trailing whitespace
11 years ago
Ernest Galbrun
6a769c92b3
modified default stream initialization to allow concurrent calls modified cuda surf.cuda.cpp to allow concurrent call
11 years ago
Elena Gvozdeva
4fdd6de8e8
Fixed ippiDFT call
11 years ago
Alexander Karsakov
1d2cf0e20e
Added nonzero_rows support
11 years ago
Alexander Karsakov
52f76a3283
Added rest Elena's changes
11 years ago
Alexander Karsakov
7791264525
Added multi-block scheme
11 years ago
Alexander Karsakov
2b9e556055
Added Elena's changes with implemented DFT_INVERSE C2C mode.
11 years ago
Alexander Karsakov
b17bf031f6
Added DFT_SCALE for forward transforms
11 years ago
Alexander Karsakov
6c8b6bd0c7
Added packing to CCS format
11 years ago
Alexander Karsakov
ed07241f89
Completed all forward transforms.
11 years ago