赞
踩
e.g.
image, contours, hierarchy = cv2.findContours(thresh, cv2.RETR_TREE, cv2.CHAIN_APPROX_SIMPLE)
提取二值化图像的轮廓信息。