readme jupyter update

This commit is contained in:
13339479676 2022-01-07 13:15:09 +08:00
parent aad69d131b
commit 2d7e49661f
3 changed files with 4 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# Opencv Webcam Script v0.2, GPL-3.0 License # Opencv Webcam Script v0.2, GPL-3.0 License
# 创建人:曾逸夫 # 创建人:曾逸夫
# 创建时间2021-01-06 # 创建时间2022-01-06
FROM ubuntu:latest FROM ubuntu:latest

View File

@ -78,8 +78,6 @@ python3 opencv_webcam.py -isasf # 自动保存帧
<h3 align="center">使用教程</h3> <h3 align="center">使用教程</h3>
<hr> <hr>

View File

@ -18,9 +18,10 @@
"id": "68e88aa6-99c8-42b9-a189-70e42e7e6460", "id": "68e88aa6-99c8-42b9-a189-70e42e7e6460",
"metadata": {}, "metadata": {},
"source": [ "source": [
"<a href=\"https://pypi.org/project/opencv-webcam-script/\"><img src=\"https://img.shields.io/badge/PyPi-v0.1-brightgreen?logo=pypi\" alt=\"PyPi\" /></a>\n", "<a href=\"https://pypi.org/project/opencv-webcam-script/0.2.0/\"><img src=\"https://img.shields.io/badge/PyPi-v0.2.0-brightgreen?logo=pypi\" alt=\"PyPi\" /></a>\n",
"<a href=\"https://gitee.com/CV_Lab/opencv_webcam/releases/v0.1\"><img src=\"https://img.shields.io/badge/latest%20version-v0.1-green\" alt=\"Version\" /></a>\n", "<a href=\"https://gitee.com/CV_Lab/opencv_webcam/releases/v0.1\"><img src=\"https://img.shields.io/badge/latest%20version-v0.1-green\" alt=\"Version\" /></a>\n",
"<a href=\"https://hub.docker.com/r/zengdockerdocker/opencv-webcam-script\"><img src=\"https://img.shields.io/badge/docker-v0.1-blue?logo=docker\" alt=\"Docker\" /></a>\n", "<a href=\"https://hub.docker.com/r/zengdockerdocker/opencv-webcam-script\"><img src=\"https://img.shields.io/badge/docker-v0.2-blue?logo=docker\" alt=\"Docker\" /></a>\n",
"<a href=\"https://gitee.com/CV_Lab/opencv_webcam/blob/master/tutorial.ipynb\"><img src=\"https://img.shields.io/badge/Jupyter-v0.2-orange?logo=jupyter\" alt=\"Docker\" /></a>\n",
"<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>" "<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>"
] ]
}, },