- 博客(13)
- 收藏
- 关注
原创 解决cv2.aruco报ModularNotFoundError: No module named “cv2.aruco“,亲测有效,简单高效
安装cv.aruco教学
2022-07-23 16:03:10
1225
1
原创 C++自学第一天-->打印
#include <iostream>using namespace stdint main(){cout <<"hello C++"<< endl;system("pause"); return 0;}
2022-05-18 09:24:57
203
转载 python批量实现图片雾化处理
import osfilePath = '图片地址'filenames = os.listdir(filePath)outputPath = '保存的图片地址'# img_path = 'test.png'# img = cv2.imread(img_path)# img_f = img / 255.0# (row, col, chs) = img.shapefor filename in filenames: print(filename).
2021-09-11 10:29:33
1506
3
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人