What would be the best detectors for these objects
I started out with detecting people using the samples. HOG has good accuracy but a very slow for use on an android phone. Haar cascade was faster than HOG but accuracy was quite low. Also, I remember reading that Haar isn't suitable for human detection. For vehicle detection, Haar is working fine.
So could you guys suggest what would be best for detection of these objects
- People
- Vehicles
- Trees
- Buildings
I'ts hard to tell which detector would be best for this object, but I suggest you try also the latentSVM detector (detection by parts).
@GilLevi I read in a post that for latentSVM detector, openCV provides classifiers for people, cars, etc. But I could only find a classifier for cats in the OpenCV folders.
Don't bother. Found it here.