No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.0
License TODO
Build type CATKIN
Use RECOMMENDED

Repository Summary

Description 从ROS1到ROS2无人机编程实战指南
Checkout URI https://github.com/lovelyyoshino/ros-ros2-books.git
VCS Type git
VCS Version main
Last Updated 2023-05-22
Dev Status UNKNOWN
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The hog_haar_person_detection

Additional Links

No additional links.

Maintainers

  • angus

Authors

No additional authors.

hog_haar_person_detection

A ROS Indigo package implementing the OpenCV HOG pedestrian detector[1] and HAAR face detector. Subscribes to an image being published, detects faces and standing pedestrians in the image, draws the detections on a copy of the image and publishes results as a rostopic. Also displays detections on an OpenCV window.

Usage

Install ROS

  • $ cd [your indigo catkin src folder]
  • $ git clone https://github.com/angusleigh/hog_haar_person_detection.git
  • $ cd ..
  • $ catkin_make
  • $ roslaunch hog_haar_person_detection hog_haar_person_detection.launch
  • Launch your camera node and have it publish to the “image_topic” parameter sepecified in hog_haar_person_detection.launch. Check out the open-ni node for the Kinect or USB-Cam node for USB cameras.
  • Detected faces and pedestrians should be published to /person_detection/faces and /person_detection/pedestrians topics.

[1] Link is for GPU documentation. I’m not aware of any documentation for the CPU implementaion (which is the one used for this repo).

Similar packages

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Dependant Packages

No known dependants.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged hog_haar_person_detection at Robotics Stack Exchange

No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.