上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 118 下一页
摘要: 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 阅读(117) 评论(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 阅读(2081) 评论(2) 推荐(0)
摘要: 1. 安装依赖 # 服务端 pip install jsonrpcserver # 客户端 pip install jsonrpcclient 2. 服务端 2.1 基本使用案例 from jsonrpcserver import Success, method, serve @method def 阅读全文
posted @ 2022-03-09 10:16 NAVYSUMMER 阅读(89) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 118 下一页
交流群 编程书籍