Alexander Karsakov
237cb93143
Added extra checks to ocl::Image2D
11 years ago
Alexander Alekhin
579a7fff6d
ocl: restore clFinish() in unmap() for AMD devices
...
This reverts commit 7d91b8efcd
.
11 years ago
Alexander Karsakov
3a263c6326
Added tests for Image2D
11 years ago
Maksim Shabunin
ba5f343c38
Basic doxygen documentation support
...
- updated existing Doxyfile.in
- added corresponding cmake instructions
- added some specific files (layout, icon)
- clean existing doxygen warnings
11 years ago
vbystricky
a8aa6381d9
Optimize OpenCL version of conversScaleAbs function
11 years ago
ElenaGvozdeva
070e5ec042
Changed predictOptimalVectorWidth function, now it is possible to choose vector size.
11 years ago
Vadim Pisarevsky
d2b9dc5530
quickly corrected the previous refactoring of features2d: moved from set(SOME_PROP, val) to setSomeProp(val)
11 years ago
Alexander Duda
11ebaf673f
fix warning in template Scalar::mul gcc < 4.8
...
In this particular case t shadows transpose of the base class Matx:
types.hpp:1805:14: warning: declaration of ‘t’ shadows a member of
'this' [-Wshadow]
Changelog gcc 4.8: The option -Wshadow no longer warns if a declaration
shadows a function declaration.
This warning is problematic because it prevents the module
opencv_contrib/modules/ruby to pass the build process
11 years ago
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
Alexander Karsakov
a8169f08fc
Used checking norm of results for LPSolver accuracy tests
11 years ago
ElenaGvozdeva
75601ccf9e
small change in description for Gemm
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
Marc Rollins
c8ede7c9ea
Updating documentation to reflect division operations.
11 years ago
Marc Rollins
f32a6fb9a1
Adding element-wise division operators to Point3_ class.
11 years ago
Marc Rollins
fb9bbf99c4
Adding division operators to `Point_` class.
...
Performs element-wise division.
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
Andrey Pavlenko
a8db3df8f6
typo: rect -> roi
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
Alexander Karsakov
ec827bed8e
Changed check to NORM_RELATIVE for OCL.Mat_Scalar_Scale tests
11 years ago
Ilya Lavrenov
5d3a128cd3
NEON impl on cv::convertScaleAba CV_32f
11 years ago
Philipp Hasper
e310added4
Fixing Matx ostream operator
...
cv::Matx could not be converted to c::Mat automatically
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