摘要: 坑 阅读全文
posted @ 2021-05-10 18:51 bH1pJ 阅读(242) 评论(0) 推荐(0) 编辑
摘要: import timestrTime = time.strftime("%Y-%m-%d %H:%M:%S", time.localtime())log(logpath, "============"+strTime+"============") tim... 阅读全文
posted @ 2021-05-10 16:28 bH1pJ 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 可以的 阅读全文
posted @ 2021-05-10 16:28 bH1pJ 阅读(291) 评论(0) 推荐(0) 编辑
摘要: def fromCSVGetROI(CSVROIFileName): roi = pd.read_csv(CSVROIFileName,header=None) return roi 阅读全文
posted @ 2021-05-10 16:04 bH1pJ 阅读(395) 评论(0) 推荐(0) 编辑
摘要: 坑 文档里只有传递一个参数的例子。 阅读全文
posted @ 2021-05-10 15:26 bH1pJ 阅读(46) 评论(0) 推荐(0) 编辑
摘要: outputFileName = "Crop_"+fileName.substring(0,lengthOf(fileName)-4)+".tif"; fileName.substring(0,10) 阅读全文
posted @ 2021-05-10 15:12 bH1pJ 阅读(34) 评论(0) 推荐(0) 编辑
摘要: cap = cv2.VideoCapture(FilePath)ret, frame = cap.read()gray = cv2.cvtColor(frame, cv2.COLOR_BGR2GRAY)cv2.namedWindow('img')coords1... 阅读全文
posted @ 2021-05-10 11:36 bH1pJ 阅读(389) 评论(0) 推荐(0) 编辑
摘要: cap = cv2.VideoCapture(FilePath)ret, frame = cap.read()gray = cv2.cvtColor(frame, cv2.COLOR_BGR2GRAY)cv2.namedWindow('img')coords1... 阅读全文
posted @ 2021-05-10 11:35 bH1pJ 阅读(208) 评论(0) 推荐(0) 编辑
摘要: not True Out[27]: False not False Out[28]: True 阅读全文
posted @ 2021-05-10 11:34 bH1pJ 阅读(374) 评论(0) 推荐(0) 编辑
摘要: pycharm 在Project中打开相关文件的文件夹 pycharm 打开相关文件的文件夹 我之前设置了快捷键。 Ctrl+Shift+Q 阅读全文
posted @ 2021-05-10 10:06 bH1pJ 阅读(152) 评论(0) 推荐(0) 编辑