Ask Your Question

Oldřich Kruchňa's profile - activity

2019-10-28 14:37:23 -0600 received badge  Notable Question (source)
2017-11-16 17:10:55 -0600 received badge  Popular Question (source)
2013-04-12 13:12:52 -0600 received badge  Editor (source)
2013-04-12 13:11:57 -0600 asked a question White borders in fullscreen mode

Hello,

I have problem in fullscreen mode on Windows 7 64-bit, with OpenCV 2.4.5:

cvNamedWindow("Projection", CV_WINDOW_NORMAL); cvSetWindowProperty("Projection", WND_PROP_FULLSCREEN, CV_WINDOW_FULLSCREEN);

I create black fullscreen window, but there are two white 1px lines in corners (it looks like when i draw line from (0,0) to (windowResolutionY,0) and from (0,0) to (0,windowResolutinX)) maybe it some rest from borders of the window. Any advice? Thank you.