0

I am about to run a project of outdoor real-time zenithal people counting system. But this kind of system will suffer several problem.

  1. shadow: as it's setup at out door
  2. changes of brightness
  3. multiple people may recognize as a single blob.

Could somebody give me some suggestion to tackle the above mentioned problem ?

thanks!

4

1 回答 1

0

您可以使用基于 HOG 的 OpenCV 人员检测器:http: //docs.opencv.org/modules/gpu/doc/object_detection.html

或者 OpenCV 的带有“人”模型的潜在 svm 检测器:http: //docs.opencv.org/modules/objdetect/doc/latent_svm.html

于 2013-11-17T07:58:03.177 回答