Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

'module' object has no attribute 'SimpleBlobDetector'

I am running opencv via python on the Raspberry Pi and am getting the following error.

blobd = cv2.SimpleBlobDetector() AttributeError: 'module' object has no attribute 'SimpleBlobDetector'

my code is blobd = cv2.SimpleBlobDetector()

I have also tried to create the cv2.SimpleBlobDetector_Params() with the same issue.

As noone else seems to have had this problem I'm a bit baffled.