readme jupyter update
This commit is contained in:
parent
aad69d131b
commit
2d7e49661f
|
@ -1,6 +1,6 @@
|
|||
# Opencv Webcam Script v0.2, GPL-3.0 License
|
||||
# 创建人:曾逸夫
|
||||
# 创建时间:2021-01-06
|
||||
# 创建时间:2022-01-06
|
||||
|
||||
|
||||
FROM ubuntu:latest
|
||||
|
|
|
@ -78,8 +78,6 @@ python3 opencv_webcam.py -isasf # 自动保存帧
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
<h3 align="center">使用教程</h3>
|
||||
<hr>
|
||||
|
||||
|
|
|
@ -18,9 +18,10 @@
|
|||
"id": "68e88aa6-99c8-42b9-a189-70e42e7e6460",
|
||||
"metadata": {},
|
||||
"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://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>"
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue