Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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.

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); 

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.