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