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

possibility of using PCL (Euclidean Cluster Extraction) for object detection

asked 2015-01-30 10:30:53 -0500

A.M Dynamics gravatar image

updated 2015-01-30 10:32:15 -0500

Dear All,

I need to detect objects (1-3) using Kinect at the same time. I did some research but I could not find any package for objects detection in ROS. I want to use depth information as input data and finally calculate distance of objects to camera. For objection detection, do I employ clustering methods? for example, Euclidean Cluster Extraction is provided by PCL so could I use these codes in a ROS node?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2015-02-03 16:21:14 -0500

updated 2017-04-28 13:05:05 -0500

An object recognition package (which is now slightly outdated, but still working) is ORK

You can also use Point Cloud Library (PCL). Our research lab uses PCL, as well as specific feature descriptors, such as CVFH. PCL can sometimes be a pain to work with, but it's quite powerful and has some decent descriptors for object recognition.

Look at these pages for more information:

edit flag offensive delete link more

Comments

Is there anyway to find moving objects.... whatever the object is ... could be human or any other thing ? I have a kinect 3d camera and usinf ROS indigo?

rasoo gravatar image rasoo  ( 2016-10-04 11:11:36 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2015-01-30 10:30:53 -0500

Seen: 1,464 times

Last updated: Apr 28 '17