- 博客(8)
- 资源 (1)
- 收藏
- 关注
原创 python + opencv 图像4等份切割
使用python对图像进行4等分切割,这里是使用目录,对目录中的所有图像进行切割后保存到新的目录中。
2022-12-01 15:38:18
2673
原创 python pyqt5 显示opencv mat格式的图像
记录一下: def show_img(self, mat): # cv2.imwrite("5.jpg", data) # ok self.label.clear() if mat is not None: # image_height, image_width = mat.shape # 读取图像高宽深度 # print("he", image_height) # print(
2022-05-04 13:39:21
2042
原创 python pyqt5 ui生成.py报错解析
from PyQt5 import QtCoreImportError: DLL load failed: 找不到指定的模块。
2022-05-03 13:00:52
2206
原创 QML 中文资料
共享精神,明明有免费的做好的,不知道为什么。。。。地址:感谢此作者的辛苦付出!Introduction | QmlBook In ChineseTranslate QmlBook to Chinesehttps://cwc1987.gitbooks.io/qmlbook-in-chinese/content/
2021-10-15 09:23:55
245
原创 ubuntu18.04 + caffe配置 + darknet转caffe模型(2)
接着上篇文章,下面讲解一下https://redstonewill.blog.youkuaiyun.com/article/details/114909443
2021-05-27 21:14:47
818
原创 ubuntu18.04 + caffe配置 + darknet转caffe模型(1)
1.前言:由于海思3359nnie只支持caffe1.0,需要将darknet yolo3 模型转换为caffe模型。参考网上的资料,尝试了很多次,漫漫长夜,修改再修改,终于实现了yolov
2021-05-27 20:25:54
664
3
原创 vs2008 fatal error LNK1104: cannot open file 'kernel32.lib'问题分析
前几日,重新做了下系统win7
2014-10-07 13:51:16
4316
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人