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

asked 2015-02-02 08:55:45 -0600

Alireza gravatar image

updated 2015-02-02 15:53:49 -0600

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 objects 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

Comments

Afaik there is a opencv module in ROS wrapping all opencv 2.4 modules and thus also the objectdetection framework based on cascade classifiers. You could try building a model based on that if you could somehow convert the depth map of the surroundings to a relative object map.

StevenPuttemans gravatar imageStevenPuttemans ( 2015-02-02 09:21:41 -0600 )edit

@StevenPuttemans. Thanks. Would you please specify the link or the name of that module in ROS for opencv? I confused with the name of packages in this purpose.

Alireza gravatar imageAlireza ( 2015-02-03 09:03:54 -0600 )edit

You should ask that on the ROS forum, not here ...

StevenPuttemans gravatar imageStevenPuttemans ( 2015-02-03 09:06:23 -0600 )edit

I have already asked there but they said I should asked here.

Alireza gravatar imageAlireza ( 2015-02-03 10:44:56 -0600 )edit