I've been attempting to use OpenCV on the Raspberry Pi to get blob detection working. I know very little about python itself, and so I've been using this code to get it working. However, after attempting to run it, I've encountered Syntax Error: invalid syntax at line 47:
cv.Circle(color_image, center point, 40, cv.CV_RGB(255, 255, 255), 1)
I'm having issues finding what the error is, does anyone have any ideas?