Ask Your Question

Revision history [back]

while finding circle using hough circle i find this error?

all_circs=cv2.HoughCircles(img1,cv2.cv.CV_HOUGH_GRADIENT,0.9,120,50,30,60,110)

AttributeError: module 'cv2.cv2' has no attribute 'cv'

i am getting thi error