边缘特征方式 二值化阀值 ret, binary = cv2.threshold(gaussianBlur, thred , 255, cv2.THRESH_BINARY) binary = cv2.adaptiveThreshold(gaussianBlur, 255