'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.
cv2.__version__ ?
Same problem here... my cv2__version__ ouput is Rev: 4557