0

Using an IP camera with PTZ, detecting human in opencv (windows). good article or tutorial to follow.

Daki Withanage
  • 53
  • 1
  • 2
  • 8

1 Answers1

0

visit https://github.com/DaHoC/trainHOG

it has a tutorial and sample code for detecting humans using HOG + Svmlight. You can use the sample code (with some changes :)) in visual studio. (at least you can get an idea)

Madhujith
  • 157
  • 4
  • 18