标签: python opencv contour
我将opencv用作python。 我想访问分别通过“ cv2.findContours”获得的“轮廓”。 例如,如果我有四个圆形轮廓,则想使用一个圆形轮廓。 轮廓可以单独用作对象吗?请
contours, hierachy = cv2.findContours(edge.copy(), cv2.RETR_EXTERNAL , cv2.CHAIN_APPROX_SIMPLE)