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