readme update
This commit is contained in:
parent
81c1f35f2f
commit
2012a31121
|
@ -18,8 +18,8 @@
|
|||
<a href="https://gitee.com/CV_Lab/opencv_webcam/blob/master/tutorial/ows_jupyter.ipynb"><img src="https://img.shields.io/badge/Jupyter-v0.4-orange?logo=jupyter" alt="Jupyter" /></a>
|
||||
<a href="https://gitee.com/CV_Lab/opencv_webcam/blob/master/LICENSE"><img src="https://img.shields.io/badge/License-GPL--3.0-blue" alt="License" /></a>
|
||||
</p>
|
||||
|
||||
<h2 align="center">更新走势</h2>
|
||||
<hr>
|
||||
|
||||
- `2022-01-24` **⚡ [opencv-webcam-script v0.4 发行版](https://gitee.com/CV_Lab/opencv_webcam/releases/v0.4)正式上线**
|
||||
- `2022-01-24` **⚡ [opencv-webcam-script v0.4 docker版](https://hub.docker.com/r/zengdockerdocker/opencv-webcam-script)正式上线**
|
||||
|
@ -31,7 +31,6 @@
|
|||
|
||||
|
||||
<h2 align="center">项目结构</h2>
|
||||
<hr>
|
||||
|
||||
```
|
||||
.
|
||||
|
@ -59,11 +58,10 @@
|
|||
│ ├── LICENSE # 项目许可
|
||||
│ ├── opencv_webcam.py # 脚本主运行文件
|
||||
│ ├── README.md # 项目说明
|
||||
│ └── requirements.txt # pip组件
|
||||
│ └── requirements.txt # 脚本依赖包
|
||||
```
|
||||
|
||||
<h2 align="center">安装教程</h2>
|
||||
<hr>
|
||||
|
||||
### ✅ 方法一:Linux Shell安装(开发版)
|
||||
|
||||
|
@ -171,7 +169,6 @@ sudo docker cp ows:/usr/src/app/WebcamFrame /home/用户名 # 举例
|
|||
**注:Jupyter版ows程序通过`Ctrl+Enter` 即可运行单元指令**
|
||||
|
||||
<h2 align="center">使用教程</h2>
|
||||
<hr>
|
||||
|
||||
#### 💡 常规调用
|
||||
|
||||
|
|
Loading…
Reference in New Issue