26 Commits (88c934ea8c3a56d3f6e005b400d48a3560666662)

Author SHA1 Message Date
Victoria Zhislina fbdb93ec79 CV_ENABLE_UNROLLED 13 years ago
Vadim Pisarevsky dbfa8408d2 fixed potential bug in cv::eigen() 13 years ago
Alexander Reshetnikov 951a3d6c7a fixed a bug which caused incorrect work of function eigen() 13 years ago
Vadim Pisarevsky dec0af8d79 implemented invert(A, B, DECOMP_EIG) 13 years ago
Vadim Pisarevsky 5db9e90d66 fixed yet another bug in SVD. Now Core_SVD test passes 13 years ago
Vadim Pisarevsky 72c23e7bbb fixed most of test_core failures (except for SVD) 13 years ago
Vadim Pisarevsky 5353b97605 fixed single-precision SVD accuracy on some very ill-conditioned matrices (ticket #1448) 13 years ago
Vadim Pisarevsky a1d6671451 fixed bug #1370 14 years ago
Vadim Pisarevsky c57799a877 fixed 8-point case in findFundamentalMat (ticket #1262). findFundamentalMat needs to be rewritten actually (as well as findHomography) 14 years ago
Vadim Pisarevsky 1badec0b2d eliminated opencv_extra_api.hpp (all the functionality is moved to the regular OpenCV headers) 14 years ago
Vadim Pisarevsky 2d2b8a496e renamed "None()" to "noArray()" to avoid conflicts with X11 (ticket #1122) 14 years ago
Vadim Pisarevsky 0c877f62e9 replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()). 14 years ago
Vadim Pisarevsky 0bf00036a8 improved jSVD accuracy 14 years ago
Vadim Pisarevsky c82252035f fixed bug with misaligned data access (on Windows & Linux) 14 years ago
Vadim Pisarevsky 9ac3a35175 do not use Lapack anymore 14 years ago
Vadim Pisarevsky abeeb40d46 a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 14 years ago
Vadim Pisarevsky e5564b4388 improved accuracy of determinant(), invert() and solve() on 3x3 matrices (ticket #749) 14 years ago
Vadim Pisarevsky de4f1aeb06 fixed some GCC 4.4 warnings 14 years ago
Vadim Pisarevsky 4f9a72eaa7 fixed small matrix inversion using Cholesky algorithm (ticket #536) 14 years ago
Vadim Pisarevsky bf94db5b16 fixed 2 bugs in the recently modified Lapack functions 15 years ago
Vadim Pisarevsky eb6994f58a fixed Mat(const Matx&) constructor; added SVD(Matx) 15 years ago
Vadim Pisarevsky f78a3b4cc1 updated 3rd party libs: CLapack 3.1.1.1 => 3.2.1, zlib 1.2.3 => 1.2.5, libpng 1.2.x => 1.4.3, libtiff 3.7.x => 3.9.4. fixed many 64-bit related VS2010 warnings 15 years ago
Vadim Pisarevsky da02688429 improved accuracy of the matrix determinant and matrix inversion functions (trac #431) 15 years ago
Vadim Pisarevsky 10b5a51731 added "small matrix" class Matx<T, m, n> 15 years ago
Vadim Pisarevsky 4c49c5b219 fixed repeated calculations in cvsolve (thanks to denisstack for the fix) 15 years ago
Vadim Pisarevsky 127d6649a1 "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago