hello!


  2022年12月8日
摘要: Linux 笔记 ssh 开启密匙登录步骤 /etc/ssh/sshd_config authorized_keys is SELinux ? 阅读全文
posted @ 2022-12-08 12:50 Air_EL 阅读(25) 评论(0) 推荐(0)
  2021年1月2日
摘要: ##10 电脑摄像头检测人脸与眼睛 import cv2 #检测图片 def detect(frame): #灰度化图片,减少运算量 #img = cv2.cvtColor(frame, cv2.COLOR_BGR2GRAY) img = frame #加载特征数据,人脸、人眼 face_casca 阅读全文
posted @ 2021-01-02 19:32 Air_EL 阅读(270) 评论(0) 推荐(0)