TypeError: 'NoneType' object is not subscriptable for circle detection with opencv

前端 未结 0 1821
栀梦
栀梦 2020-12-17 16:26

I\'m trying to detect circles from my webcam input and draw over the detected objects using this code:

circles = cv2.HoughCircles(roi_gray2, cv2.HOUGH_GRADIEN         


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