
python
Rsingstarzengjx
热爱技术,对新技术充满好奇心。
展开
-
【Python】 14-CVS文件操作
python CSV 文件原创 2022-12-18 20:21:46 · 3634 阅读 · 1 评论 -
【Python】如何下载Python编程快速上手—让繁琐工作自动化配套数据
Python编程快速上手—让繁琐工作自动化-数据资料准备原创 2022-12-18 17:57:06 · 1863 阅读 · 0 评论 -
【python】pprint.pformat函数保存变量
pprint.pformat保存变量原创 2022-12-18 17:15:37 · 1504 阅读 · 0 评论 -
OpenCV 调包侠:调用本地摄像头人脸识别
import cv2 as cv import numpy import matplotlib.pyplot as plot # 创建摄像头对象 0 表示第一个摄像头 一般是笔记本的 cap = cv.VideoCapture(0) while (1): ret, frame = cap.read() if ret == True: gray = cv.cvtColor(frame, cv.COLOR_BGR2GRAY) # 3.实例化OpenCV人脸.原创 2021-11-10 19:44:49 · 2583 阅读 · 0 评论 -
Python 1 环境搭建与运行实践
环境搭建 过程 参考博客 :https://www.cnblogs.com/weven/p/7252917.html 官网下载 ---downloads—all release (所有版本) 、 如果你是系统是windows64位或者你想下载其他版本的安装包—— 请点击Downloads > Windows 下载你需要的版本安装包 注:64位版本不可以安装在32位的系统上...转载 2019-01-18 00:36:54 · 221 阅读 · 0 评论