OpenCV中找到的轮廓的原始顺序是什么?

时间:2017-06-26 11:27:18

标签: opencv image-processing

如果我使用以下内容获取图像的轮廓线:

_, contours, hierarchy = cv2.findContours(image, cv2.RETR_EXTERNAL, cv2.CHAIN_APPROX_NONE)

什么是原始"订单" contours对象列表?位置(向下/向左/向右),轮廓长度,轮廓区域或其他任何东西?

0 个答案:

没有答案