angusleigh / hog_haar_person_detection

A ROS package implementing the OpenCV HOG pedestrian detector and HAAR face detector.
28 stars 27 forks source link

Publish messages during detection #1

Closed ArthurHlt closed 7 years ago

ArthurHlt commented 8 years ago

Thanks for the great works. It was just missing a little things, messages about number of faces detected and number of pedestrians detected. I had it hope it will help.

angusleigh commented 7 years ago

Thanks for the code. I just pushed a change at head to publish the detection bounding boxes, which should allow users to get the detection counts. This should cover the case you mention.