12 2020 档案

摘要:#from skimage.measure import structural_similarity as ssim from skimage import measure . . . #s = ssim(imageA, imageB) s = measure.compare_ssim(imageA 阅读全文
posted @ 2020-12-21 10:22 牛郎 阅读(10885) 评论(0) 推荐(0)
摘要:1. 将本地图像保存在文件夹如:/opt/local/imgs/1.jpg 2. 安装nginx,将/opt/local/写到其配置文件中 3. 对外开放nginx配置中对应的端口:如8080 4. 结合本机IP如:192.168.132.151,拼接url链接如:http://192.168.13 阅读全文
posted @ 2020-12-17 09:20 牛郎 阅读(1063) 评论(0) 推荐(0)
摘要:... cnt = 0 font = cv2.FONT_HERSHEY_SIMPLEX for n in temp3_value: print(n) x = int(n['x']) y = int(n['y']) point = (x,y) cv2.circle(img, point, 1, (0, 阅读全文
posted @ 2020-12-11 10:25 牛郎 阅读(2513) 评论(0) 推荐(0)