Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
a demo for pedestrian detection
4.5
There is a demo for pedestrian detection and some photos for testing in this compressed file.   With the libraries of OpenCV 2.3.0, I detect the pedestrians using the default classifier. The feature is Histograms of Oriented Gradients and the classified method is Support Vector Machine.   "hog_svm_image.cpp" is detecting a series of photos whose names are in a text file.   "hog_svm_avi.cpp" is detecting from a video, just detecting one by one picture, without using tracking method.
julien493137
2016-08-23
4
1
No more~