getDaimlerPeopleDetector static method
Implementation
static VecF32 getDaimlerPeopleDetector() {
final v = calloc<cvg.VecF32>();
cvRun(() => cffi.HOGDescriptor_getDaimlerPeopleDetector(v));
return VecF32.fromPointer(v);
}
static VecF32 getDaimlerPeopleDetector() {
final v = calloc<cvg.VecF32>();
cvRun(() => cffi.HOGDescriptor_getDaimlerPeopleDetector(v));
return VecF32.fromPointer(v);
}