Skip to content

Commit

Permalink
add Window flags support. add gs format for img. fix register FB name.
Browse files Browse the repository at this point in the history
  • Loading branch information
kozinove committed Jun 10, 2024
1 parent 8a8264e commit 9593c9b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/highgui/test/test_gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ TEST(Highgui_GUI, regression)

EXPECT_NO_THROW(destroyAllWindows());
ASSERT_NO_THROW(namedWindow(window_name));
#if defined HAVE_FRAMEBUFFER
ASSERT_NO_THROW(resizeWindow(window_name, 800, 600));
#endif
const vector<int> channels = {1, 3, 4};
const vector<int> depths = {CV_8U, CV_8S, CV_16U, CV_16S, CV_32F, CV_64F};
for(int cn : channels)
Expand Down

0 comments on commit 9593c9b

Please sign in to comment.