In OpenCV when displaying an image with:
cvSetWindowProperty("displayCVWindow", CV_WND_PROP_FULLSCREEN,
CV_WINDOW_FULLSCREEN);
There is a small border around the full screened window if anyone ever noticed. Is there a way to get a rid of this?
Screenshot showing border of window when in full screen mode. Note: the screenshot was cropped to show only top-left corner
See Question&Answers more detail:os