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