Skip to content

Commit

Permalink
网址
Browse files Browse the repository at this point in the history
  • Loading branch information
makelove committed Jan 24, 2019
1 parent c005580 commit 217ff35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
网址:https://pypi.python.org/pypi/opencv-python
- 网址:
- https://github.com/skvark/opencv-python
- https://pypi.python.org/pypi/opencv-python

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

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

**问:Pip没有找到包``opencv-python``**
**问:pip没有找到包``opencv-python``**

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

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

- 安装
- 安装 ZBar
Expand Down

0 comments on commit 217ff35

Please sign in to comment.