opencv-python API中的findContours、drawContours与hierachy解析
官方文档:官方文档对hierachy的解释简单的使用(demo1):defdraw():image=np.zeros((300,300,1),dtype=np.uint8)cv2.rectangle(image,(10,10),(100,100),(255,255,255),10)cv2.rectangle(image,(100,10),(200,200),(255,255,255),10)cv2