摘要:
# -*- coding: utf-8 -*- import cv2 import numpy as np fn = '10093lv6-0.jpg' def get_EuclideanDistance(x,y): myx = np.array(x) myy = np.array(y) return np.sqrt(np.sum((myx-myy)*(myx-myy))... 阅读全文
posted @ 2018-09-27 15:00
未完待续z
阅读(1741)
评论(0)
推荐(0)
2018年9月27日