Updated by Daniil Osokin about 12 years ago
When running any opencv sample application on Mac OS X (10.8) that uses basic highgui imshow functionality, see the following problems:
* the window does not have the focus by default
* default. In addition, the window position is not remembered between subsequent runs, as it is the case on Windows
* Windows.
In addition, the window flags are not respected. When setting the CV_WINDOW_NORMAL in namedWindow and resizing the window, the content is not auto-resized anymore
* anymore.
In addition, when displaying an image that is too narrow (lets (let us say 400x100), the window is in effect wider than the image, which in practice causes issues when capturing mouse events over the window, since one expects the image to span the whole window.
* the window does not have the focus by default
* default. In addition, the window position is not remembered between subsequent runs, as it is the case on Windows
* Windows.
In addition, the window flags are not respected. When setting the CV_WINDOW_NORMAL in namedWindow and resizing the window, the content is not auto-resized anymore
* anymore.
In addition, when displaying an image that is too narrow (lets (let us say 400x100), the window is in effect wider than the image, which in practice causes issues when capturing mouse events over the window, since one expects the image to span the whole window.