Rostislav Vasilikhin
|
6d691f2e05
|
added test for http://code.opencv.org/issues/1918
|
9 years ago |
Rostislav Vasilikhin
|
9840825743
|
added test checking http://code.opencv.org/issues/4050
|
9 years ago |
Rostislav Vasilikhin
|
0a3a2df433
|
fixed U non-orthogonality in SVD (http://code.opencv.org/issues/3801)
|
9 years ago |
berak
|
7b160fa3cb
|
added missing impl for multi-dim Mat::ones, Mat::zeros (issue #3756)
|
11 years ago |
Roman Donchenko
|
5f8d8c0069
|
Added a test for matrix-to-vector copy and convert.
|
11 years ago |
Andrey Kamaev
|
15076f9232
|
Fix implementation of PCA overload with retained variance parameter
|
13 years ago |
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
13 years ago |
Kevin
|
93155c6ae0
|
Overloaded PCA constructor and ( ) operator to implement Feature#2287 - PCA that retains a specified amount of variance from the data. A sample was added to samples/cpp to demonstrate the new functionality. Docs and Tests were also updated
|
13 years ago |
Andrey Kamaev
|
bd0e0b5800
|
Merged the trunk r8589:8653 - all changes related to build warnings
|
13 years ago |
Andrey Kamaev
|
f2d3b9b4a1
|
Warning fixes continued
|
13 years ago |
Andrey Kamaev
|
e1c4fd9e1f
|
Merged the trunk r8345:8376
|
13 years ago |
Andrey Kamaev
|
5f9e295adf
|
Added test and workaround for #1942
|
13 years ago |
Vadim Pisarevsky
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
13 years ago |
Alexander Shishkov
|
7cd42b8b6a
|
modified reduce test
|
13 years ago |
Andrey Kamaev
|
bfaae7dd93
|
Input/Output arrays are updated to support fixed-type and fixed-size semantic for all compatible types
|
13 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
|
061b49e0b2
|
reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine.
|
14 years ago |