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 ...
- opencv: how force image window appear on top of other windows?
- opencv window on top
- python opencv open window on top of other applications
- setting focus on window in opencv
.. 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
Post a Comment