ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Using Kinect with ROS for Human Detection

asked 2021-12-17 16:05:26 -0500

pl29 gravatar image

Can anyone help with how to detect a human using a Microsoft Kinect in ROS?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-12-22 11:12:36 -0500

Ranjit Kathiriya gravatar image

Hello there,

You just have to subscribe to a color stream of the camera and then you can use Opencv or Deep Learning to detect humans.

You can use cv2.HOGDescriptor() for detecting persons.

edit flag offensive delete link more

Comments

Thank you for your reply! My aim is to detect a human at a specific distance. For example if a human is 2 metres from the kinect.

So would I be able to measure the distance between the human and kinect as well?

Thank you for your help in advance, I am very new to ROS.

pl29 gravatar image pl29  ( 2021-12-22 11:18:05 -0500 )edit

Try to re-edit your question, and next time add a proper explanation so that you can get a suitable answer for your question.

Ranjit Kathiriya gravatar image Ranjit Kathiriya  ( 2021-12-23 04:55:05 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2021-12-17 16:05:26 -0500

Seen: 100 times

Last updated: Dec 22 '21