Robotics StackExchange | Archived questions

In pcl, do the key points found comes same everytime, from every angle of view?

want to use pcl library with ros for robotic vision thing so asking about pcl.

Asked by dinesh on 2016-05-30 23:03:40 UTC

Comments

Answers

I'm not sure what you want to do, but you should generally assume point cloud data to be somewhat noisy, so key points will exhibit some variability (even when recording data multiple times from the same exact same angle of view). Depending on the sensor used, the environment/objects etc., key points will be similar from different angles of view in a good case or completely different in a bad case.

If and how keypoint matching works depends very much on the application and it probably is a good idea to perform some experiments for yours when in doubt.

Asked by Stefan Kohlbrecher on 2016-05-31 03:27:22 UTC

Comments

ok thanks, for your feedback.

Asked by dinesh on 2016-06-01 03:12:33 UTC