mapping coordinates from specific point in point cloud using image pixels
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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.
3 Commenti
Risposte (1)
sudobash
il 19 Ago 2022
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 Commenti
Vedere anche
Categorie
Scopri di più su Point Cloud Processing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!