摘要: ubuntu16.04 安装Opencv 3.1.0 import cv2时报错: Traceback (most recent call last): File "<stdin>", line 1, in <module>ImportError: No module named hdf5 解决方法 阅读全文
posted @ 2017-08-14 10:10 sonwying 阅读(293) 评论(0) 推荐(0) 编辑
摘要: 安装时参考教程:http://www.pyimagesearch.com/2015/07/27/installing-opencv-3-0-for-both-python-2-7-and-python-3-on-your-raspberry-pi-2/ 遇到问题 In file included f 阅读全文
posted @ 2017-08-14 10:04 sonwying 阅读(695) 评论(0) 推荐(0) 编辑
摘要: 掩码的作用是区分网络地址和主机地址,下面以举例的形式简单说明掩码原理。 例如IP地址是:195.169.20.25(C类网,195.169.20.25中195.169.20代表网络号),子网掩码是:255.255.255.240。 子网最后一个字节是240,二进制表示为11110000,其中前四位标 阅读全文
posted @ 2017-04-29 14:47 sonwying 阅读(554) 评论(2) 推荐(0) 编辑