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