Maksim Shabunin
03e213ccae
Doxygen documentation: BiB references and fixes
10 years ago
Maksim Shabunin
1523fdcc1c
Doxygen documentation: more fixes and cleanups
10 years ago
Maksim Shabunin
6dcafe0c2d
Doxygen documentation: cuda submodules reorganized
10 years ago
Maksim Shabunin
ceb6e8bd94
Doxygen documentation: cuda
10 years ago
Dmitry-Me
4ff8a3ad92
Fix incorrect size computation
10 years ago
Maksim Shabunin
555fdf893a
Documenting imgproc module
...
- disabled doxygen tree
- enabled doxygen enum listing
- added imgproc reference to main page
- enabled BiB support
- chenged doxygen root page format
10 years ago
Maksim Shabunin
6aa7a86ae9
Doxygen documentation for core module
10 years ago
Alexander Alekhin
ae4cb571ab
Set status to beta
10 years ago
Vadim Pisarevsky
d58cadc1ea
moved cv::partition from private.hpp to operations.hpp, to expose the function to users
10 years ago
Vadim Pisarevsky
7c8789dc12
fixed my_umat(roi).clone() test by disabling poorly aligned ROI's. Real fix of the problem will require a separate branch in UMat::copyTo().
10 years ago
Alexander Karsakov
462c3c25a9
Removed incorrect using of rootn() and powr() in ocl_pow
10 years ago
Alexander Alekhin
4eb16122c0
ocl: change processing of OpenCL failures
...
disable "unwanted" messages
10 years ago
Alexander Alekhin
1c9f590f0d
IPPICV: disable NormDiff_L1_16s_C1R for IPP/ICV 8.2/8.2.1
10 years ago
berak
c2cb3b515d
support older gcc versions
10 years ago
Ilya Lavrenov
5ca25ab8f0
cv::pow (integer power)
10 years ago
Ilya Lavrenov
ccdc71286c
cv::polarToCart
10 years ago
Ilya Lavrenov
d5f006eee5
cv::magnitude; cv::corner**
10 years ago
Ilya Lavrenov
fb97273b3c
cv::phase; cv::cartToPolar
10 years ago
ElenaGvozdeva
d88fdd0378
use LOCAL_SIZE+1
10 years ago
ElenaGvozdeva
65b8a1cb37
Some small fixes
10 years ago
Elena Gvozdeva
c5a2879ce0
use vectors
10 years ago
Elena Gvozdeva
2d89df1804
use local memory
10 years ago
Elena Gvozdeva
d78bc3c321
naive implementation
10 years ago
vbystricky
8466911ad0
Move _dst.create() to the begining of scaleAdd function
10 years ago
Alexander Karsakov
237cb93143
Added extra checks to ocl::Image2D
10 years ago
Alexander Alekhin
579a7fff6d
ocl: restore clFinish() in unmap() for AMD devices
...
This reverts commit 7d91b8efcd
.
10 years ago
Alexander Karsakov
3a263c6326
Added tests for Image2D
10 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
10 years ago
vbystricky
a8aa6381d9
Optimize OpenCL version of conversScaleAbs function
10 years ago
ElenaGvozdeva
070e5ec042
Changed predictOptimalVectorWidth function, now it is possible to choose vector size.
10 years ago
Vadim Pisarevsky
d2b9dc5530
quickly corrected the previous refactoring of features2d: moved from set(SOME_PROP, val) to setSomeProp(val)
10 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
10 years ago
Maksim Shabunin
ef3d02214b
Fixing iOS clang warnings, part 2
10 years ago
Vadim Pisarevsky
01d3848f17
all the tests now pass except for MSER
10 years ago
Vadim Pisarevsky
c5261ea3d2
all the tests now pass except for MSER
10 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;
10 years ago
Ilya Lavrenov
5f23d99918
the rest modes of cv::Mat::convertTo
10 years ago
Ilya Lavrenov
4babecf3b0
fixes for cv::addWeighted and cv::Mat::dot
10 years ago
vbystricky
1d280352f4
Add code for print errors of OpenCL kernels runing
10 years ago
Alexander Karsakov
a8169f08fc
Used checking norm of results for LPSolver accuracy tests
10 years ago
ElenaGvozdeva
75601ccf9e
small change in description for Gemm
10 years ago
Ilya Lavrenov
00f16e9178
neon
10 years ago
Ilya Lavrenov
be3efdf274
cv::sum refactoring
10 years ago
Ilya Lavrenov
a3e56114d1
cv::multiply
10 years ago
Ilya Lavrenov
1c491c42cd
fix for cornerHarris
10 years ago
Ilya Lavrenov
bbc161e1cb
fix for cv::Mat::convertTo with scale
10 years ago
Ilya Lavrenov
f50f0ba63e
cv::norm
10 years ago
Ilya Lavrenov
44ea50f1c4
cv::countNonZero
10 years ago
Ilya Lavrenov
34a571d37f
cv::Mat::dot
10 years ago
Ilya Lavrenov
e46332a183
cv::Mat::convertTo with scale and shift
10 years ago