osx - Bring OpenCV window to front -


i open opencv result cv2.imshow(window_name, image_resized_scaled) sadly shown below terminal. want image in focus on top of other windows on screen. use following setup:

python -i  python 3.6.1 (default, mar 23 2017, 16:49:06) [gcc 4.2.1 compatible apple llvm 8.0.0 (clang-800.0.42.1)] on darwin type "help", "copyright", "credits" or "license" more information. >>> import cv2 >>> cv2.__version__ '3.3.0' 

i searched around answers ...

.. either c++ or not stating solution.

does know how achieve on osx using opencv 3.3 python3?

p.s.: source code used far available here.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -