#include <QCoreApplication> #include <opencv2/core/core.hpp> #include <opencv2/highgui/highgui.hpp> #include <opencv2/imgproc/imgproc.hpp> using namespace cv; int main() { Mat Valley = imread("/home/ttwang/Valley.jpg"); M…
unbuntu 安装:http://blog.csdn.net/cocoaqin/article/details/78163171 windows 安装:https://jingyan.baidu.com/article/64d05a025a686bde54f73b54.html 1.图片读取 http://blog.csdn.net/hujingshuang/article/details/47184717 include <iostream> #include <opencv2/hi…