如何使用 OpenCV 在不同的显示器中显示不同的 windows

How to display different windows in different monitors with OpenCV

我有一台带多台显示器的电脑。

我想用 OpenCV/C++ 在不同的显示器上显示不同的 windows。

如何在特定的 window 中显示 window?

谢谢!

您应该使用 MoveWindow with (values ~= your screen resolution). Just find values which would suit you better, you can try using your OS API to get values for screen resolution,或者从系统变量中获取此数据