Why do I get this error? TypeError: Expected Ptr for argument 'points'

前端 未结 0 1998
北恋
北恋 2021-02-04 12:17

contours2, hierarchy2 = cv2.findContours(gray, cv2.RETR_CCOMP,cv2.CHAIN_APPROX_NONE)

((cx,cy),radius) = cv2.minEnclosingCircle(contours2)
area = radius * radius * np.p         


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