Skip to content

angeldsLee/pedestrian_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pedestrian dection and Tracking

Implement pedestrian detection and tracking by Hog feature and Kalman filter

Detect by Hog feature

Histograms of Oriented Gradients(HOG) feature extraction.

  • Obtaining the human gradient information feature according to HoG operator.
  • With overlapping block moving, the feature is a histograms of 4000 dimensions.

Hog1

Hog2

Hog3

Hog4

  • The extracted features are use by SVM to detection pedestrian candidates.

Tracking by Kalman filter

  • Using Kalman filter to predict the movement of pedestrian.
  • The movement vectors look like as following figures.

move1

move3

move3

move2

About

Pedestrian dection and Tracking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages