Tested cvDestroyAllWindows() without windows
This commit is contained in:
parent
d8f749da52
commit
56fbcc541f
@ -58,6 +58,9 @@ void Foo(int /*k*/, void* /*z*/) {}
|
||||
|
||||
void CV_HighGuiOnlyGuiTest::run( int /*start_from */)
|
||||
{
|
||||
ts->printf(ts->LOG, "GUI 0\n");
|
||||
cvDestroyAllWindows();
|
||||
|
||||
ts->printf(ts->LOG, "GUI 1\n");
|
||||
namedWindow("Win");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user