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
781515c514
build: fix "ambiguous call" (MSVS2010)
8 years ago
Maksim Shabunin
f23b6ba652
Fixed multidimensional count non-zero IPP implementation
8 years ago
Alexander Alekhin
cc09f5a7de
Merge pull request #7854 from alalek:backports_2016
...
(2.4) Backports from master branch (#7854 )
8 years ago
Vadim Pisarevsky
1b339eb0d4
fixed slow down in getRectSubPix (original patch by Markus JR Mueller); removed some unused variables and functions
11 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
2fd1e2ea57
merged all the latest changes from 2.4 to trunk
13 years ago
Alexander Shishkov
b8f2011f80
fixed incorrect boundaries in countNonZero test
13 years ago
Alexander Shishkov
f551b2547e
turn on CountNonZero test
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
07fa62f0c4
some design code changes in new tests
13 years ago
Alexander Reshetnikov
3b92e9518e
Several updates of code in countNonZero test
13 years ago
Alexander Reshetnikov
b5bbce5b54
Completed countNonZero test (found that it's already exist, so new implementation isn't used now).
13 years ago
Andrey Pavlenko
9c1ec1ce84
fixing compilation; but some code lines look weird,
...
e.g. "n += abs(sign(value))" or "n += sign(cv::norm(value) > eps_64"
13 years ago
Alexander Reshetnikov
a3d2020db0
countNonZero & boundingRect tests - added first versions
13 years ago