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
Ilya Lavrenov
16bcc30e42
typo
...
(cherry picked from commit 793bdaada7
)
10 years ago
Ilya Lavrenov
bf94e6a91c
fixed memory leaks in cvtyuv tests
...
(cherry picked from commit b2489d31d6
)
10 years ago
Ilya Lavrenov
7e26cf569f
typo
10 years ago
Ilya Lavrenov
2a8ef1d065
fixed memory leaks in cvtyuv tests
10 years ago
Ilya Lavrenov
793bdaada7
typo
10 years ago
Ilya Lavrenov
b2489d31d6
fixed memory leaks in cvtyuv tests
10 years ago
Ilya Lavrenov
6b9ebcbf3d
deleted extra semicolons
11 years ago
Roman Donchenko
f55740da70
Deleted all trailing whitespace.
12 years ago
Daniil Osokin
d8f538d67b
Added tests for RGB to YUV420p color conversion
12 years ago
OpenCV Buildbot
81f826db2b
Normalize line endings and whitespace
13 years ago
OpenCV Buildbot
04384a71e4
Normalize line endings and whitespace
13 years ago
Vadim Pisarevsky
2fd1e2ea57
merged all the latest changes from 2.4 to trunk
13 years ago
Andrey Kamaev
4ee2c486eb
#1732 Added YUV422 conversions
13 years ago
Andrey Kamaev
fd31234122
Fixed gcc build
13 years ago
Andrey Kamaev
470f6fafeb
Fixed conversions from YV12 and IYUV on non-continuous input. Added accuracy and performance tests.
13 years ago