摘要: #include<opencv2/core/core.hpp>#include<opencv2/highgui/highgui.hpp>using namespace cv; int main(){ //////【1】图片的载入和显示 Mat cat = imread("E://3.jpg"); n 阅读全文
posted @ 2017-08-14 15:04 jjcc 阅读(118) 评论(0) 推荐(0) 编辑
摘要: #include <opencv2/core/core.hpp> #include <opencv2/highgui/highgui.hpp> #include <opencv2/imgproc/imgproc.hpp>using namespace cv; int main(){ Mat imag 阅读全文
posted @ 2017-08-14 10:02 jjcc 阅读(196) 评论(0) 推荐(0) 编辑