Why is my code finding weird contours in openCV?

前端 未结 0 916
忘掉有多难
忘掉有多难 2021-01-26 07:23
    contours, hierarchy = cv2.findContours(mask, cv2.RETR_TREE, cv2.CHAIN_APPROX_SIMPLE)
    j = 0
    for contour in contours:
        print(j)
        print(str(contou         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题