angusleigh / hog_haar_person_detection

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

Adding a publisher that provides face information #3

Closed callemein closed 7 years ago

callemein commented 8 years ago

Next to detecting and showing the HAAR faces, I needed to get the faces and their position out of the node. I added this to the node. Thanks for the basic HAAR and HOG implementation!

angusleigh commented 8 years ago

Just a couple minor formatting nit-picks. Thanks for your help!