05 2022 档案

摘要:main.cpp #include <istream> #include <opencv2/opencv.hpp> using namespace cv; using namespace std; int main(int argc, char **argv) { Mat src, up_dst, 阅读全文
posted @ 2022-05-26 22:05 NAVYSUMMER 阅读(90) 评论(0) 推荐(0)
摘要:main.cpp #include <istream> #include <opencv2/opencv.hpp> using namespace cv; using namespace std; int main(int argc, char **argv) { Mat src, gray_dst 阅读全文
posted @ 2022-05-26 21:26 NAVYSUMMER 阅读(144) 评论(0) 推荐(0)
摘要:main.cpp #include <istream> #include <opencv2/opencv.hpp> using namespace cv; using namespace std; int main(int argc, char **argv) { Mat src, open_dst 阅读全文
posted @ 2022-05-26 17:43 NAVYSUMMER 阅读(31) 评论(0) 推荐(0)
摘要:main.cpp #include <istream> #include <opencv2/opencv.hpp> using namespace cv; using namespace std; int main(int argc, char **argv) { Mat src, open_dst 阅读全文
posted @ 2022-05-26 17:20 NAVYSUMMER 阅读(31) 评论(0) 推荐(0)
摘要:main.cpp #include <istream> #include <opencv2/opencv.hpp> using namespace cv; using namespace std; int dilate_size = 1; char dilate_title[] = "dilate_ 阅读全文
posted @ 2022-05-26 16:36 NAVYSUMMER 阅读(53) 评论(0) 推荐(0)
摘要:main.cpp #include <istream> #include <opencv2/opencv.hpp> using namespace cv; using namespace std; int main(int argc, char **argv) { Mat src, blur_dst 阅读全文
posted @ 2022-05-25 21:02 NAVYSUMMER 阅读(118) 评论(0) 推荐(0)
摘要:#include <istream> #include <opencv2/opencv.hpp> using namespace cv; using namespace std; int main(int argc, char **argv) { Mat src; // 加载图片 src = imr 阅读全文
posted @ 2022-05-24 22:49 NAVYSUMMER 阅读(64) 评论(0) 推荐(0)
摘要:#include <istream> #include <opencv2/opencv.hpp> using namespace cv; using namespace std; int main(int argc, char **argv) { Mat src, dst; // 加载图片 src 阅读全文
posted @ 2022-05-24 21:33 NAVYSUMMER 阅读(169) 评论(0) 推荐(0)
摘要:#include <cstdio> #include <opencv2/opencv.hpp> using namespace cv; int main(int argc, char **argv) { Mat image1, image2, dst; // 加载图片 image1 = imread 阅读全文
posted @ 2022-05-24 11:27 NAVYSUMMER 阅读(45) 评论(0) 推荐(0)
摘要:main.cpp #include <cstdio> #include <opencv2/opencv.hpp> using namespace cv; int main(int argc, char **argv) { Mat image; // 加载图片 image = imread("../. 阅读全文
posted @ 2022-05-22 23:05 NAVYSUMMER 阅读(43) 评论(0) 推荐(0)
摘要:CMakeLists.txt cmake_minimum_required(VERSION 2.8) project(first) find_package(OpenCV REQUIRED) include_directories(${OpenCV_INCLUDE_DIRS}) add_execut 阅读全文
posted @ 2022-05-22 22:02 NAVYSUMMER 阅读(41) 评论(0) 推荐(0)
摘要:1.添加elasticsearch源 vim /etc/yum.repos.d/elasticsearch.repo [elasticsearch-7.x] name=Elasticsearch repository for 7.x packages baseurl=https://artifact 阅读全文
posted @ 2022-05-13 21:14 NAVYSUMMER 阅读(139) 评论(0) 推荐(0)
摘要:1.下载Navicat15 wget https://download.navicat.com.cn/download/navicat15-premium-cs.AppImage 2.文件处理 navy@DEEPIN:~/Desktop$ mkdir navicat15-premium-cs nav 阅读全文
posted @ 2022-05-12 18:52 NAVYSUMMER 阅读(2082) 评论(2) 推荐(0)

交流群 编程书籍