Alexander Alekhin
44d7435a48
build: eliminate calls of removed functionality from C++17
...
Most part is deprecated since C++11
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
David Carlier
bacc210606
fixing segfaults occuring when launching those unit tests
8 years ago
Alexander Alekhin
a2b6b595c2
shape: force column-based vector
8 years ago
Maksim Shabunin
cf0a29ce4d
Fixed win64 compile warning
10 years ago
Maksim Shabunin
10639c9526
Shape module tests refactored
...
- common operations moved to separate class
- debug console messages removed
- test results are stored in memory instead of file
10 years ago
Vadim Pisarevsky
05e7c29de5
fixed various warnings and obvious errors reported by clang compiler and the coverity tool.
11 years ago
Ilya Lavrenov
35d9ce0c0c
fixed warnings
12 years ago
Juan Manuel Perez
fe7bab499f
Corrections for compiling issues in Win, And and Doc
12 years ago
Juan Manuel Perez
61c27ac81e
Shape module added
12 years ago