1 | initial version |
you're out of luck with hog cascades in opencv3, those were quite silently removed from the CascadeClassifier.
you also cannot use those with the HOGDescriptor, it's a different model.
so, either train a HOGDescriptor , or an LBP or HAAR Cascade
2 | No.2 Revision |
you're out of luck with hog cascades in opencv3, those were quite silently removed from the CascadeClassifier.
you also cannot use those with the HOGDescriptor, it's a different model.model (SVM).
so, either train a HOGDescriptor , or an LBP or HAAR Cascade