Hello
Working in Xcode, Mac OS X 10.11.5, OpenCV 2.4.13
When openCV shows an image on my MacBook Pro with retina display:
namedWindow( wndName, CV_WINDOW_NORMAL );
imshow( wndName, img );
it seems to assume screen resolution that is half the actual resolution: image size of the screen is shown twice as big, whereas image half the screen pixel size fits the screen perfectly.
Is there a way to use the real display resolution?
Thanks