摘要: Linux 与 Git(Github篇) 本人使用的是 Ubuntu 系统,在其他 Linux 系统下安装与使用 Git 方法基本一致 安装配置 SSH 安装 SSH 安装命令: sudo apt-get install openssh-server openssh-client 启动 ssh 服务 阅读全文
posted @ 2022-09-23 12:49 ppqppl 阅读(294) 评论(0) 推荐(0) 编辑
摘要: 初遇 opencv 调用电脑摄像 test1.cpp 文件内容如下: #include <opencv2/opencv.hpp> using namespace cv; int main() { // 从摄像头读取视频 VideoCapture capture(0); // 循环播放每一帧 whil 阅读全文
posted @ 2022-09-23 11:50 ppqppl 阅读(56) 评论(0) 推荐(0) 编辑