我的视频blog地址 http://www.lofter.com/blog/cloudrivers
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 51 下一页
摘要: 1、主要函数 1、 cv2.imread():读入图片,共两个参数,第一个参数为要读入的图片文件名,第二个参数为如何读取图片,包括 cv2.IMREAD_COLOR:读入一副彩色图片;cv2.IMREAD_GRAYSCALE:以灰度模式读入图片;cv2.IMREAD_UNCHANGED:读入一幅图片 阅读全文
posted @ 2019-09-22 19:01 Michael云擎 阅读(587) 评论(0) 推荐(0)
摘要: OpenCV中cv2的用法 一、读入图像 使用函数cv2.imread(filepath,flags)读入一副图片 filepath:要读入图片的完整路径 flags:读入图片的标志 cv2.IMREAD_COLOR:默认参数,读入一副彩色图片,忽略alpha通道 cv2.IMREAD_GRAYSC 阅读全文
posted @ 2019-09-22 18:54 Michael云擎 阅读(2324) 评论(0) 推荐(1)
摘要: MP4 识别结果 https://v.youku.com/v_show/id_XNDM3MTEyNDY2OA==.html 阅读全文
posted @ 2019-09-22 12:42 Michael云擎 阅读(471) 评论(0) 推荐(0)
摘要: 1 import cv2 as cv 2 import sys 3 import logging as log 4 5 # openvino_fd_myriad.py 6 filename ='./' 7 8 log.basicConfig(format="[ %(levelname)s ] %(message)s", level=log.INFO, stream=sys.stdout) 9 10 阅读全文
posted @ 2019-09-22 12:19 Michael云擎 阅读(1133) 评论(0) 推荐(0)
摘要: 基本分两种: 1. 后台脚本,发现断线后重启网卡或者后台运行ping命令来保持连接; 2. 关闭无线设备的电源管理。 关闭无线设备电源管理的方法基本以下两种: 1)运行命令: sudo iwconfig wlan0 power off 或者: sudo iw dev wlan0 set power_ 阅读全文
posted @ 2019-09-21 18:30 Michael云擎 阅读(2708) 评论(0) 推荐(0)
摘要: import cv2import timeimport numpyfrom multiprocessing import Processfrom multiprocessing import Queuefrom picamera.array import PiRGBArrayfrom picamer 阅读全文
posted @ 2019-09-21 01:05 Michael云擎 阅读(249) 评论(0) 推荐(0)
摘要: https://github.com/PINTO0309/MobileNet-SSD-RealSense 阅读全文
posted @ 2019-09-21 01:03 Michael云擎 阅读(277) 评论(0) 推荐(0)
摘要: https://docs.aws.amazon.com/zh_cn/systems-manager/latest/userguide/sysman-manual-agent-install.html 在 Amazon EC2 Linux 实例上手动安装 SSM 代理 使用以下脚本之一在下列 Linu 阅读全文
posted @ 2019-09-20 10:24 Michael云擎 阅读(643) 评论(0) 推荐(0)
摘要: Trying out the Intel Neural Compute Stick 2 – Movidius NCS2 Disclaimer: The opinions in this article (and on this website in general) are entirely min 阅读全文
posted @ 2019-09-19 23:00 Michael云擎 阅读(309) 评论(0) 推荐(0)
摘要: http://greyli.com/ 这哥们挺牛的,主页写的也蛮好 阅读全文
posted @ 2019-09-18 22:52 Michael云擎 阅读(112) 评论(0) 推荐(0)
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 51 下一页
我的视频blog地址 http://www.lofter.com/blog/cloudrivers