Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 217ff35

Browse files
committed
网址
1 parent c005580 commit 217ff35

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

ch02-安装OpenCV/最简单-使用pip安装opencv-python和opencv-contrib-python/README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
网址:https://pypi.python.org/pypi/opencv-python
1+
- 网址:
2+
- https://github.com/skvark/opencv-python
3+
- https://pypi.python.org/pypi/opencv-python
24

35
## 安装 opencv-python
46
- virtualenv -p python3 .cv2
@@ -39,7 +41,7 @@ MacOS和Linux的轮子目前有一些局限性:
3941

4042
A:不,包是特殊的轮二进制包,它们已经包含静态构建的OpenCV二进制文件。
4143

42-
**问:Pip没有找到包``opencv-python``**
44+
**问:pip没有找到包``opencv-python``**
4345

4446
A:轮包格式和manylinux构建是非常新的东西。最可能的问题是与旧的点相关联,可以通过运行``pip install -upgrade pip````pip install wheel``来修复。
4547

my10-识别二维码/识别二维码.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- 参考
44
- https://github.com/NaturalHistoryMuseum/pyzbar
55
- [用ZBar做OpenCV识别器-条形码+二维码](https://www.pyimagesearch.com/2018/05/21/an-opencv-barcode-and-qr-code-scanner-with-zbar/)
6+
- [zbar和zxing之间的对比](https://blog.csdn.net/halaoda/article/details/78185719)
67

78
- 安装
89
- 安装 ZBar

0 commit comments

Comments
 (0)