emptyAsync static method
returns a new SimpleBlobDetector algorithm
For further details, please see: https://docs.opencv.org/master/d3/d61/classcv_1_1KAZE.html
Implementation
static Future<SimpleBlobDetector> emptyAsync() async => cvRunAsync(
cfeatures2d.SimpleBlobDetector_Create_Async,
(c, p) => c.complete(SimpleBlobDetector.fromPointer(p.cast<cfeatures2d.SimpleBlobDetector>())),
);