I am trying to use SimpleBlobDetector in python with cv2 version 3.0. However when I run:
import cv2
detector = cv2.SimpleBlobDetector()
The console returns me:
AttributeError: 'module' object has no attribute 'SimpleBlobDetector'
Does anyone know if the function name has changed from cv2 version 2.4 to version 3.0?
The new function is cv2.SimpleBlobDetector_create(params)
if i'm not wrong.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With