opencv 简单例子 编译命令: g++ -o test1 test.cpp `pkg-config --cflags --libs opencv` 参考Blog链接: https://blog.csdn.net/weixin_38184741/article/details/88213094