Reputation: 11
I have an RGBD camera and using ROS and PCL for further point cloud processing.
Question:
Is it possible to get the point cloud of the object if I know the position relative to the camera?
For example, I know that the object will be in the centre of the image, so I don't want to capture all noise around and get only the point cloud of the object (and possibly points around it, not the environment around object).
I'm new to PCL and ROS, so any comments and advises will be useful!
Upvotes: 1
Views: 904
Reputation: 385
Yes. If its filtering point clouds you can take a look at https://pcl-tutorials.readthedocs.io/en/latest/passthrough.html#passthrough . Points are usually reported in metres. So its not too hard to allow only a certain area through.
Upvotes: 1