Convert HBITMAP to cv::Mat

前端 未结 3 1561
[愿得一人]
[愿得一人] 2021-01-24 10:56

I can\'t seem to figure out how to do this, I have searched on google and found two code examples, one from a github screen capture library and another on a posting group and ne

3条回答
  •  星月不相逢
    2021-01-24 11:43

    I wrote my own function to do something similar, hopefully it can help you: How to capture the desktop in OpenCV (ie. turn a bitmap into a Mat)?

提交回复
热议问题