Skip to content

Latest commit

 

History

History
14 lines (6 loc) · 215 Bytes

README.md

File metadata and controls

14 lines (6 loc) · 215 Bytes

opencv

简单例子

编译命令:

g++ -o test1 test.cpp `pkg-config --cflags --libs opencv`

参考Blog链接:

https://blog.csdn.net/weixin_38184741/article/details/88213094