emptyNewAsync static method
Implementation
static Future<HOGDescriptor> emptyNewAsync() async => cvRunAsync(
cobjdetect.HOGDescriptor_New_Async,
(c, p) => c.complete(HOGDescriptor.fromPointer(p.cast<cobjdetect.HOGDescriptor>())),
);
static Future<HOGDescriptor> emptyNewAsync() async => cvRunAsync(
cobjdetect.HOGDescriptor_New_Async,
(c, p) => c.complete(HOGDescriptor.fromPointer(p.cast<cobjdetect.HOGDescriptor>())),
);