I want to detect circular round black blobs in opencv2
detector = cv2.SimpleBlobDetector(params)
keypoints = detector.detect(im)
I am getting error:
keypoints = detector.detect(im)
TypeError: Incorrect type of self (must be 'Feature2D' or its derivative)