06 2019 档案
摘要:#include "pch.h" #include #include "opencv2/imgproc/imgproc.hpp" #include #include using namespace cv; using namespace std; int main(){ Mat image; image = imread("1.jpg", IMREAD_COLOR); ...
阅读全文
摘要:openCV图像合成 //#include <cv.h> #include <opencv2/core/core.hpp> #include<opencv2/highgui/highgui.hpp> //#include <highgui.h> #include <iostream> using n
阅读全文
摘要:macOS下安装openCV+Xcode配置打开终端 /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"brew install wgetbrew ins
阅读全文