摘要:
坑 阅读全文
posted @ 2021-05-10 18:51
bH1pJ
阅读(250)
评论(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
阅读(35)
评论(0)
推荐(0)
摘要:
可以的 阅读全文
posted @ 2021-05-10 16:28
bH1pJ
阅读(314)
评论(0)
推荐(0)
摘要:
def fromCSVGetROI(CSVROIFileName): roi = pd.read_csv(CSVROIFileName,header=None) return roi 阅读全文
posted @ 2021-05-10 16:04
bH1pJ
阅读(411)
评论(0)
推荐(0)
摘要:
坑 文档里只有传递一个参数的例子。 阅读全文
posted @ 2021-05-10 15:26
bH1pJ
阅读(58)
评论(0)
推荐(0)
摘要:
outputFileName = "Crop_"+fileName.substring(0,lengthOf(fileName)-4)+".tif"; fileName.substring(0,10) 阅读全文
posted @ 2021-05-10 15:12
bH1pJ
阅读(47)
评论(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
阅读(450)
评论(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
阅读(220)
评论(0)
推荐(0)
摘要:
not True Out[27]: False not False Out[28]: True 阅读全文
posted @ 2021-05-10 11:34
bH1pJ
阅读(380)
评论(0)
推荐(0)
摘要:
pycharm 在Project中打开相关文件的文件夹 pycharm 打开相关文件的文件夹 我之前设置了快捷键。 Ctrl+Shift+Q 阅读全文
posted @ 2021-05-10 10:06
bH1pJ
阅读(171)
评论(0)
推荐(0)
浙公网安备 33010602011771号