Experience with OpenCV for body detection?
in
Contributed Library Questions
•
2 years ago
Human bodies, that is!
I've used the OpenCV library for several projects using face detection to great effect. But I'm trying to get lower body detection working, to no avail. Specifically, I'm using the lower body profile, as in:
- opencv.cascade(OpenCV.CASCADE_LOWERBODY);
1