Cannot get OpenCV to compile because of undefined references?

后端 未结 6 1341
再見小時候
再見小時候 2020-12-02 14:52

The code is simple and is essentially straight from this tutorial. I am running Arch Linux and have the OpenCV library stored at /usr/include/. I have also chec

6条回答
  •  旧巷少年郎
    2020-12-02 15:10

    if anyone still having this problem. One solution is to rebuild the source OpenCV library using MinGW and not use the binaries given by OpenCV. I did it and it worked like a charm.

提交回复
热议问题