emptyNewAsync static method

Future<HOGDescriptor> emptyNewAsync()

Implementation

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