Ask Your Question

keren's profile - activity

2020-12-15 09:55:13 -0600 received badge  Notable Question (source)
2019-08-20 03:51:12 -0600 received badge  Popular Question (source)
2018-12-26 00:55:36 -0600 received badge  Notable Question (source)
2017-08-02 14:42:06 -0600 received badge  Popular Question (source)
2014-05-25 23:31:57 -0600 asked a question how to hide opencv title bar completly

Hi,

I tried executing the program to display the video. opencv window without title bar. i used the following lines to remove the title bar cvNamedWindow("Name", CV_WINDOW_NORMAL); cvSetWindowProperty("Name", CV_WND_PROP_FULLSCREEN, CV_WINDOW_FULLSCREEN); cvShowImage("Name", your_image);

the window name was removed successfully. but i am unable to remove the title bar completely. their is a black line.. is their any way to remove the opencv window title bar completely.

2014-05-20 02:24:04 -0600 asked a question To remove opencv title bar

Hi,

I tried executing the program to display the video. opencv window without title bar. i used the following lines to remove the title bar

cvNamedWindow("Name", CV_WINDOW_NORMAL);
cvSetWindowProperty("Name", CV_WND_PROP_FULLSCREEN, CV_WINDOW_FULLSCREEN); 
cvShowImage("Name", your_image);

the window name was removed successfully. but i am unable to remove the title bar completely. their is a black line.. is their any way to remove the opencv window title bar completely.