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