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)
|
15 years ago |
Vadim Pisarevsky
|
de4f1aeb06
|
fixed some GCC 4.4 warnings
|
15 years ago |
Vadim Pisarevsky
|
4f9a72eaa7
|
fixed small matrix inversion using Cholesky algorithm (ticket #536)
|
15 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 |