Vadim Pisarevsky
|
e9729a9601
|
multiple yet minor fixes to make most of the tests pass on Mac with Iris graphics
|
11 years ago |
Vadim Pisarevsky
|
daaa5a1824
|
removed duplicated Hershey fonts
|
11 years ago |
jaco
|
dbb0fcdc7a
|
#pragma warning4127 fixation modified 2
|
11 years ago |
Roman Donchenko
|
fb9a143429
|
Set status to alpha
|
11 years ago |
Leszek Swirski
|
de806330fd
|
Fix reallocation of D buffer in gemm
|
11 years ago |
vbystricky
|
942ff5be57
|
Disable OpenCL version of minMaxIdx with mask on AMD devices
|
11 years ago |
Vadim Pisarevsky
|
9a5aa4b23c
|
trying to solve compile problems; temporarily disabled some tests for just added optimization algo's
|
11 years ago |
Vadim Pisarevsky
|
00b2124876
|
fixing more compile problems with Java bindings etc
|
11 years ago |
Vadim Pisarevsky
|
4530c7ad08
|
trying to fix builds
|
11 years ago |
Vadim Pisarevsky
|
257463719b
|
removed optim module; moved its functionality to core and photo modules; moved drawing functions from core to imgproc. Removed FilterEngine etc. from public API
|
11 years ago |
vbystricky
|
aab6f6c56f
|
Set sync=true in ocl_minMaxIdx kernel call. For tests
|
11 years ago |
Vadim Pisarevsky
|
5d8098a2c3
|
avoid compiler warnings
|
11 years ago |
VBystricky
|
c5632d412e
|
Change epsilon for NORM_INF_2args accuracy tests
|
11 years ago |
Vadim Pisarevsky
|
a37876ab95
|
fixed build of iOS framework another time; clang does not like the new NEON-optimized split/merge
|
11 years ago |
jaco
|
b81dcbdf2a
|
#pragma warning4127 fixation modified
Now use cleaner approach:
#pragma warning( push )
#pragma warning( disable: ThatWarning )
//code with ThatWarning here
#pragma warning( pop )
|
11 years ago |
vbystricky
|
1fe403f461
|
Enable OpenCL version of norm and convertScaleAbs or 32F data
Fix error in minmaxloc.cl
Change test for convertScaleAbs
Fix minMaxIdx for _src2 align
Change epsilon on the tests
|
11 years ago |
Vadim Pisarevsky
|
d97f9fc477
|
now the tests pass with loop_times==30
|
11 years ago |
Adil Ibragimov
|
8a4a1bb018
|
Several type of formal refactoring:
1. someMatrix.data -> someMatrix.prt()
2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex )
3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>()
4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
|
11 years ago |
Alexander Karsakov
|
c3100eeb19
|
Fixed buffer initialization in reduce kernel. Enabled OCL version of reduce for SUM, MAX, MIN modes.
|
11 years ago |
Adil Ibragimov
|
dfd0b297ce
|
datastart must be non-const in CUDA.
|
11 years ago |
Alexander Karsakov
|
713ddb89bd
|
Set minimum matrix size for AmdBlas::gemm to 20 since it works incorrect for small sizes
|
11 years ago |
jaco
|
58b3bc2d7e
|
#pragma warning4127 fixed for cvstd.inl.hpp
|
11 years ago |
Alexander Karsakov
|
3deea1c3ce
|
Added check required local memory size for non-inplace transpose kernel
|
11 years ago |
vbystricky
|
6fb282aa39
|
Remove mul24, for CV8UC3 3840x2160 it generates implementation specific result
|
11 years ago |
Alexander Karsakov
|
10b3d00fd1
|
Increased epsilon for passing test with IPPICV
|
11 years ago |
Alexander Karsakov
|
f3dfdfef8a
|
Fixed warning with "uninitialized local variable"
|
11 years ago |
Vadim Pisarevsky
|
27d2d3cbac
|
fixed doc builder complains and the test failures
|
11 years ago |
Vadim Pisarevsky
|
31df47b6ea
|
moved nonfree and a part of features2d to opencv_contrib/xfeatures2d
|
11 years ago |
Elena Gvozdeva
|
b73b28ab9c
|
fix for ocl_lut
|
11 years ago |
vbystricky
|
dfe5fff2f5
|
Restore OpenCL branch for minmaxLoc on float data
|
11 years ago |
Alexander Karsakov
|
835b5e2179
|
Disabled ippiConvert_32f16s_C1R since it breaks OCL accuracy tests of remap with test_loop_times=30.
|
11 years ago |
Vadim Pisarevsky
|
e2f24f43c9
|
added some basic functionality needed by the new face module (moved from the old "contrib")
|
11 years ago |
Vadim Pisarevsky
|
05e7c29de5
|
fixed various warnings and obvious errors reported by clang compiler and the coverity tool.
|
11 years ago |
Yury Gorbachev
|
9a233999a9
|
Fixed review comment from Vadim Pisarevsky
|
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 |