OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
2012-10-17 15:32:23 +04:00 |
|
Vadim Pisarevsky
|
4b5f948307
|
added SSE2-optimized 3x3 invert by Grigoriy Frolov
|
2012-08-07 17:59:52 +04:00 |
|
Vadim Pisarevsky
|
fac3d9994c
|
integrated another portion of SSE optimizations from Grigory Frolov
|
2012-07-31 19:07:55 +04:00 |
|
Vadim Pisarevsky
|
b782d8bb53
|
integrated patch with some SSE2/SSE4.2 optimizations from Grigory Frolov
|
2012-07-24 17:24:31 +04:00 |
|
Vadim Pisarevsky
|
82cb2ab556
|
fixed bug in SVD, ticket #2027; fixed building highgui with ffmpeg support on MacOSX
|
2012-06-28 19:45:13 +00:00 |
|
Andrey Kamaev
|
3108423a37
|
Fixed assert placement in cv::invert
|
2012-05-23 09:28:26 +00:00 |
|
Victoria Zhislina
|
fbdb93ec79
|
CV_ENABLE_UNROLLED
|
2012-02-10 06:05:04 +00:00 |
|
Vadim Pisarevsky
|
dbfa8408d2
|
fixed potential bug in cv::eigen()
|
2012-01-26 19:41:59 +00:00 |
|
Alexander Reshetnikov
|
951a3d6c7a
|
fixed a bug which caused incorrect work of function eigen()
|
2012-01-25 16:01:59 +00:00 |
|
Vadim Pisarevsky
|
dec0af8d79
|
implemented invert(A, B, DECOMP_EIG)
|
2011-12-27 15:56:17 +00:00 |
|
Vadim Pisarevsky
|
5db9e90d66
|
fixed yet another bug in SVD. Now Core_SVD test passes
|
2011-12-08 11:10:56 +00:00 |
|
Vadim Pisarevsky
|
72c23e7bbb
|
fixed most of test_core failures (except for SVD)
|
2011-12-05 22:58:27 +00:00 |
|
Vadim Pisarevsky
|
5353b97605
|
fixed single-precision SVD accuracy on some very ill-conditioned matrices (ticket #1448)
|
2011-12-03 19:49:44 +00:00 |
|
Vadim Pisarevsky
|
a1d6671451
|
fixed bug #1370
|
2011-09-22 09:58:58 +00:00 |
|
Vadim Pisarevsky
|
c57799a877
|
fixed 8-point case in findFundamentalMat (ticket #1262). findFundamentalMat needs to be rewritten actually (as well as findHomography)
|
2011-08-03 14:04:14 +00:00 |
|
Vadim Pisarevsky
|
1badec0b2d
|
eliminated opencv_extra_api.hpp (all the functionality is moved to the regular OpenCV headers)
|
2011-07-18 16:31:30 +00:00 |
|
Vadim Pisarevsky
|
2d2b8a496e
|
renamed "None()" to "noArray()" to avoid conflicts with X11 (ticket #1122)
|
2011-06-08 06:55:04 +00:00 |
|
Vadim Pisarevsky
|
0c877f62e9
|
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
|
2011-06-06 14:51:27 +00:00 |
|
Vadim Pisarevsky
|
0bf00036a8
|
improved jSVD accuracy
|
2011-05-24 13:25:26 +00:00 |
|
Vadim Pisarevsky
|
c82252035f
|
fixed bug with misaligned data access (on Windows & Linux)
|
2011-04-27 13:28:49 +00:00 |
|
Vadim Pisarevsky
|
9ac3a35175
|
do not use Lapack anymore
|
2011-04-25 21:44:22 +00:00 |
|
Vadim Pisarevsky
|
abeeb40d46
|
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
|
2011-04-17 13:14:45 +00:00 |
|
Vadim Pisarevsky
|
e5564b4388
|
improved accuracy of determinant(), invert() and solve() on 3x3 matrices (ticket #749)
|
2010-12-09 20:54:04 +00:00 |
|
Vadim Pisarevsky
|
de4f1aeb06
|
fixed some GCC 4.4 warnings
|
2010-11-20 12:05:28 +00:00 |
|
Vadim Pisarevsky
|
4f9a72eaa7
|
fixed small matrix inversion using Cholesky algorithm (ticket #536)
|
2010-10-21 12:07:49 +00:00 |
|
Vadim Pisarevsky
|
bf94db5b16
|
fixed 2 bugs in the recently modified Lapack functions
|
2010-08-31 12:39:00 +00:00 |
|
Vadim Pisarevsky
|
eb6994f58a
|
fixed Mat(const Matx&) constructor; added SVD(Matx)
|
2010-08-30 18:05:05 +00:00 |
|
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
|
2010-07-16 12:54:53 +00:00 |
|
Vadim Pisarevsky
|
da02688429
|
improved accuracy of the matrix determinant and matrix inversion functions (trac #431)
|
2010-07-13 14:17:49 +00:00 |
|
Vadim Pisarevsky
|
10b5a51731
|
added "small matrix" class Matx<T, m, n>
|
2010-06-29 14:52:43 +00:00 |
|
Vadim Pisarevsky
|
4c49c5b219
|
fixed repeated calculations in cvsolve (thanks to denisstack for the fix)
|
2010-06-01 15:44:02 +00:00 |
|
Vadim Pisarevsky
|
127d6649a1
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
|