Alexander Alekhin
93a402d0f2
core: fix Core_EigenNonSymmetric.convergence test
6 years ago
Alexander Alekhin
a7c4ee9ae1
core: add iterations limit check in eigenNonSymmetric()
6 years ago
Alexander Alekhin
6b581c4e51
build: unreachable code after CV_Error() (part 2)
7 years ago
yuki takehara
0792ef8789
Merge pull request #11049 from take1014:#10948
...
* Fix #10948
* Add test code
* Fixed build error
* Add value zero
* eigen: test cleanup
7 years ago
Alexander Alekhin
4a297a2443
ts: refactor OpenCV tests
...
- removed tr1 usage (dropped in C++17)
- moved includes of vector/map/iostream/limits into ts.hpp
- require opencv_test + anonymous namespace (added compile check)
- fixed norm() usage (must be from cvtest::norm for checks) and other conflict functions
- added missing license headers
7 years ago
Alexander Alekhin
c0b6061a5e
core(test): Core_Eigen.vector_32 use relative norm
7 years ago
Alexander Alekhin
2324674dfb
core(test): update eps in testEigen<float>: 1e-6 => 1e-4
7 years ago
woody.chow
611cf8d86f
Use Eigen::SelfAdjointEigenSolver in cv::eigen
7 years ago
Alexander Alekhin
529632f8d0
core: cv::eigenNonSymmetric() via EigenvalueDecomposition
7 years ago
Tomoaki Teshima
e63d628677
remove some rand functions
...
* make test more reproducible
7 years ago
Tomoaki Teshima
d1c1c01761
fix typo
9 years ago
Alexander Karsakov
10b3d00fd1
Increased epsilon for passing test with IPPICV
10 years ago
Ilya Lavrenov
aa5326c231
cv::norm -> cvtest::norm in tests
...
Conflicts:
modules/core/src/stat.cpp
11 years ago
Andrey Kamaev
b0e6606b98
Cleanup core module API
...
* Drop some low level API
* Remove outdated overloads
* Utilize Input/OutputArray
12 years ago
OpenCV Buildbot
81f826db2b
Normalize line endings and whitespace
12 years ago
OpenCV Buildbot
04384a71e4
Normalize line endings and whitespace
12 years ago
Vadim Pisarevsky
d5a0088bbe
merged 2.4 into trunk
13 years ago
Vadim Pisarevsky
53104e6f43
decreased the number of tests in Core_Eigen, decreased the maximum matrix size in Core_SVD; now those tests take less time to complete
13 years ago
Vadim Pisarevsky
2fd1e2ea57
merged all the latest changes from 2.4 to trunk
13 years ago
Vadim Pisarevsky
8521f8a5ec
fixed crashes in videocapture and videowriter on Ubuntu 11.10
13 years ago
Vadim Pisarevsky
4985c1b632
fixed hundreds of warnings from MSVC 2010.
13 years ago
Anatoly Baksheev
84db4eb6fa
fixed ~200 warnings for windows
...
minor build system changes (now cuda code in opencv_core is compiled using CUDA_ARCH* cmake variables)
13 years ago
Alexander Reshetnikov
6ead21b1a2
added licenses to some tests; updated new highgui tests
13 years ago
Alexander Reshetnikov
951a3d6c7a
fixed a bug which caused incorrect work of function eigen()
13 years ago
Alexander Reshetnikov
07fa62f0c4
some design code changes in new tests
13 years ago
Alexander Reshetnikov
2ce6dd6870
eigen tests for 1*1 matrix were temporarily removed from common list
13 years ago
Alexander Shishkov
48f3db9787
fixed compilation error on Win
13 years ago
Alexander Reshetnikov
c53313b06f
Complex eigen test was modified.
...
Fixed some bugs with checking for CV_64FC1 type.
Added eigen tests for 1*1 source matrix.
13 years ago
Alexander Reshetnikov
4cfc9dc67e
fixed bag in the checking size of matrix and vector for eigen test; all eigen test execution was checked: it works correctly; added first version of homography test for C++ interface
13 years ago
Alexander Reshetnikov
1767049f30
Fixed some errors in test data for eigen. Added test using lowindex & highindex in eigen function.
13 years ago
Alexander Reshetnikov
dab3586792
first version of Eigen test for C++ interface
13 years ago