Pedestrian Detection using HOG Features

Goal: Implement pedestrian detection using HOG and libsvm. I am able to extract HOG features for each image, and train/test libsvm classifier successfully (I manually verified predictions that pedestrians were/were not present).
I need guidance on the following... In the image, I want to detect exactly where the pedestrian is, and create a bounding box around the pedestrian.
My guess is that I do a sliding window on the image, extract the HOG features from the window, test those features within libsvm, and draw a rectangle around the window if it comes back positive.
Am I on the right track? Any code hints or snippets would be helpful.

댓글 수: 1

HI Schrute
Hello
can you tell me plz how did you apply the HOG function on image?

댓글을 달려면 로그인하십시오.

 채택된 답변

Image Analyst
Image Analyst 2012년 6월 5일

0 개 추천

See sections 16, 18, and 22 for articles by those who have done it before: http://iris.usc.edu/Vision-Notes/bibliography/contents.html

댓글 수: 1

Schrute
Schrute 2012년 6월 13일
This sparked some other thoughts, which eventually helped me figure out the answer/implementation. Thank you.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by