Maksim Shabunin
ef3d02214b
Fixing iOS clang warnings, part 2
11 years ago
Vadim Pisarevsky
01d3848f17
all the tests now pass except for MSER
11 years ago
Vadim Pisarevsky
c5261ea3d2
all the tests now pass except for MSER
11 years ago
Pavel Vlasov
45958eaabc
Implementation detector and selector for IPP and OpenCL;
...
IPP can be switched on and off on runtime;
Optional implementation collector was added (switched off by default in CMake). Gathers data of implementation used in functions and report this info through performance TS;
TS modifications for implementations control;
11 years ago
Ilya Lavrenov
5f23d99918
the rest modes of cv::Mat::convertTo
11 years ago
Ilya Lavrenov
4babecf3b0
fixes for cv::addWeighted and cv::Mat::dot
11 years ago
vbystricky
1d280352f4
Add code for print errors of OpenCL kernels runing
11 years ago
Ilya Lavrenov
00f16e9178
neon
11 years ago
Ilya Lavrenov
be3efdf274
cv::sum refactoring
11 years ago
Ilya Lavrenov
a3e56114d1
cv::multiply
11 years ago
Ilya Lavrenov
1c491c42cd
fix for cornerHarris
11 years ago
Ilya Lavrenov
bbc161e1cb
fix for cv::Mat::convertTo with scale
11 years ago
Ilya Lavrenov
f50f0ba63e
cv::norm
11 years ago
Ilya Lavrenov
44ea50f1c4
cv::countNonZero
11 years ago
Ilya Lavrenov
34a571d37f
cv::Mat::dot
11 years ago
Ilya Lavrenov
e46332a183
cv::Mat::convertTo with scale and shift
11 years ago
Ilya Lavrenov
74e60e44ad
cv::compare
11 years ago
Ilya Lavrenov
857a2d5bfd
cv::addWeighted
11 years ago
Ilya Lavrenov
345b1369be
correct neon rounding
11 years ago
Ilya Lavrenov
5d018c090f
Neon optimization of cv::scaleAdd (CV_32F)
11 years ago
Ilya Lavrenov
4b3f2c1972
Neon optimization of Mat::convertTo
11 years ago
Ilya Lavrenov
515be70867
Neon optimization of cv::convertScaleAbs
11 years ago
Ilya Lavrenov
27b933ba5a
Neon optimization of cv::sum
11 years ago
Alexander Karsakov
c942c6539a
Remove mul24 since id can be larger 2^23
11 years ago
Ilya Lavrenov
98e7d4ceec
changed optimal vector width for Intel
11 years ago
Elena Gvozdeva
9fe11db7e2
disabled IPP acceleration for 3-channel norms and for CV_8S only for APPLE
11 years ago
Alexander Karsakov
7d91b8efcd
Removed redundant clFinish() after clEnqueueUnmapMemObject()
...
sss
11 years ago
Alexander Karsakov
f57a4bf87b
Disabled minMaxIdx for 32FC1 since it occasionally fails on AMD devices (e.g. A10-6800K)
11 years ago
Ilya Lavrenov
5d3a128cd3
NEON impl on cv::convertScaleAba CV_32f
11 years ago
Ilya Lavrenov
71ec6144bd
attempt to fix compilation of OpenCL cv::transpose for AMD
11 years ago
Alexander Karsakov
d4e6812be2
Added check AmdFft version to be sure that AmdFft binaries are available
11 years ago
Elena Gvozdeva
31ac73c315
fix for cv::memopTypeToStr
11 years ago
Alexander Alekhin
57fec2f2da
OCL: enable clAmdFftGetVersion
11 years ago
Alexander Karsakov
491bf41356
Disabled native_sqrt for double, since it may be not implemented and gives compilation error.
11 years ago
Alexander Karsakov
a89ff402fc
Refactoring of OCL_FftPlan class
11 years ago
Alexander Karsakov
3ae95150c7
Added double support for OCL version of DFT
11 years ago
Ilya Lavrenov
7017b1250a
used new stratehy in cv::accumulate**
11 years ago
Ilya Lavrenov
2c6b7a52e9
improved cv::ocl::predictOptimalVectorWidth
11 years ago
Ilya Lavrenov
2f46cf5ddb
changed base types for cv::memopTypeToStr
11 years ago
Poly Takahiro Horikawa
cb0ab87646
Fix arithmetic exception when pass an empty mat with IPP option on.
11 years ago
Dmitriy Anisimov
37b1a7560c
first version of moving KDTree from core to ml
11 years ago
Alexander Karsakov
fa818d03b8
Changed twiddle buffer creation to use OCL buffer pool (if possible)
11 years ago
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
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
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