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.
And please, check the makeup of your question ... this is about the most terrible one I have seen in ages...