opencv/modules/ts
Pavel Rojtberg 31da833574 ts/ts_perf: fix wrong has() usage
`has()` only tests for an argument presence which is always true for
arguments with default values. Use `get<bool>()` to check the value
instead.
2015-09-18 18:42:14 +02:00
..
include/opencv2 Fix for bug #5007: moved definition of Size_MatDepth_t and Size_MatDepth from ts_perf.hpp to perf_channels.cpp. This way they are closer to where they are needed and live in a different namespace (possibly the reason why the fix works). 2015-08-17 16:09:00 +01:00
misc Functionality for relocation of tests 2015-04-01 11:50:05 +03:00
src ts/ts_perf: fix wrong has() usage 2015-09-18 18:42:14 +02:00
CMakeLists.txt Adding test support for WINRT 2015-06-30 15:35:20 +03:00