File tree Expand file tree Collapse file tree
ch02-安装OpenCV/最简单-使用pip安装opencv-python和opencv-contrib-python Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
4042A:不,包是特殊的轮二进制包,它们已经包含静态构建的OpenCV二进制文件。
4143
42- ** 问:Pip没有找到包 `` opencv-python `` ?**
44+ ** 问:pip没有找到包 `` opencv-python `` ?**
4345
4446A:轮包格式和manylinux构建是非常新的东西。最可能的问题是与旧的点相关联,可以通过运行`` pip install -upgrade pip `` 和`` pip install wheel `` 来修复。
4547
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments