OpenCV: how to force the image window to appear on top of other windows?

后端 未结 7 1467
迷失自我
迷失自我 2020-12-10 12:09

Using cvShowImage, one can easily show an image in OpenCV. However, how do you tell OpenCV to show the window on top of every other window?

I run a ful

相关标签:
7条回答
  • 2020-12-10 12:44

    OpenCV has no native way to do this (that I'm aware of).

    The answer is platform dependent. If your target is Windows, check this answer and then this and this will certainly be useful.

    If you are on Linux, you need to take a look at how OpenCV was compiled and check what system its built on (probably GTK+ 2.x). Then, do some research of your own.

    0 讨论(0)
提交回复
热议问题