mapping coordinates from specific point in point cloud using image pixels
3 次查看(过去 30 天)
显示 更早的评论
i am using yolo detector to detect strawberrirs the detector draws a bounding box around the strawberry, the process is done using kinect v2 camera, with this camera i am able to getting RGB image and depth image with these two i can creat point cloud, so what i need is using the center of the bounding box (which is in pixels) and map it to the point cloud so i get XYZ in real world, because i want to send these valuse to a robot.
回答(1 个)
sudobash
2022-8-19
Hi!
As per my understanding, the world coordinates need to be computed from a given point in an image. You can use pointsToWorld function to do this. The documentation for the same explains this in detail. All you would need are the intrinsic and extrinsic parameters of the sensor.
Hope this helps!
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Point Cloud Processing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!