摘要: 基于二值图转换 1 import cv2 2 import numpy as np 3 4 def find_max_region(mask_sel): 5 6 contours, hierarchy = cv2.findContours(mask_sel, cv2.RETR_TREE, cv2.C 阅读全文
posted @ 2022-02-21 13:08 有翅膀的大象 阅读(208) 评论(0) 推荐(0)