I have been working around with OpenCV for few days now and I have a project where I should detect cars and humans from the sky.
So here are my inputs:
- A moving camera in the sky (embedded on a quadcopter) which is gonna capture frames.
- A set of objects I should detect (humans and cars)
And here are my output:
- A detection of those objects outlined by a rectangle or some contours
Based on that, my question is as follows: Which one between Haar Cascade and Hog Detection would you recommend to do so and why? Or any else?
Many thanks for your answers