Classification using 3D recognition [closed]

asked 2014-01-15 06:13:57 -0500

SM gravatar image

updated 2014-01-28 17:07:26 -0500

ngrennan gravatar image

I am using the 3D recognition http://pointclouds.org/documentation/tutorials/correspondence_grouping.php#correspondence-grouping with Kinect. I want to recognize different objects say, can, bottles and classify them into two classes. For this, I want to use a neural network. I cannot understand how to get the features. How do I extract the features and what will be the features using this code so as to feed into a neural network for classification? Thank you in advance.

edit retag flag offensive reopen merge delete

Closed for the following reason PCL Question: The PCL community prefers to answer questions at http://www.pcl-users.org/ by tfoote
close date 2015-11-19 20:07:37.113526

Comments

Hello! Is your question ROS related? ie are you asking how to get feature messages from pcl_ros or are you asking the computer vision foundation behind feature detection?

Tim Sweet gravatar image Tim Sweet  ( 2014-01-15 08:29:25 -0500 )edit

My question is from the structure "keypoints", how can I access the values of the features?

SM gravatar image SM  ( 2014-01-16 05:56:15 -0500 )edit

Hello! sorry I missed this comment, are you still looking for help? If so, what structure "keypoints" are you referring? Do you have a link to documentation where it is mentioned?

Tim Sweet gravatar image Tim Sweet  ( 2014-01-22 16:30:34 -0500 )edit

In the link that I gave it just mentions from line 292 that it is computing the keypoints. I am sorry but I do not know where and how they are being stored such that I can use them as raw information into a classifier. I thought that the way data can be extracted from pcl files, in the same way can we extract numeric values from the keypoint structure?

SM gravatar image SM  ( 2014-01-24 12:35:37 -0500 )edit

Oh okay, so this isn't ROS related. I'd suggest using stackoverflow.com for this question, you'll get much more luck finding someone who knows the actual PCL library over there.

Tim Sweet gravatar image Tim Sweet  ( 2014-01-24 20:01:35 -0500 )edit