getDaimlerPeopleDetectorAsync static method

Future<VecF32> getDaimlerPeopleDetectorAsync()

Implementation

static Future<VecF32> getDaimlerPeopleDetectorAsync() async => cvRunAsync<VecF32>(
      cobjdetect.HOGDescriptor_getDaimlerPeopleDetector_Async,
      (c, v) => c.complete(VecF32.fromPointer(v.cast<cvg.VecF32>())),
    );