上一页 1 ··· 63 64 65 66 67 68 69 70 71 ··· 329 下一页
摘要: 真恶心,就会折腾人 cv2.imencode('.jpg', src)[1].tofile(save_path) cv2.imwrite("我//h.jpg", frame) #该方法不成功 ,除非路径是全英文,而且,都是反斜杠 才行; 阅读全文
posted @ 2022-04-24 12:11 bH1pJ 阅读(90) 评论(0) 推荐(0) 编辑
摘要: 不要用正斜杠,用反斜杠; 最好什么斜杠也不要用 阅读全文
posted @ 2022-04-24 00:10 bH1pJ 阅读(67) 评论(0) 推荐(0) 编辑
摘要: 1、方:1: Plot trajectory heatmap. — mt_heatmap • mousetrap mt_heatmap( x, use = "trajectories", dimensions = c("xpos", "ypos"), filename = NULL, ..., up 阅读全文
posted @ 2022-04-23 23:19 bH1pJ 阅读(131) 评论(0) 推荐(0) 编辑
摘要: Python对一张图片进行高斯模糊和伪彩色 Python对二维图片做卷积 # blur = cv2.blur(heatImg,(20,20)) blur = blur * 5 blur = cv2.blur(blur,(5,5)) blur = blur * 5 blur = cv2.blur(bl 阅读全文
posted @ 2022-04-23 23:16 bH1pJ 阅读(62) 评论(0) 推荐(0) 编辑
摘要: import cv2 src = cv2.imread('test.jpg') #numpy数组 #第二个参数:高斯核的宽和高(建议是奇数) #第三个参数:x和y轴的标准差 result=cv.GaussianBlur(src,(45,45),15) cv2.imwrite('result.jpg' 阅读全文
posted @ 2022-04-23 22:45 bH1pJ 阅读(93) 评论(0) 推荐(0) 编辑
摘要: vscode代码格式化快捷键及保存时自动格式化 - 简书 shift + alt + f 阅读全文
posted @ 2022-04-23 12:36 bH1pJ 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 两者等价,都是4个字节 阅读全文
posted @ 2022-04-23 11:15 bH1pJ 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 1、mp4 2、不支持tif。(我测试的时候用的tif大于4GB了,不知道是否是因为这个关系) 阅读全文
posted @ 2022-04-22 22:03 bH1pJ 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 如何使用icy进行小鼠的行为学追踪? 1、下载软件和插件 mice | Search Results | – Open Source Image Processing Software 将jar拷贝到 plugin 中 C:\Users\XXX\XXXX\icy-2.4.0.0-all\plugin 阅读全文
posted @ 2022-04-22 20:00 bH1pJ 阅读(26) 评论(0) 推荐(0) 编辑
摘要: PR如何修改序列的名字 how to rename the sequence name PS 一个PR中,可以创建多个sequence 阅读全文
posted @ 2022-04-22 13:08 bH1pJ 阅读(164) 评论(0) 推荐(0) 编辑
上一页 1 ··· 63 64 65 66 67 68 69 70 71 ··· 329 下一页