1 | initial version |
there is a bug (in the wrappers) here, the correct invocation has to be:
detector = cv.SimpleBlobDetector_create()
2 | No.2 Revision |
there is a bug (in the wrappers) here, the correct invocation has to be:
detector = cv.SimpleBlobDetector_create()
(same problem with ORB,AKAZE, anything from features2d)