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

Bastian Steder's profile - activity

2013-05-19 18:14:56 -0500 received badge  Great Answer (source)
2013-05-19 18:14:56 -0500 received badge  Guru (source)
2011-05-19 19:43:58 -0500 received badge  Good Answer (source)
2011-05-19 19:43:58 -0500 received badge  Enlightened (source)
2011-03-07 20:18:22 -0500 received badge  Nice Answer (source)
2011-03-06 21:07:02 -0500 received badge  Teacher (source)
2011-03-06 19:49:12 -0500 answered a question narf descriptor

Hi Yianni,

  1. if the rotational invariance of the features is used there can be more than one descriptor per keypoint, if there was more than one strong rotation around the normal found for the extracted range value patch. Additionally, the number of descriptors can be lower than the number of keypoints. E.g., if the resolution in the area was too low.

  2. The values of the descriptor are normalized to -0.5 and 0.5, so that the difference between descriptor cells is between 0 and 1. I typically use the Manhattan distance divided by the descriptor size as the descriptor distance, which will always be in [0,1]. I prefer my values to be in areas where an interpretation is easy, which is why I use this normalization.

Cheers, Bastian